Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 334 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 334 Bytes

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" ..