Skip to content

A quick and dirty cmake example integrating an external project, paho mqtt c downloaded

Notifications You must be signed in to change notification settings

RazortoothRTC/mqtt-paho-client-app-cmake-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A quick and dirty cmake example integrating an external project, paho mqtt c downloaded

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published