Wrote the firmware in C for an embedded HTTP 1.0 web server running on an Atmel UC3 device
The application used the lwIP open source stack, in Raw API mode, to create and manage the TCP/IP connection
The server provided an interface to a web based control panel that allowed parameters to be set and read in a number of slave devices
An I2C interface was used to communicate with the slave devices
