mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-01 11:07:46 +08:00
9f2ecb0144
PUBLISHED_FROM=1562c629ce08004a5243a61eed79e1c3161f1268
1.2 KiB
1.2 KiB
title |
---|
Overview |
Mongoose is a swiss army knife for embedded network programming. It implements event-driven non-blocking API for TCP, UDP, HTTP, WebSocket, CoAP, MQTT, JSON-RPC for both client and server mode. Features include:
- Cross-platform: works on Linux/UNIX, MacOS, QNX, eCos, Windows, Android, iPhone, FreeRTOS (TI CC3200, ESP8266), etc
- Single-threaded, asynchronous, non-blocking core with simple event-based API
- Native support for PicoTCP embedded TCP/IP stack, LWIP embedded TCP/IP stack
- Builtin protocols:
- plain TCP, plain UDP, SSL/TLS (over TCP, one-way or two-way)
- HTTP client and server
- WebSocket client and server
- JSON-RPC client and server
- MQTT client and server
- CoAP client and server
- DNS client and server
- asynchronous DNS resolver
- Tiny static and run-time footprint
- Source code is both ISO C and ISO C++ compliant
- Very easy to integrate: just copy mongoose.c and mongoose.h files to your build tree