-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new plugin for showing AIS positions of vessels #21556
base: master
Are you sure you want to change the base?
Conversation
… the own course crosses the course line of the other vessel
…offer lower distances)
…le instead of a bitmap
…_SAR with individual colors in visualisation
Wow pretty amazing and a lot of work has been done - #21559. I've created an issue to have Product conversation there and technical documentation here. We will pick work this release 5.0 and probably post some work remaining before merge (so we can fully merge for later maintenance). |
As first simple task we could migrate icons to svg and put to - https://github.com/osmandapp/OsmAnd-resources/tree/master/icons @dmpr0 |
This plugin ("AIS vessel tracker") is intended for usage at a boat at sea or river. It displays positions and other data of surrounding vessels that transmit its data via AIS (see https://en.wikipedia.org/wiki/Automatic_identification_system). The plugin requires an external AIS receiver that is connected with the device running OsmAnd.
The plugin receives data from the AIS receiver using NMEA network protocol, decodes it and displays symbols of vessels or other AIS objects at the map. In a context menu, all other decoded information is shown. Similar functionality is common in marine navigation systems, like Garmin Navionics or OpenCPN.
It utilizes one additional Java library “marine-api” for decoding of the NMEA datagrams.
The functionality may be interesting for sailors or other yachtsmen, especially in combination with the nautical map style. I tested it in my recent holidays at Baltic Sea and also at home using the signals of vessels from a nearby river. If needed, I can provide screenshots.
I would appreciate if the plugin will be accepted to the OsmAnd release.