Dean Camera
|
41ef05a6e5
|
Fix DHCPClient init code in the Webserver project writing to the incorrect application state location (thanks to Mike Alexander).
|
2010-02-12 05:05:03 +00:00 |
Dean Camera
|
1fdc0e664e
|
Make Webserver allow HTTP requests for files with up to 50 characters in the path instead of 30, to be in synch with the project documentation.
Change Webserver project's ENABLE_DHCP compile time option to ENABLE_DHCP_CLIENT to more accurately indicate its function.
|
2010-02-07 10:46:02 +00:00 |
Dean Camera
|
16ea5aa7a2
|
Add a TELNET server to the webserver project, which currently can list active TCP connections.
|
2010-02-03 10:39:33 +00:00 |
Dean Camera
|
08e8d6393e
|
Exclude FATFs from the Webserver project documentation. Rename the functions in the HTTPServerApp.c/.h files so that they use the correct "HTTPServerApp_" prefix, and not "Webserver_".
|
2010-02-03 00:48:06 +00:00 |
Dean Camera
|
84e1241f80
|
Replace the Webserver demo's uIP with the latest code ripped from the Contiki project by Adam Dunkels.
|
2010-02-02 12:51:05 +00:00 |
Dean Camera
|
15c408ab86
|
Moved initial completed version of the Webserver project out of the Projects/Incomplete directory.
|
2010-01-25 12:10:13 +00:00 |