signalk-mob-course
v1.0.1
Published
Sets course destination when MOB notification is received
Maintainers
Readme
signalk-mob-course
A SignalK server plugin that automatically sets the course destination to a Person Overboard (MOB) position when a MOB notification is received.
Installation
Install from the SignalK app store.
Usage
- Install the plugin
- Restart your SignalK server
- Go to Server → Plugin Config in the admin UI
- Find MOB Course and enable it
- The plugin will now automatically set course to MOB position when a MOB notification is received
How it works
The plugin subscribes to all MOB notifications (notifications.mob.*) on the vessel context. When a notification with state: "emergency" is received:
- It attempts to extract the position from the notification's
positionfield - If no position is available in the notification, it falls back to the vessel's current GPS position
- It calls the SignalK Course API to set the destination to the MOB position
License
GPL-3.0 - See LICENSE file for details
