Embedded Web Server

SourceForge.net Logo

EWS is a web server construction kit, designed for embedded applications using the GNAT Ada compiler.

Other Ada web-related software is linked here.

The project is hosted on SourceForge. You can see the releases, and you can browse the CVS repository.

Documentation will be forthcoming.

For the moment, and provided you are running on a Linux or Mac OS X system (other Unix systems should work as described, and the software runs on Windows but the makefile doesn't)

Then, in the EWS distribution directory (ews-yyyymmdd),

   $ make ews-server-test
will create a server (ews-server-test), which when executed will listen on port 8080 and respond with these pages.


If you're seeing this page via the demonstration (ews-server-test), you can view a completely dynamic page here, and a page with AJAX content here.


Simon Wright