Signal K Node server plugin that functions as a gateway between MQTT and SK server.
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