signalk-overboard-notifications

0.0.3 • Public • Published

Version Downloads Development License Gregology

Signalk Overboard Notifications

signalk-overboard-notifications generates notifications on the state of devices providing location data.

Possible use cases;

  • raising an emergency notification (including the last knowing location) when a person goes overboard
  • raising an alarm notification when a dinghy floats away

Installation

Install this app via the Signal K Node Server App Store

Configuration

Setup a phone as a provider. One option is to install GPS Tether on a phone. Then add the phone as a provider in your Signal K Node Server settings.

{
  "id": "providerId",
  "pipeElements": [
    {
      "type": "providers/tcp",
      "options": {
        "host": "android-0123456789abcdef.lan",
        "port": "10110"
      },
      "optionMappings": [
        {
          "fromAppProperty": "argv.udpport",
          "toOption": "port"
        }
      ]
    },
    {
      "type": "providers/nmea0183-signalk",
      "optionMappings": [
        {
          "fromAppProperty": "selfId",
          "toOption": "selfId"
        },
        {
          "fromAppProperty": "selfType",
          "toOption": "selfType"
        }
      ]
    }
  ]
}

Finish off the configuration in Signal K Server Plugin Configuration.

Package Sidebar

Install

npm i signalk-overboard-notifications

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

8.81 kB

Total Files

4

Last publish

Collaborators

  • gregology