From 21a1b2c15ce6b77634beb58a335d7928c11049d1 Mon Sep 17 00:00:00 2001 From: cpq Date: Tue, 29 Dec 2020 17:59:05 +0000 Subject: [PATCH] Update readme --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 103809da..31c33f0c 100644 --- a/README.md +++ b/README.md @@ -34,15 +34,11 @@ Looking for a complete IoT solution? Check out * Cross-platform: works on Linux/UNIX, MacOS, QNX, eCos, Windows, Android, iPhone, FreeRTOS, etc -* Supported hardware platforms: TI CC3200, TI MSP432, NRF52, STM32, PIC32, ESP8266, ESP32 and more -* Builtin protocols: - - plain TCP, plain UDP, SSL/TLS (over TCP, one-way or two-way) - - HTTP client, HTTP server - - WebSocket client, WebSocket server - - MQTT client - - DNS client, async DNS resolver +* Supported embedded architectures: ESP32, ESP8266, TI CC3200, TI MSP432, NRF52, STM32, PIC32, NXP, and more +* Builtin protocols: plain TCP/UDP, HTTP, MQTT, Websocket +* SSL/TLS support: mbedTLS, OpenSSL or custom via API +* Asynchronous DNS resolver * Single-threaded, asynchronous, non-blocking core with simple event-based API -* Native support for [LWIP embedded TCP/IP stack](https://en.wikipedia.org/wiki/LwIP) * Tiny static and run-time footprint * Source code is both ISO C and ISO C++ compliant * Very easy to integrate: just copy