C++ MQTT publisher for MCP3427 on Raspberry Pi 3b (or 4?)
Installation instructions:
git clone https://github.com/eclipse/paho.mqtt.c.git
mkdir build_paho_mqttc
cd build_paho_mqttc
cmake ../paho.mqtt.c
make -j3
make install
cd ..
git clone https://github.com/eclipse/paho.mqtt.cpp.git
mkdir build_paho_mqtt
cd build_paho_mqtt
cmake ../paho.mqtt.cpp
make -j3
make install
cd ..
git clone https://github.com/martinsah/mcp3427_mqtt.git
mkdir build_mcp3427_mqtt
cd build_mcp3427_mqtt
cmake ../mcp3427_mqtt
make -j3
make install
cd ..
more info incoming
-Martin K 2020-03-26 COVID19 LOCKDOWN 🤒