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.

Mongoose (networking IoT library) is ported to CC3200 and CC3100 + STM32F4

Other Parts Discussed in Thread: CC3100, CC3200

CC3100 + STM32F4 support has been added to the development branch of Mongoose - an open source, multi-protocol network library.

This example demonstrates Mongoose on CC3200 - with a real-time dashboard streaming data from CC3200 sensors via WebSocket : https://github.com/cesanta/mongoose/tree/master/examples/CC3200

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: https://github.com/cesanta/mongoose
Documentation: https://docs.cesanta.com/mongoose/master/

Comments & suggestions are welcome.