- 12 Feb, 2010 3 commits
-
-
Dean Camera authored
Speed up Webserver demo data rate by not sending a full ethernet frame each time, preventing the receiver from using a delayed ACK scheme which slows down the connection. TELNET server cleanup.
-
Dean Camera authored
Move DHCP negotiation timer into the DHCP connection application state structure, so that each connection gets its own timeout counter (only one connection currently used, but this way is more correct). Add const correctness to static data in the TELNETServerApp.c and HTTPServerApp.c files.
-
Dean Camera authored
Fix DHCPClient init code in the Webserver project writing to the incorrect application state location (thanks to Mike Alexander).
-
- 07 Feb, 2010 1 commit
-
-
Dean Camera authored
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.
-
- 03 Feb, 2010 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
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_".
-
- 02 Feb, 2010 1 commit
-
-
Dean Camera authored
Replace the Webserver demo's uIP with the latest code ripped from the Contiki project by Adam Dunkels.
-
- 25 Jan, 2010 1 commit
-
-
Dean Camera authored
-
- 12 Jan, 2010 1 commit
-
-
Dean Camera authored
-