Skip to content

nscooling/MQTT-c-pub-sub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQTT-c-pub-sub

Build Status

This projects builds a simple (QoS0) MQTT client and server process. The client will send messages to a MQTT broker (e.g. mosquito) and the server will display those messages.

The build assumes you have CMake installed.

to Build: cd build cmake .. make

note on OSX need

cmake -G "Unix Makefiles" ..

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.3%
  • CMake 1.7%