Embedded Web Server
Go to file
2015-09-08 14:34:30 +02:00
examples Merge dev branch code named Fossa as next stable Mongoose 2015-09-08 14:34:30 +02:00
jni Merge dev branch code named Fossa as next stable Mongoose 2015-09-08 14:34:30 +02:00
LICENSE Merge dev branch code named Fossa as next stable Mongoose 2015-09-08 14:34:30 +02:00
mongoose.c Merge dev branch code named Fossa as next stable Mongoose 2015-09-08 14:34:30 +02:00
mongoose.h Merge dev branch code named Fossa as next stable Mongoose 2015-09-08 14:34:30 +02:00
README.md Merge dev branch code named Fossa as next stable Mongoose 2015-09-08 14:34:30 +02:00

Mongoose Embedded Web Server

Join the chat at https://gitter.im/cesanta/mongoose

Mongoose is a multi-protocol networking library written in C. It provides easy to use event-driven interface that allows to implement network protocols or scalable network applications with little effort. Mongoose helps developers to manage the complexity of network programming and let them concentrate on the logic, saving time and money.

Mongoose has built-in support for several protocols, like HTTP, Websocket, MQTT, mDNS. Example applications include Websocket-based chat server, JSON-RPC server, database server with RESTful API, MQTT broker, netcat with SSL and hexdump, Raspberry PI camera video feed + led control, and more.

Mongoose is ideal for the embedded environments, it has been designed as an open source platform for connecting devices and bringing them online.

Download Mongoose Source Code here

Are you an embedded developer? Working on an embedded task? Check out our embedded development products to make the right choice for your project.

Features

  • Cross-platform: works on Linux/UNIX, QNX, eCos, Windows, Android, iPhone, etc
  • Single-threaded, asynchronous, non-blocking core with simple event-based API
  • Builtin protocols:
    • plain TCP, plain UDP, SSL/TLS (over TCP, one-way or two-way)
    • HTTP client, HTTP server
    • Websocket client, Websocket server
    • JSON-RPC client, JSON-RPC server
    • MQTT client, MQTT broker
    • CoAP client, CoAP server
    • DNS client, DNS server, async 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
  • Extensively tested and production-ready, trusted by many blue chip businesses

Examples & Documentation

  • User Guide - Detailed User Guide and API reference
  • examples - Collection of well-commented examples. To build any example, go into respective directory and type make

Dashboard Example

Developing a new product? Contact us today to discuss how Mongoose can help

Contributions

People who have agreed to the Cesanta CLA can make contributions. Note that the CLA isn't a copyright assigment but rather a copyright license. You retain the copyright on your contributions.

License

Mongoose is released under GNU GPL v.2. Businesses have an option to get non-restrictive, royalty-free commercial license and professional support from Cesanta.