Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a TELNET server to the webserver project, which currently can list ↵ | Dean Camera | 2010-02-03 | 1 | -263/+0 |
| | | | | active TCP connections. | ||||
* | Replace the Webserver demo's uIP with the latest code ripped from the ↵ | Dean Camera | 2010-02-02 | 1 | -4/+4 |
| | | | | Contiki project by Adam Dunkels. | ||||
* | Clean up HTTP webserver code in the Webserver project, so that it follows ↵ | Dean Camera | 2010-01-31 | 1 | -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 Camera | 2010-01-27 | 1 | -6/+32 |
| | | | | client functions and defines. | ||||
* | Add DHCP server to the Webserver demo for automatic network configuration. ↵ | Dean Camera | 2010-01-27 | 1 | -0/+237 |
Correct uIP timer clock not tracking the correct timespan. |