Alex Robenko

Results 50 comments of Alex Robenko

Sorry, but I have no idea, I've never used arduino toolchain / ecosystem. Just try it. If cmake suppports arduino compiler and if your compiler is gcc/clang based then it...

Hi @gazzatav, Note that I haven't performed any development/maintenance for this project since gcc-4.8 times (approximately 2014). I don't have proper equipment (raspberry-pi) or time capacity to look after it....

1. Insufficient information is provided to help identify the problem. 2. This library was developed more than 10 years ago with older compilers and is not really maintained.

Without seeing full errors dump I'm not sure what you compiler dislikes. Try adding `typename` between `public` and `StaticQueueBase`. ```cpp class StaticQueueBase::ConstIterator : public typename StaticQueueBase::template IteratorBase ```

Hi Mathis, Thanks for letting me know. I've taken a quick look inside your pull requests and I think you missed "-D" prefix to some of the options: ``` vcpkg_configure_cmake(...

Don't think so, people usually want a MQTT **client** library to work with, not the protocol definition one. These protocol projects are just examples of how to use CommsChampion Ecosystem....

Also if you feel like contributing more, and you have some other open standard binary protocol that you are using in the commercial environment you can try to create the...

Good job, thanks

Hi Mathis, Just want to let you known that I introduced some urgent hotfix (was required at my workplace) which allows to build [commsdsl](https://github.com/commschamp/commsdsl) without having [comms_champion](https://github.com/commschamp/comms_champion) as a dependency...