Expand on crossplatform ability

This commit is contained in:
cpq 2023-02-17 10:44:55 +00:00
parent 4a1f2e0dd3
commit 734ad45f1c

View File

@ -13,8 +13,11 @@ vast number of open source and commercial products - it even runs on the
International Space Station! Mongoose makes embedded network programming fast, International Space Station! Mongoose makes embedded network programming fast,
robust, and easy. Features include: robust, and easy. Features include:
- Cross-platform: works on Linux/UNIX, MacOS, Windows, Android, FreeRTOS, etc. - Cross-platform
- Supported embedded architectures: ESP32, NRF52, STM32, NXP, and more - works on Linux/UNIX, MacOS, Windows, Android
- works on STM32, NXP, ESP32, NRF52, TI, Microchip, ...
- write code once - and it'll work everywhere
- ideal for the unification of the network infrastructure code
- Built-in protocols: plain TCP/UDP, HTTP, MQTT, Websocket - Built-in protocols: plain TCP/UDP, HTTP, MQTT, Websocket
- SSL/TLS support: mbedTLS, OpenSSL or custom (via API) - SSL/TLS support: mbedTLS, OpenSSL or custom (via API)
- Asynchronous DNS resolver - Asynchronous DNS resolver
@ -27,8 +30,8 @@ robust, and easy. Features include:
[bare metal example on Nucleo-F429ZI](examples/stm32/nucleo-f429zi-baremetal) [bare metal example on Nucleo-F429ZI](examples/stm32/nucleo-f429zi-baremetal)
is only 6 files is only 6 files
- For comparison, a CubeIDE generated HTTP example is 400+ files - For comparison, a CubeIDE generated HTTP example is 400+ files
- Detailed [documentation](https://mongoose.ws/documentation/) and - Detailed [user guide + API reference](https://mongoose.ws/documentation/) and
[tutorials](https://mongoose.ws/tutorials/) [tons of tutorials](https://mongoose.ws/tutorials/) available
# Commercial use # Commercial use