For those interested. Working MQTT/Rest broker in Node 0.10.5
-
I was looking to get mqtt.js working on my onion, no luck so far because some of it's dependecies require a higher node version. However, i used thethings.io broker in another project. It's software works in node v0.10.5 (current released version) on the onion. So if you are interested in using you onion with a mqtt/rest broker, this is working
https://www.npmjs.com/package/thethingsio-api (use npm on another machine, then copy to a USB stick)
-
@Bart-Peperkamp Nice! Thanks for sharing!