What product/components do you use and which version/fix level?
Cumulocity Iot 10.11
Are you using a free trial or a product with a customer license?
Customer
What are trying to achieve? Please describe in detail.
Customer wants to implement a device agent using Mqtt in C++ and we were wondering if we should use the Device SDK for C++(https://cumulocity.com/guides/device-integration/introduction/) or not.
And if it is still actively supported by the product team and will it be supported in the future versions of Cumulocity or not.
as far as i know the Device SDK for C++ will not be maintained anymore. However, the R&D team which develops the code generator will create clients which are often requested. Currently they are improving the C# client, but this client will use REST. Developing an MQTT agent witch contains the right smart REST templates is an interessting idea as well. But i am not sure if this would be possible…