Hello,
Does the Simplelink stack have an internal API to help measure throughput easily for MQTT based applications?
I would like to be able to do this for both the Device-to-Broker and Broker-to-Device messages.
Thank you
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
Hi,
No. There is not such API. CC3100 device does not natively support MQTT itself. It provide you TCP or TLS sockets and MQTT code is running at host MCU. As MQTT code you can use own implementation or TI MQTT library. TI MQTT library does not support throughput measurement. This support you will need to implement by yourself.
Jan