Hi, I just updated to Version 191120.0900.02 https://wiki.jetvision.de/wiki/Radarcape:Version_History#Version_191120.0900.02 with the built-in Feeder, how can I find my receiver name on ADSBexchange.com Feeder MLAT statistics? Thanks
Doesn't necessarily mean they added an MLAT client, could be just ADS-B data being fed to adsbexchange. The username used for the mlat-client is what you can normally look up here: http://adsbx.org/sync
Thanks for the reply here is the log from the Radarcape Error Log 24-11-2019 16:58:23(T) connecting to feed.adsbexchange.com:30005 24-11-2019 16:58:23(T) connected to 167.114.60.74:30005 24-11-2019 16:58:23(T) network error=End of file. Retrying connection. 24-11-2019 16:58:23(T) connecting to feed.adsbexchange.com:30005 24-11-2019 16:58:23(T) connected to 167.114.60.74:30005 24-11-2019 16:58:23(T) network error=End of file. Retrying connection. 24-11-2019 16:58:23(T) connecting to feed.adsbexchange.com:30005 24-11-2019 16:58:23(T) connected to 167.114.60.74:30005 24-11-2019 16:58:23(T) network error=End of file. Retrying connection. 24-11-2019 16:58:23(T) connecting to feed.adsbexchange.com:30005 24-11-2019 16:58:23(T) connected to 167.114.60.74:30005 24-11-2019 16:58:23(T) network error=End of file. Retrying connection. 24-11-2019 16:58:23(T) connecting to feed.adsbexchange.com:30005 24-11-2019 16:58:24(T) connected to 167.114.60.74:30005 24-11-2019 16:58:24(T) network error=End of file. Retrying connection. 24-11-2019 16:58:24(T) connecting to feed.adsbexchange.com:30005 24-11-2019 16:58:24(T) connected to 167.114.60.74:30005 24-11-2019 16:58:24(T) network error=End of file. Retrying connection. 24-11-2019 16:58:24(T) connecting to feed.adsbexchange.com:30005 24-11-2019 16:58:24(T) connected to 167.114.60.74:30005 24-11-2019 16:58:24(T) network error=End of file. Retrying connection. 24-11-2019 16:58:24(T) connecting to feed.adsbexchange.com:30005 24-11-2019 16:58:24(T) connected to 167.114.60.74:30005 24-11-2019 16:58:24(T) network error=End of file. Retrying connection. 24-11-2019 16:58:24(T) connecting to feed.adsbexchange.com:30005 24-11-2019 16:58:24(T) connected to 167.114.60.74:30005
Reconnecting the connection with so low timeout is not a good idea, so great programming from jetvision. James will have to check if the incoming data format is correct. That may be the reason for instantly getting disconnected. Might not be a bad idea to just use the adsbexchange scripts to feed instead of using the builtin stuff: https://github.com/adsbxchange/adsb-exchange Those scripts also include MLAT. For the Radarcape you change the settings in /etc/default/adsbexchange like this: INPUT="127.0.0.1:10006" INPUT_TYPE="radarcape_gps" If you take that route you should also turn off the builtin ADSBx feeder.
Thank you wiedehopf for the help on the https://github.com/adsbxchange/adsb-exchange I don't have too much experience with Debian, would I SSH into the Radarcape box and run these commands? sudo apt-get install git git clone https://github.com/adsbxchange/adsb-exchange.git cd adsb-exchange chmod +x setup.sh sudo ./setup.sh Thanks
It shouldn't affect the rest of the system, but there is no guarantee. As such you should be able to recover the system just in case: https://wiki.jetvision.de/wiki/Radarcape:Recovery It might better suit you to buy a Raspberry Pi and feed adsbexchange from that.
Thanks, @wiedehopf do you have any recommendation on the Raspberry Pi? I have AirSpy R2 like to feed 24 hours a day but don't want to use my Windows PC, the antenna I'm using is Active Diapason" Antenna https://shop.jetvision.de/epages/64807909.sf/en_GB/?ObjectPath=/Shops/64807909/Products/68200 like to use one antenna for both if possible
Thanks, @MDA so I would use UDP Data Streaming Settings to send to the ADSBX feeder image Raspberry Pi? I appreciate the help
No, modify adsbx feeder as @wiedehopf described with small mod INPUT="<IP of radarcape:10006" INPUT_TYPE="radarcape_gps"