PINE64
Pine64 and MQTT - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6)
+---- Forum: openHAB (https://forum.pine64.org/forumdisplay.php?fid=26)
+---- Thread: Pine64 and MQTT (/showthread.php?tid=2256)



Pine64 and MQTT - Grootkonijntje - 09-22-2016

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


RE: Pine64 and MQTT - j.hoekstra - 09-22-2016

(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.


RE: Pine64 and MQTT - pfeerick - 09-22-2016

(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.