gost / server

GOST - Go implementation of OGC SensorThings API
MIT License
61 stars 19 forks source link

MQTT authentication with username / password #156

Closed janniswarnat closed 6 years ago

janniswarnat commented 6 years ago

Hi all,

it would be great if you could add functionality to connect to an MQTT broker that needs authentication, being configurable via environment variables (e.g. GOST_MQTT_USERNAME, GOST_MQTT_PASSWORD). These could then be provided to the Paho Go client.

Best regards

Jannis

janniswarnat commented 6 years ago

solved