Embedded Web Server
Go to file
2021-04-29 09:09:21 +01:00
.github/workflows Trigger test on pull requests 2021-01-04 12:02:55 +00:00
docs Make mg_random() weak, see #1269 2021-04-29 09:09:21 +01:00
examples Stricter checks for mg_url_*() 2021-03-24 15:49:35 +00:00
src Make mg_random() weak, see #1269 2021-04-29 09:09:21 +01:00
test Stricter checks for mg_url_*() 2021-03-24 15:49:35 +00:00
.clang-format Add badges 2020-12-05 11:46:12 +00:00
LICENSE Sync src with amalgamated versions 2020-07-08 02:08:49 +01:00
Makefile Squash truncation warning 2021-03-17 12:22:19 +00:00
mongoose.c Integrate 1265 2021-04-29 08:49:23 +01:00
mongoose.h Make mg_random() weak, see #1269 2021-04-29 09:09:21 +01:00
README.md Update README.md 2021-04-28 17:07:39 +01:00

Mongoose - Embedded Web Server / Embedded Networking Library

License: GPLv2 Build Status Code Coverage Fuzzing Status

Mongoose is a networking library for C/C++. It implements event-driven non-blocking APIs for TCP, UDP, HTTP, WebSocket, MQTT. It has been designed for connecting devices and bringing them online. On the market since 2004, used by vast number of open source and commercial products - it even runs on the International Space Station! Mongoose makes embedded network programming fast, robust, and easy.

Source code and documentation:

Are you a company working on a connected product or software? We can offer you assistance to guarantee your integration success. Book a free call with our experienced engineer for the initial integration development session.

Why Mongoose?

Mongoose provides a high level of assurance in terms of reliability and security:

  • Reliable and tested with time: over 16 years of track record.
  • Proven track record: deployed to tens of millions devices in production environments worldwide.
  • Trusted by hundreds of companies big and small: Bosch, Siemens, Samsung, HP, Dell, Google, Intel, Qualcomm, Caterpillar and many others.
  • Secure: the fact that the Mongoose Library is used by NASA aboard the International Space Station is the best confirmation to it.

Mongoose is used to implement

Mongoose is embedded in the software, machinery, devices, appliances to implement:

  • Web UI interface on devices
  • RESTful API services
  • Telemetry data exchange
  • Remote control for a product
  • Remote software updates
  • Remote monitoring The Mongoose ecosystem is very dynamic and ever increasing.

Connectivity is vital for software and embedded devices, but there are many pitfalls to consider when embedding a web server. This white paper breaks down on the top 9 things to avoid when embedding a web server.

Case Studies and Testimonials:

Testimonials:

  • "Easily, Mongoose is one of the best web servers on the market. It has helped us to achieve the required level of performance with the seamless integration. It is very stable and we have not encountered any significant bugs." - Santhosh Kumar P.B, Lead Architect, Schneider Electric
  • "Performance and stability of Mongoose Web Server are very good! We had no noticeable issues whatsoever!" - Linus Nuber, Software Architect, Schenck Process Europe GmbH
  • "We looked through many different libraries and solutions, but with the Mongoose Web Server Library just within a couple of hours, we built a proof of concept. Everything just works, we faced no problems with Mongoose." Samuel Remy, Project Engineer, HAENNI Instruments Inc.

See Testimonials

Case Studies:

  • Schneider Electric integrated Mongoose Web Server Library in “Automation Runtimes” - a specialized distributed control system.
  • Schenck Process integrated Mongoose Web Server Library in the “DISOMAT Tersus” weighing terminal.
  • HAENNI Instruments used Mongoose to enable communication with the "HAENNI Wheel Load Scales".

See Case Studies

Looking for a pre-compiled Mongoose web server Windows or Mac binary?

Looking for a complete IoT solution? Check out

  • VCON - Arduino compatible MCU modules with built-in firmware OTA updates
  • Mongoose OS - open source embedded operating system for low-power connected microcontrollers. Secure, designed for commercial Internet of Things products

Support

Features

  • Cross-platform: works on Linux/UNIX, MacOS, Windows, Android, FreeRTOS, etc
  • Supported embedded architectures: ESP32, ESP8266, TI, 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
  • 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

Licensing

Mongoose is released under Commercial and GNU GPL v.2 open source licenses.

Commercial Projects: Contact us for commercial license.

Dashboard Example

Mongoose is often used to implement device dashboards and real-time data exchange over Websocket. Here is a dashboard example that illustrates the functionality:

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

Contributions

Contributions are welcome! Please follow the guidelines below:

  • Sign Cesanta CLA and send GitHub pull request
  • When making pull requests, please make sure that it has only one commit, and imlements/fixes only one piece of functionality