Alex Robenko
Alex Robenko
Hi @mathisloge, Just FYI, new releases of COMMS Library (v3.1.3), commsdsl (v3.6), and cc.ublox.generated with ublox-9 support (v0.20) are available.
Hi @mathisloge, Just to let you know that I deprecate the "comms_champion" repository by splitting the contents into two separate ones for [COMMS Library](https://github.com/commschamp/comms) and [CommsChampion Tools](https://github.com/commschamp/cc_tools_qt).
Hi @mathisloge, Just want to let you know that v5.0 of the comms library as well as commsdsl code generators is out. Their main purpose was to support ASN.1 encodings...
HI @mathisloge, Just want to let you know that I decided to support the vcpkg by creating a separate [repository](https://github.com/commschamp/cc.vcpkg), which can be used as an [overlay](https://github.com/microsoft/vcpkg/blob/master/docs/specifications/ports-overlay.md) to the official...
Yes, you are correct. The forwarding encapsulation functionality is not implemented. For two reasons: - I personally didn't need this functionality at the time of implementation and I haven't seen...
I see. After some consideration I came to conclusion that the job of the forwarder is to be a mini gateway for multiple clients before the actual gateway, such as...
On the second thought, for your specific use case, why don't you run the gateway instead of the forwarder on the host with the BT dongle? Note that the gateway...
Recently released version [v2.0](https://github.com/commschamp/cc.mqttsn.libs/releases/tag/v2.0) has encapsulation support in the gateway library.
Unfortunately at its current state the CommsChampion Ecosystem doesn't provide good means to deal with your specific use case. After some consideration I would advise you to stick with the...
Hi @ponast, I think is my initial (**MVP**) support of the ASN.1 encodings is ready. - [v5.0](https://github.com/commschamp/comms/releases/tag/v5.0) of the [COMMS Library](https://github.com/commschamp/comms) provides an ability to defined complex length fields, such...