Mongoose is a C/C++ network library designed for bringing embedded devices online by providing event-driven APIs for various communication protocols.
Mongoose is a compact C/C++ network library providing event-driven, non-blocking APIs for protocols like TCP, UDP, HTTP, WebSocket, and MQTT. Developers easily integrate it by copying `mongoose.c` and `mongoose.h` into their projects. It supports cross-platform development, includes an optional bare metal TCP/IP stack, and offers built-in TLS 1.3 capabilities.
Mongoose is a C/C++ network library designed for bringing embedded devices online by providing event-driven APIs for various communication protocols.
Embedded systems developers and C/C++ programmers building connected devices or custom network services will find Mongoose useful.