Feeding adsbx with the jprochazka script

Discussion in 'Feeding' started by ktb, Apr 8, 2019.

  1. ktb

    ktb Member

    I've set up a linux pc to feed adsbx with the jprochazka mutability script. Since that script provides the option of feeding adsbx when selected in the setup, I assume there's no need to use the adsbx setup script on the adsbexchange website to install the adsbexchange folder on the pc.

    The script sets up the pc to feed the "generic" incoming port of adsbx. I'd like to modify the file that the script created to upload data to adsbx on my custom port.

    My problem is that I can't locate the file on my pc that the script created so that I can edit it. Does anyone know where that file is in the linux file system?
     
  2. James

    James Guest

    I'm not familiar with his setup. I've heard it does not work well, and there are some things you should change.

    My guess would be /home/pi
     
  3. ktb

    ktb Member

    Ok James. Perhaps I should just decline the option of sending data to adsbx at the mutability script prompt, and then just use the script on this site instead. Thanks.
     
  4. James

    James Guest

    perhaps ... I'm pretty sure the files in question are in /home/pi/adsbexchange

    his image has always been buggy and under supported - I've offered to help him but he goes MIA quite a lot for personal reasons
     
  5. ktb

    ktb Member

    On using that mutability script:

    Using a linux pc only, my intention is to find and use the most up to date version of dump1090 available, and to only feed adsbx.
     
  6. James

    James Guest

    There are some issues .. you'll have to design the recovery code .. FA has moved all that out of the dump1090 fork code base and Oliver stopped dev on mutability fork once FA hired him.

    https://github.com/Mictronics/dump1090

    People seem to like this fork and it has extra features. Don't use the forwarding to feed ADSBx - it doesn't have good error recovery.

    https://github.com/adsbxchange/adsb-exchange

    You can check out the source, all it does it put the execution in a bash while loop for mlat and socat.

    For dump1090 - you'll need to check that it is working as well. By pinging the json or looking for data.
     
  7. ktb

    ktb Member

    James, I don't know what "recovery code" is or how to design it. I hope that won't stop me from using that fork.
    If your link to Mictronics provides an up to date workable dump1090, I can install it and run your script to feed adsbx.
    I assume it will ask in a prompt to forward to adsbx, which I'll decline.
     
  8. James

    James Guest

    ummm ... no .. it won't prompt you ... and you'll have to compile it ..

    You must be very new to computers and linux ..
     
  9. James

    James Guest

  10. ktb

    ktb Member

    I'm not the best at linux. Well, I'm presently feeding adsbx using that jprochazka script and your site script, so at least I have a working system. I'm just trying to have the best dump1090 decoder available with the equipment I'm using. I'll see what I can do with the info you've provided.
     
    Last edited: Apr 9, 2019
  11. James

    James Guest

    They are all the same, honestly.

    Whats your internet IP? I can check if it's all working by seeing if feeder is connected.
     
  12. ktb

    ktb Member

    James, I'm on custom feed 51389.
     
  13. James

    James Guest

    What's your feeder name? ktd?
     
  14. James

    James Guest

    Seems to be working! just looking at IP that's connected to that port .. I see beast feed and MLAT
     
  15. ktb

    ktb Member

    Yes, it seems to be working well. I'd like to get that Mictronics fork working you mention, if it's newer than my present dump1090.
     
  16. James

    James Guest

    Again they are all the same. Decoding works well for all of them.

    It's really the style of the map UI ...
     
  17. ktb

    ktb Member

    Ok then, if there is no advantage to moving to another fork of dump1090, I'll leave everything as it is.
     
  18. ktb

    ktb Member

    Thanks for your help James.