Ysurac / FlightAirMap

Open source project displaying live aircrafts, ships or trackers on 2D/3D map. Browse through the data based on a particular aircraft, airline, airport, tracker or vessel to search through the database or see extensive statistics. Can use ADS-B in SBS1 format (dump1090, Radarcape,...), VRS, VA (VATSIM, IVAO whazzup.txt, phpvms,...), ACARS (acarsdec, acarsdeco2), APRS, AIS as datasource.
https://www.flightairmap.com/
GNU Affero General Public License v3.0
515 stars 156 forks source link

AIS #429

Open SJoWie80 opened 5 years ago

SJoWie80 commented 5 years ago

hello,

i run rtl_ais with this command ./rtl_ais -p 28 -n -d 1 -T
in flightairmap i have nmea over tcp selected to the right port and ip.

however i don`t see anything coming in. in ship plotter i do get messages true rtl_ais.

am i doing something wrong ?

Regards, Joey

Sinager commented 4 years ago

Same issue: AIS packets are broadcast by my receiver (I can see them via telnet) but no vessel is shown. It only semes to work, for a few minutes, when I restart the various daemons (not sure which one is making the difference).

Ysurac commented 4 years ago

If you see something, then you may have to increase in require/settings.php the $globalLiveInterval. I have no more AIS feed available for tests...

Sinager commented 4 years ago

Thanks for the suggestion: I'll try that. In the meanwhile I found that restarting the daemon-spotter every 3' seems to solve the issue for me.

[Unit] Description=FlightAirMap Spotter After=network.target

[Service] ExecStart=/var/www/flightairmap/scripts/daemon-spotter.php WorkingDirectory=/var/www/flightairmap/scripts/ StandardOutput=inherit StandardError=inherit Restart=always User=root RuntimeMaxSec=180

[Install] WantedBy=multi-user.target_

caliKev commented 2 years ago

Has anyone made any progress on this? I can make some tests, but what should I change the default live interval to 400 seconds?