Skip to content

throneclay/mosquitto_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mosquitto c++ client example

mosquitto client example using protobuf

first launch scripts/get_mosq_lib.sh to get the source of mosquitto, it will compile the lib of mosquitto.

cd scripts
./get_mosq_lib.sh

then build the project.

mkdir build
cd build
cmake ..
make 

If the protobuf not found. vim CMakeLists.txt and modify the protobuf root path

About

mosquitto example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published