Commit 9f2ecb01 authored by Sergey Lyubka's avatar Sergey Lyubka Committed by Sergey Lyubka

Minor rephrasing in Mongoose overview doc

PUBLISHED_FROM=1562c629ce08004a5243a61eed79e1c3161f1268
parent 3265060d
...@@ -14,12 +14,13 @@ Features include: ...@@ -14,12 +14,13 @@ Features include:
[LWIP embedded TCP/IP stack](https://en.wikipedia.org/wiki/LwIP) [LWIP embedded TCP/IP stack](https://en.wikipedia.org/wiki/LwIP)
- Builtin protocols: - Builtin protocols:
- plain TCP, plain UDP, SSL/TLS (over TCP, one-way or two-way) - plain TCP, plain UDP, SSL/TLS (over TCP, one-way or two-way)
- HTTP client, HTTP server - HTTP client and server
- WebSocket client, WebSocket server - WebSocket client and server
- JSON-RPC client, JSON-RPC server - JSON-RPC client and server
- MQTT client, MQTT broker - MQTT client and server
- CoAP client, CoAP server - CoAP client and server
- DNS client, DNS server, async DNS resolver - DNS client and server
- asynchronous DNS resolver
- Tiny static and run-time footprint - Tiny static and run-time footprint
- Source code is both ISO C and ISO C++ compliant - Source code is both ISO C and ISO C++ compliant
- Very easy to integrate: just copy - Very easy to integrate: just copy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment