@@ -19,20 +19,22 @@ robust, and easy. Features include:
1919 - write code once - and it'll work everywhere
2020 - ideal for the unification of the network infrastructure code across company
2121- Built-in protocols: plain TCP/UDP, SNTP, HTTP, MQTT, Websocket
22- - SSL/TLS support: mbedTLS, OpenSSL or custom (via API)
22+ - SSL/TLS support for mbedTLS and OpenSSL
2323- Asynchronous DNS resolver
2424- Tiny static and run-time footprint
2525- Source code is both ISO C and ISO C++ compliant
2626- Very easy to integrate: just copy ` mongoose.c ` and ` mongoose.h ` files to your source tree. See
2727 [ exact steps] ( https://mongoose.ws/documentation/#2-minute-integration-guide )
28- - Works with any network stack with socket API, like LwIP or FreeRTOS-Plus-TCP
28+ - Works in any environment with socket API, like LwIP, Zephyr, Azure
2929- Built-in TCP/IP stack with drivers for bare metal or RTOS systems
30- - Available drivers: STM32 F4, F7, H5, H7 ; NXP RT1020 ; TI TM4C; Microchip SAME54; Wiznet W5500
30+ - Available drivers: STM32F, STM32H ; NXP RT1xxx ; TI TM4C; Microchip SAME54; Wiznet W5500
3131 - A complete Web device dashboard on bare metal
3232 [ Nucleo-F429ZI] ( examples/stm32/nucleo-f429zi-baremetal ) is only 6 files
3333 - For comparison, a CubeIDE generated HTTP example is 400+ files
34+ - Built-in TLS 1.3 server-side support
35+ - Does not depend on any other software to implement networking
3436- Built-in firmware updates for STM32H5, STM32H7, and more coming
35- - Detailed [ user guide, API reference and tons of tutorials] ( https://mongoose.ws/documentation/ ) available
37+ - Detailed [ user guide, API reference and tons of tutorials] ( https://mongoose.ws/documentation/ )
3638
3739
3840# Commercial use
0 commit comments