FlightAirMap
FlightAirMap copied to clipboard
AIS NMEA feed
Hi, my install/index.php is not showing the content. Only the toolbar is displaying. Can I know if I missed any step here?
You have to check your apache/nginx and php logs file to find where the problem can be.
@Ysurac turns out, my rewriting rule for PHP is disabled. Now its working.
Can you assist me on adding the vessel data from MarineTraffic API? If you wont commit to the updates, can you provide me a quick and dirty way where to update the database(for me to create windows service push to DB)? here is the API: https://www.marinetraffic.com/en/ais-api-services/documentation/api-service:ps03/
Many Thanks!
I don't have a paid access to marinetraffic feed, so difficult to add and test. But it should be easy by copying an existing import in script/daemon-spotter.php
@Ysurac , I am using different source, which is AIS NMEA. The data is feeding every second, non stop. I am using PostgreSQL/MySQL. While I am doing this, I saw my PGSQL is stuck at 'idle in transaction'. While I saw the query already got the NMEA data, it has not been inserted to the database due to idle in transaction. Do you got any idea how can I overcome this? Thanks.
when I run the update_db, it stuck at Add to DB as per picture
@shaffye did you solve your problem?