Replies: 2 comments 1 reply
-
Hi, there are probably utilities to push NMEA into a mysql database on the web. I have not looked for it. I have added an option to filter on MMSI which allows you to filter on a ship with a particular IMO number:
This will produce JSON output that you can try to push into mysql via a Python or bash script? Any other thoughts. |
Beta Was this translation helpful? Give feedback.
-
I don't understand how you get the AIS-catcher output, you listen to port 8100 but that is where the webserver sits. I suggest you have a look at the documentation at the networking output modes: https://docs.aiscatcher.org/configuration/output/TCP-server/ Also, for most output modes you can define it in JSON format. This will make it easy to extract MMSI etc. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm working on a project where I need to filter ship signals to isolate a specific ship using its IMO number. Additionally, I want to push this data to a MySQL database every time the ship's information gets updated in real-time. Can anyone guide me on the best approach or share any resources/tutorials that might help?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions