IoT: MQTT & Collections

Hi, I just wrote this package https://atmospherejs.com/perak/mqtt-collection - maybe useful to someone.

Contributions are highly welcome!

Enjoy!

2 Likes

Example application here: http://generator-iot.meteor.com/

@perak this is neat, thanks.

One thing though: which connections does it support? I’m able to connect to any topic provided by mqtt://test.mosquitto.org but I’m getting nothing when I try to connect to tcp://localhost:1883.

Is there a limitation?