-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MQTT server in Go #67
Comments
thanks for this tip, we'll consider it. Current solution we have works quite well, except there |
Yes SurgeMQ looks promising and was already on my radar, with the use of it we can remove the GOST prefix in the publish topics and also support ?$select=property1,property2 as described in Requirement 45. I will look into it when test level 3 passes (filtering) |
I see some warnings on the SurgeMQ site: "development is currently on hold", "considered unstable until further notice" |
duplicate of #136 |
I read: https://github.com/Geodan/gost/wiki/MQTT and the need for an MQTT server in Go. . I've been successfully working with products from InfluxData: https://www.influxdata.com/ like InfluxDB.
I saw this announcement:
https://www.influxdata.com/mqtt-surgemq-iot-influxdb-internet-of-things. The SurgeMQ is an MQTT Server in Go: https://github.com/influxdata/surgemq, maybe that is an idea for integration in GOST.
The text was updated successfully, but these errors were encountered: