Skip to content
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

Closed
justb4 opened this issue Dec 23, 2016 · 4 comments
Closed

MQTT server in Go #67

justb4 opened this issue Dec 23, 2016 · 4 comments

Comments

@justb4
Copy link

justb4 commented Dec 23, 2016

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.

@bertt
Copy link
Contributor

bertt commented Dec 23, 2016

thanks for this tip, we'll consider it. Current solution we have works quite well, except there
were mosquitto crashes sometimes (see #40), maybe this is fixed in the meantime.

@tebben
Copy link
Contributor

tebben commented Jan 2, 2017

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)

@bertt
Copy link
Contributor

bertt commented Apr 4, 2017

I see some warnings on the SurgeMQ site: "development is currently on hold", "considered unstable until further notice"
Are there stable alternatives?

@bertt bertt mentioned this issue May 17, 2017
@bertt
Copy link
Contributor

bertt commented Sep 4, 2017

duplicate of #136

@bertt bertt closed this as completed Sep 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants