Skip to content

commschamp/cc.mqtt311_client_filter.cc_tools_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQTT v3.1.1 Client Filter Plugin for the CommsChampion Tools

This project is a member of the CommsChampion Ecosystem and implements MQTT v3.1.1 Client Filter plugin for the CommsChampion Tools. It allows observation and debugging of the custom protocol messages exchanged using MQTT v3.1.1 as the intermediate transport protocol in the common environment of the CommsChampion Tools. Please read the wiki page for the instructions on how to configure and use the plugin.

How to Build

This project uses CMake as its build system. Please open the primary CMakeLists.txt and review the available configuration options.

This project has the following direct and transitive external dependencies:

All these dependencies are expected to be built externally and installation paths to the primary dependencies are expected to be passed to the cmake invocation using the CMAKE_PREFIX_PATH configuration variable. Also the installation directory is expected to be the same as the one used to install the CommsChampion Tools.

cmake -DCMAKE_INSTALL_PREFIX=/path/to/cc_tools_qt/install \
    -DCMAKE_PREFIX_PATH=/path/to/comms/install\;/path/to/cc_tools_qt/install\;/path/to/cc.mqtt311.libs ...

There are prepare_externals.sh (for Linux) and prepare_externals.bat (for Windows) scripts that can be used to pull and build all the required dependencies (excluding the Qt libraries).

This project requires minimal C++17 standard as well as Qt v5.15 or above to get properly compiled.

Branching Model

This repository will follow the Successful Git Branching Model.

The master branch will always point to the latest release, the development is performed on develop branch. As the result it is safe to just clone the sources of this repository and use it without any extra manipulations of looking for the latest stable version among the tags and checking it out.

Contact Information

For bug reports, feature requests, or any other question you may open an issue here in github or e-mail me directly to: arobenko@gmail.com. I usually respond within 24 hours.