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

feabhas/MQTT-c-pub-sub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages