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,
robust, and easy. Features include:
- Cross-platform: works on Linux/UNIX, MacOS, Windows, Android, FreeRTOS, etc.
- Supported embedded architectures: ESP32, NRF52, STM32, NXP, and more
- Cross-platform
- 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
- SSL/TLS support: mbedTLS, OpenSSL or custom (via API)
- Asynchronous DNS resolver
@ -27,8 +30,8 @@ robust, and easy. Features include:
[bare metal example on Nucleo-F429ZI](examples/stm32/nucleo-f429zi-baremetal)
is only 6 files
- For comparison, a CubeIDE generated HTTP example is 400+ files
- Detailed [documentation](https://mongoose.ws/documentation/) and
[tutorials](https://mongoose.ws/tutorials/)
- Detailed [user guide + API reference](https://mongoose.ws/documentation/) and
[tons of tutorials](https://mongoose.ws/tutorials/) available
# Commercial use