XMOS HTTP Webserver demo

This is a demo of the XMOS Embedded Webserver library. This library preprocesses website data and stores it in program memory or external SPI flash. You can include text and images:

The file system of the web tree is reflected in the server:

You can also include dynamic content like this timestamp from an XC timer: {% get_timer_value(buf) %}

The functions called during rendering can also include state. For example, here is a page load counter for this page: {% get_counter_value(app_state,buf) %}

The server can also understand html form data. Try entering some text in the field below