GithubHelp home page GithubHelp logo

commschamp / cc.mqtt5_client_filter.cc_tools_plugin Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 76 KB

MQTT v5 Client Filter Plugin for the CommsChampion Tools

Home Page: https://commschamp.github.io/

License: GNU General Public License v3.0

CMake 2.30% C++ 78.21% Batchfile 9.69% Shell 9.80%
comms-champion

cc.mqtt5_client_filter.cc_tools_plugin's Introduction

MQTT v5 Client Filter Plugin for the CommsChampion Tools

This project is a member of the CommsChampion Ecosystem and implements MQTT v5 Client Filter plugin for the CommsChampion Tools. It allows observation and debugging of the custom protocol messages exchanged using MQTT v5 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.mqtt5.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: [email protected]. I usually respond within 24 hours.

cc.mqtt5_client_filter.cc_tools_plugin's People

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.