Skip to content

marcokaminski/qpiupsmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QPiUPSMon

Reads out the PiUPS+ expansion board registers and sends the data to an MQTT broker.

Build

cd ext
mkdir lib
cd src/bcm2835-1.52
make
cp src/libbcm2835.a ../../lib/

cd ../qmqtt-master/src/mqtt
qmake mqtt.pro
make
cp libqmqtt.a ../../../../lib/

cd ../../../../..
qmake qpiupsmon.pro
make

Dependencies

Qt5.7.1

Rasbian:
sudo apt-get install qt5-default

bcm2835-library

http://www.airspayce.com/mikem/bcm2835/
Version 1.52

QMQTT

https://github.com/emqtt/qmqtt/src/mqtt
commit: 3b22b35d498aeb366ef0dd3e69dc7870a1c0d2da
The project file was slightly modified to create a static library.

About

Monitor for the PiUPS+ expansion board.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published