Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 834 Bytes

File metadata and controls

25 lines (14 loc) · 834 Bytes

Overview

A simple example to build an mqtt client based on an external mqtt paho c lib.

References

Lots of examples helped in making this:

Building

On Posix platforms:

mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=. .. && make

Windows would have some slightly different steps.

Known Issues

There is a lot of cruft. Many things need to get cleaned up. Making it work on windows should get done. Add static linking as an alternative.