KLone

KLone, an open-source (GPL) Embedded Web Server.

A fully-featured, multi platform, web application development framework,targeted especially for embedded systems
and appliances.

It is a self-contained solution which includes a web server and an SDK for creating stand-alone WWW sites with both static and dynamic content.

It blends the HTTP/S server
application together with its content and configuration into a single executable file.

The site developer writes his/her dynamic pages in C/C++ (in usual HTML scripting style) and uses KLone to transform them into embeddable, compressed (and possibly ecrypted) native code with the native C/C++ compiler.

The result is then linked to the HTTP/S server skeleton to obtain one single, ROM-able, binary file.

Given its nature, it can be linked natively to any C/C++ library (database, XML, graphics, etc.), without an intermediate layer.

Its main (yet not sole) use case consists of providing web based User Interfaces (UI) for configuration,monitoring and software upgrades of small devices. KLone has been ported to Windows, Linux, *BSD, MacOSX, QNX, VxWorks as well as x86, ARM, MIPS, PowerPC, SH and Cris processors. Now, go ahead and free download KLone Embedded Web Server.

Feature Lists :

  • Multiplatform HTTP and HTTP/S

    KLone allows the creation of HTTP and HTTP/s servers which run on a wide range of platforms, even with strong CPU and memory constraints.

    A growing list of supported Platforms is available.

  • Small footprint

    Memory footprint is small; the range goes from about 110 KB (statically linked, no SSL support) to about 350 KB (dynamically linked, with SSL support through OpenSSL).

    The server file size with HTTP/S support is about 130KB (dynamically linked).

  • Multiple content suppliers (on-disk file system, embedded file system, CGIs)

    The web server may retrieve its content from the local file system, from the embedded file system (which is linked to the executable at build time) or from CGIs (also PHP, Perl, etc.) or from a combination of such methods.

    Systems with no storage can still provide rich web content by embedding all data into KLone’s main executable and burning it in a ROM.

    Developers can choose to compress or encrypt embedded content.

  • Open source or royalty-free commercial license

    One can choose between an open source license (GPL) and a royalty-free commercial licence depending on needs. More info can be found on the License page.

Official Website : http://www.koanlogic.com/klone/index.html

Installation Instruction : http://www.koanlogic.com/klone/tut.html

Screen-shot :

Klone web server