io-developer / MQTT-c-pub-sub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MQTT-c-pub-sub

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


Languages

Language:C 98.1%Language:CMake 1.7%Language:Shell 0.2%