Skip to content

Signal K server plugin that provides gateway functionality between Signal K and IoT Open

License

Notifications You must be signed in to change notification settings

mrejas/signalk-mqtt-gw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Signal K - MQTT Gateway

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

  • run a local server that has all SK data available and that routes all data from other MQTT clients to Signal K deltas. The server is advertised via mdns/Bonjour
  • connect to a MQTT server and send deltas you choose with chosen interval to signalk/delta

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

About

Signal K server plugin that provides gateway functionality between Signal K and IoT Open

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%