From 31e52c01c1256eeaf45095389e37ea5818e56c75 Mon Sep 17 00:00:00 2001 From: Alex Robenko Date: Wed, 26 Jun 2024 08:23:35 +1000 Subject: [PATCH] Mention cc.mqttsn_protocol.cc_tools_plugin project in README. --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f10692..a5358c7 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,15 @@ project is used to generate C++11 code of the protocol implementation. The [src](src) folder contains additional and/or overriding default functionality code snippets, that get injected into the generated code. -The **generated** CMake project of this protocol definition is hosted and can be -viewed at [cc.mqttsn.generated](https://github.com/commschamp/cc.mqttsn.generated) +The code generators from the [commsdsl](https://github.com/commschamp/commsdsl) +repository generate full CMake projects. +Some of these **generated** projects are hosted as separate +repositories that can be viewed and used independently. + +- [cc.mqttsn.generated](https://github.com/commschamp/cc.mqttsn.generated) - Protocol + definition +- [cc.mqttsn_protocol.cc_tools_plugin](https://github.com/commschamp/cc.mqttsn_protocol.cc_tools_plugin) - + Protocol plugin for the [CommsChampion Tools](https://github.com/commschamp/cc_tools_qt). # License Please read [License](https://github.com/commschamp/commsdsl#license)