Someone has ported o runned some mqtt-client
for longterm running on BeagleBone black
?
I'm in the start phases, and I'm searching for the right,(easiest) way to have some mqtt client
on this device.
I'm looking trought 3 way:
- Starting with Debian on Beaglebone and using
std pkg
on this distro - Porting a cool and stable library like
eclipse-paho
onangstrom distro
- Using
node.js mqtt client
on the default enviroment
Some suggestions?
Thanks!
It's more - far more - than just an MQTT client, but have you seen nodeRed? A visual programming environment for Node.js, designed for 'wiring the Internet of Things'. It runs fine on my BBB, and talks happily to mosquitto running on the same platform.