Skip to content

rburkholder/repertory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

repertory

Two libraries:

  • MQTT - basic publish/subscribe to one one topic
  • Telegram - send message, listen for commands

Installation:

sudo apt install libpaho-mqtt-dev

mkdir build
cd build

cmake \
-D CMAKE_BUILD_TYPE=Release \
-D OU_USE_STATIC_LIB=ON \
-D OU_USE_SHARED_LIB=OFF \
-D OU_USE_MQTT=ON \
-D OU_USE_Telegram=OFF \
..
sudo cmake --build . --target=install

About

a place where something may be found

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published