cancel
Showing results for 
Search instead for 
Did you mean: 

Mongoose (networking IoT library) is ported to STM32F4

sergey23
Associate
Posted on September 08, 2016 at 13:32

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: 

https://github.com/cesanta/mongoose

Documentation: 

https://docs.cesanta.com/mongoose/master/

1 REPLY 1
slimen
Senior
Posted on September 08, 2016 at 14:50

Thank you for sharing this information.