FlightAirMap icon indicating copy to clipboard operation
FlightAirMap copied to clipboard

AIS NMEA feed

Open shaffye opened this issue 7 years ago • 6 comments

Hi, my install/index.php is not showing the content. Only the toolbar is displaying. Can I know if I missed any step here?

shaffye avatar Sep 13 '18 06:09 shaffye

You have to check your apache/nginx and php logs file to find where the problem can be.

Ysurac avatar Sep 13 '18 13:09 Ysurac

@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!

shaffye avatar Sep 14 '18 03:09 shaffye

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 avatar Sep 17 '18 09:09 Ysurac

@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.

shaffye avatar Jan 10 '19 09:01 shaffye

image when I run the update_db, it stuck at Add to DB as per picture

shaffye avatar Jan 11 '19 09:01 shaffye

@shaffye did you solve your problem?

b4b857f6ee avatar Aug 21 '19 15:08 b4b857f6ee