PINE64

Full Version: Pine64 and MQTT
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Are there any options for integrating Mosquitto support on the Pine ?
Which Linux distributions will work with it ?

I'm a newbie at Linux, so have a little patience with me please
(09-22-2016, 03:15 AM)Grootkonijntje Wrote: [ -> ]Are there any options for integrating Mosquitto support on the Pine ?
Which Linux distributions will work with it ?

I'm a newbie at Linux, so have a little patience with me please

apt-get update && apt-get install mosquitto should do the trick, or equivalent for non-debian based distros.
(09-22-2016, 03:26 AM)j.hoekstra Wrote: [ -> ]apt-get update && apt-get install mosquitto should do the trick, or equivalent for non-debian based distros.

I can confirm. Have been running mosquitto on my pine64's debian image pretty much since I got the board. You can also run apt-get install mosquitto-clients to get the mosquitto_sub command for testing your mosquitto install.