aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Lib/DHCPApp.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a TELNET server to the webserver project, which currently can list ↵Dean Camera2010-02-031-263/+0
| | | | active TCP connections.
* Replace the Webserver demo's uIP with the latest code ripped from the ↵Dean Camera2010-02-021-4/+4
| | | | Contiki project by Adam Dunkels.
* Clean up HTTP webserver code in the Webserver project, so that it follows ↵Dean Camera2010-01-311-2/+2
| | | | the uIP application structure guidelines and uses cleaner state machine based code.
* Clean up Webserver project - add more Doxygen documentation for the new DHCP ↵Dean Camera2010-01-271-6/+32
| | | | client functions and defines.
* Add DHCP server to the Webserver demo for automatic network configuration. ↵Dean Camera2010-01-271-0/+237
Correct uIP timer clock not tracking the correct timespan.