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!