2.0.0 • Published 3 months ago

signalk-mqtt-gw v2.0.0

Weekly downloads
14
License
ISC
Repository
-
Last release
3 months ago

Signal K - MQTT Gateway

Signal K Node server plugin that functions as a gateway between MQTT and SK server.

Local MQTT broker/server

  • All SK deltas data available from broker/server. The server is advertised via mdns/Bonjour if available

MQTT Client

  • Send user selectable deltas (vessels.self, all deltas, JSON deltas from selectable paths or alldetas and JSON deltas) to remote broker/server

image

image

image

If you run a local server you can send data to the server like so:

mosquitto_pub -h localhost -p 1883 -m 292 -t 'vessels/self/environment/temperature/outside'

You can check that data is being sent to the local server with mosquitto_sub:

$ mosquitto_sub -h localhost -p 1884 -t 'vessels/self/navigation/speedOverGround'
3.58
3.59
3.59
2.0.0

3 months ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

7 years ago

0.0.1

7 years ago