Case Study Case Study: Schneider Electric used Mongoose Web Server to enable communication with their distributed control systems. We are pleased to release a most recent Case Study on Mongoose Web Server Library enabling a secure communication and RESTful API implementation for Schneider Electric’s “Automation Runtimes” - a specialised distributed
Case Study Case Study: iXBlue S.A.S. used Mongoose Web Server to enable communication with their subsea acoustic positioning systems. We are pleased to release a most recent Case Study on Mongoose Web Server Library enabling a secure communication and API for the range of subsea acoustic positioning systems. iXBlue S.A.S.
Case Study Case Study: Swisson AG used Mongoose Web Server to enable communication with “Swisson XND” Ethernet to DMX converter. We are pleased to release a most recent Case Study on Mongoose Web Server Library enabling a modern web interface and remote access for the “Swisson XND” - an Ethernet to DMX converter.
Case Study Case Study: HAENNI Instruments Inc. used Mongoose Web Server Library to enable communication with the "HAENNI Wheel Load Scales" product family. We are pleased to release a most recent Case Study on Mongoose Web Server Library powering Haenni’s RESTful API implementation, which enables communication with the "HAENNI Wheel Load Scales" product family. HAENNI
Case Study Case Study: Aloha Mobile Ltd. used Mongoose Web Server Library to implement private and secure way to share files across devices for “Aloha Browser". We are pleased to release a most recent Case Study on Mongoose Web Server Library being integrated into the “Aloha Browser” - a private fast browser with VPN by Aloha Mobile Ltd. Aloha
Case Study Case Study: EFR GmbH used Mongoose Web Server Library to implement connectivity and Web UI interface for the smart meter communication gateway. We are pleased to release a most recent Case Study on Mongoose Web Server Library being integrated in the "Secure Smart Grid Hub" - a highly secure smart meter communication gateway for modern
7.2 release Mongoose Web Server version 7.2 released Dublin, March 9th, 2021 — Cesanta today announced release of Mongoose Embedded Web Server Library v.7.2. OverviewThis is a bugfix and cleanup release after the major version 7.0 release. A significant
Case Study Case Study: Schenck Process used Mongoose Web Server Library to implement SSL-enabled web interface. We are pleased to release a most recent Case Study on Mongoose Web Server Library being integrated in the “DISOMAT Tersus” weighing terminal by Schenck Process. Schenck Process is the global technology and
7.1 Release Mongoose Web Server version 7.1 released Dublin, January 26th, 2021 — Cesanta today announced release of Mongoose Embedded Web Server Library v.7.1. OverviewThis is a bugfix and cleanup release after the major version 7.0 release. A significant
Mongoose Web Server Mongoose Web Server version 7.0 released Dublin, December 12th, 2020 — Cesanta today announced release of Mongoose Embedded Web Server Library v.7.0. OverviewThis is a major release, aimed primarily at refactoring and cleanup of the codebase. The main
Mongoose Web Server Open Source Software: free vs. commercial licensing The open source movement has significantly changed the software industry over the last decade. Nowadays, open source projects are available for almost any functionality you can imagine. That gives everybody a lot of
Mongoose Library 3 Straightforward Code Examples To Get Your Devices Connected If you had to connect a device you are working with, maybe a home appliance, thermostat or software application, and were looking for a solution with a low footprint, where would you start?
Mongoose Library Mongoose - More than an Embedded Web Server Mongoose is known as one of the best embedded web servers currently available. From starting as a single-click-to-run executable to now being an embedded networking library. Read on to find out how it
Timers Example [Mongoose more than an Embedded Web Server] In this post, we are going to show you how to use timers with Mongoose. As always, the full source code of this example is available on Github. All you need to do
ESP8266 Running on ESP8266 [Mongoose more than an Embedded Web Server] ESP8266 is a very affordable single chip WiFi solution, with a fairly capable CPU core on board. It came onto the scene in 2014 and made a pretty big splash. We prepared a
IoT Security The IoT Security Checklist The Internet of Things is transforming how business is done and how close companies can get to their consumers. Smart products need to be developed at speed and at scale. Security is often
Mongoose Web Server How to add your protocol to Mongoose Embedded Web Server Mongoose Embedded Web Server supports a lot of protocols. We think we’ve added the most popular ones like HTTP, WebSocket, MQTT and more. But, there are many protocols that aren’t supported.
Mongoose Library Cookie authentication and session management [Mongoose more than an Embedded Web Server] Cookie authentication and session management are important for web applications. Mongoose Embedded Web Server supports basic and digest authentication, which gets the job done, but, it doesn’t let web app control the
IoT Security Making sure your IoT software solution is secure from the start Security is a hot topic when it comes to IoT and a vital consideration as you build your connected devices. Strangely enough, it is frequently overlooked at prototyping stage. We have seen products
Mongoose Web Server Pub Sub Example [Mongoose more than an Embedded Web Server] In this blogpost, we are going to show you how easy it is to implement a Publish/Subscribe pattern with Mongoose using plain TCP protocol. As always, the full source code of this
Mongoose Library Mongoose and multi-threading [Mongoose more than an Embedded Web Server] Many users ask us how Mongoose Embedded Web Server can be used in a multi-threaded environment. It is not trivial, and today we’ll show you how to do it correctly. Mongoose manager
Mongoose Library RESTful Server Example [Mongoose more than an Embedded Web Server] In this blog post we will demonstrate how Mongoose can be used to implement a RESTful server. We’ll set up a key-value database server. This simple server can do three operations: Get(
Mongoose Web Server Big Upload Example [Mongoose more than an Embedded Web Server] Do you want to upload files of any size simply and joyously? You definitely need Mongoose. Here’s how you do it, step by step: First of all, we need a web page
Mongoose Library HVAC And Mongoose Embedded Web Server - Tutorial Receiving real-time data from heating or cooling equipment is a must for many customers of HVAC businesses (Heating, Ventilation, and Air Conditioning). A manufacturing plant may need to monitor the cooling units on
Mongoose Library Netcat Example [Mongoose more than an Embedded Web Server] Netcat is a well known networking tool that can do tons of things. Arguably, the most common use case is reading data from a remote TCP or UDP endpoint and write it to