lib-communication C++ library with implementations of connection, websocket and mqtt connection Other docs: Implement New Connection Type Introduction Variables list Methods to implement Already implemented methods (in the Connection class) Public methods Protected methods Callbacks Usage Create a connection Examples Mosquitto Setup Installation Client Broker Test the Broker Compile and Test Usage Broker's Configuration File Start the Broker Start the Telemetry Setup the Connection Examples How to use add_subdirectory(*path-to-lib-communication*) include_directories( ${communication_SOURCE_DIRS} ) target_link_libraries( *your-target* communication )