tkurki / signalk-mqtt-gw

Signal K server plugin that provides gateway functionality between Signal K and MQTT
Apache License 2.0
14 stars 7 forks source link

custom port for remote brokers #13

Closed sailoog closed 4 years ago

sailoog commented 4 years ago

Working on notifications and IoT stuff in openplotter.

Most of the shared MQTT servers or cloud services do not use port 1883 and this is not editable on signalk-mqtt-gw plugin for remote servers. Could this be added? thanks

mgf909 commented 4 years ago

i think you can just enter it as mqtt://some.server.com:8883

tkurki commented 4 years ago

@sailoog embedding the port in the url should work in your case. If not feel free to reopen this issue.