Skip to content

kurdybacha/mqttcpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to test (Mac OS X only for now)

Clone and build project:

  • $ git clone https://github.com/kladku/mqttcpp
  • $ cd mqttcpp
  • $ mkdir build
  • $ cd build
  • $ cmake ..

Install and run mosquitto server:

  • $ brew install mosquitto
  • $ /usr/local/sbin/mosquitto

Run mqttcpp_client on two different terminals, so you can send messages between them:

  1. $ examples/mqttcpp_client user1 user2
  2. $ examples/mqttcpp_client user2 user1

About

MQTT Client C++ library based on libmosquitto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published