An open API service indexing awesome lists of open source software.

https://github.com/tiagobonetti/mosquitto-asio

integrating mosquitto and asio
https://github.com/tiagobonetti/mosquitto-asio

asio cpp11 mosquitto mqtt

Last synced: about 2 months ago
JSON representation

integrating mosquitto and asio

Awesome Lists containing this project

README

          

# mosquitto-asio
Proof of concept of a mosquitto integration with boost.asio.

This is not production ready nor fully tested.

Mosquitto functions are wrapped on the `mosquittoasio::native` namespace.
Only the necessary mosquitto functions are supported on a case by case scenario.
When possible we let the native wrappers throw, when we need the error codes to do control flow we use `std::error_code` to report error conditions.

## building
The following libraries are required to build on PC:
- libboost-dev
- libmosquitto-dev
- libboost-system-dev