UsefulResources - GerHobbelt/mongoose-vanilla GitHub Wiki
A collection of useful resources
This page is designed to be a collection of useful and informative resources about CivetWeb around the web.
Presentations
Creating secure web based user interfaces for Embedded Devices
By: Arnout Vandecappelle (Essensium/Mind)
Presented at FOSDEM 2011 on February 6th 2011 in Brussels, Belgium
Abstract
A web interface is the easiest way to add something GUI-ish to an embedded system. However, setting up an Apache and writing CGI scripts requires too much work and overburdens resource constrained systems.. This presentation shows you the best tools to simplify your life for adding an interface to your embedded system. The first step is the CivetWeb Embedded Web Server. It is a tiny (40K) yet fully-featured web server that can be embedded directly in your application. Combining it with the efficient CyaSSL library gives you a secure environment. For a more advanced GUI, there is Wt, which completely removes the burden of web programming from you - you'll hardly even notice there's a web server in your application!