Expand on crossplatform ability

This commit is contained in:
cpq 2023-02-17 10:46:16 +00:00
parent 734ad45f1c
commit ac203c56df

View File

@ -13,11 +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 - Cross-platform:
- works on Linux/UNIX, MacOS, Windows, Android - works on Linux/UNIX, MacOS, Windows, Android
- works on STM32, NXP, ESP32, NRF52, TI, Microchip, ... - works on STM32, NXP, ESP32, NRF52, TI, Microchip, ...
- write code once - and it'll work everywhere - write code once - and it'll work everywhere
- ideal for the unification of the network infrastructure code - ideal for the unification of the network infrastructure code across company
- 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
@ -30,7 +30,7 @@ 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 [user guide + API reference](https://mongoose.ws/documentation/) and - Detailed [user guide, API reference](https://mongoose.ws/documentation/) and
[tons of tutorials](https://mongoose.ws/tutorials/) available [tons of tutorials](https://mongoose.ws/tutorials/) available