jprochazka / adsb-exchange

ADS-B Exchange Linux Setup Scripts
http://www.adsbexchange.com
MIT License
48 stars 47 forks source link

added socat install & fixed error port #34

Closed adsb-related-code closed 6 years ago

adsb-related-code commented 6 years ago

Added code to install socat

Fix error in code changing localhost source port for dump1090 Only need to change ADSBxfeeding output port

/bin/socat -u TCP:localhost:30005 TCP:feed.adsbexchange.com:$RECEIVERPORT

Also added localhost vs 127.0.0.1 - may be a good way or 127.0.0.1 maybe.