@@ -19,20 +19,22 @@ robust, and easy. Features include:
19
19
- write code once - and it'll work everywhere
20
20
- ideal for the unification of the network infrastructure code across company
21
21
- 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
23
23
- Asynchronous DNS resolver
24
24
- Tiny static and run-time footprint
25
25
- Source code is both ISO C and ISO C++ compliant
26
26
- Very easy to integrate: just copy ` mongoose.c ` and ` mongoose.h ` files to your source tree. See
27
27
[ 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
29
29
- 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
31
31
- A complete Web device dashboard on bare metal
32
32
[ Nucleo-F429ZI] ( examples/stm32/nucleo-f429zi-baremetal ) is only 6 files
33
33
- 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
34
36
- 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/ )
36
38
37
39
38
40
# Commercial use
0 commit comments