2016-09-08 04:32 AM
STM32 support has been added to the development branch of Mongoose, an open source, multi-protocol network library.
This example shows STM32F4 with TI CC3100 working as MQTT client, sending messages to the MQTT server:https://github.com/cesanta/mongoose/tree/master/examples/STM32F4_CC3100
Mongoose supports UDP, TCP, HTTP, WebSocket, MQTT, CoAP, DNS protocols off-the-shelf. For each protocol, a client and server functionality is available. Mongoose is on the market since 2004. It is commercially used by organisations like NASA, Intel, Samsung, Qualcomm, and many more.Mongoose project on GitHub: Documentation:2016-09-08 05:50 AM
Thank you for sharing this information.