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
- Host: GitHub
- URL: https://github.com/tiagobonetti/mosquitto-asio
- Owner: tiagobonetti
- Created: 2018-09-06T21:21:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T18:51:10.000Z (over 7 years ago)
- Last Synced: 2025-04-11T22:42:51.265Z (about 1 year ago)
- Topics: asio, cpp11, mosquitto, mqtt
- Language: C++
- Size: 36.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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