Hi, i switch today from anonymous feed at port 41000 to custom one but at the moment ive some questions about mlat.. i do a git clone at my pi. now i see the mlat client at my home/pi directory at moment i use the FA 3.6.3 client it has "dump1090-fa" inside at your site Code: /usr/bin/mlat-client - --user yourusername ive to copy the mlat-client from home/pi to /usr/bin? your username is my name from customports? antonov124 edit: i cant copy the complete code here, the forums says: its fordbidden
Run: Code: sudo apt-get install git git clone https://github.com/adsbxchange/adsb-exchange.git cd adsb-exchange chmod +x setup.sh sudo ./setup.sh During setup you'll be prompted to enter your coordinates and username. Username should be unique, antonov124 should be OK.
when script is running you can stop feeding from VRS. Script is feeding to different port (default 30005, you can request custom port).
Exactly what MDA said. If you install the scripts on the Pi, all fields are required. It will install mlat client for ADSBx, socat for sending data to ADSBx, and 2 scripts. You can also configure the Pi scripts to send to a custom port if you want. Use 51xxx ports that are open or contact me for a specific port.
ok, i installed the script but it ends with: Traceback (most recent call last): File "<string>", line 1, in <module> IndexError: list index out of range
You can modify mlat script to see aircraft positions calculated with your station. Edit end of line this way: Code: --results basestation,listen,31003 Then add receiver in VRS Address should be IP of your Pi.
but now VRS shows always connecting... ;( ( messages counts up.... )) strange htop is showing mlat client correctly with --results basestation,listen,31003 at the end
Replace Code: --results beast,connect,localhost:30104 with Code: --results basestation,listen,31003 and everything will work.