Dean Camera
|
aca7863350
|
Added ENABLE_TELNET_SERVER compile time option to the Webserver project to disable the TELNET server if desired.
Change over static strings in the Webserver project to use PROGMEM where possible.
|
2010-03-10 12:48:20 +00:00 |
Dean Camera
|
c6f21fde62
|
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.
|
2010-02-12 07:54:28 +00:00 |
Dean Camera
|
8154331da6
|
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.
|
2010-02-12 07:27:26 +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
|
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
|
97f7cd947b
|
Better HTTP GET parsing in the Webserver demo, add application polling.
|
2010-01-31 04:23:55 +00:00 |
Dean Camera
|
5f776f4785
|
Fix up project documentation files' overview tables, so that multiple items occupy multiple lines in the same cell, rather than multiple cells.
|
2010-01-28 13:17:36 +00:00 |
Dean Camera
|
d11ed10c53
|
Add FatFS library to the Webserver project, extend the HTTP server so that it now serves files from the Dataflash. Add Mass Storage device mode class driver so that files can be loaded to the board Dataflash when inserted into a PC.
|
2010-01-28 12:47:35 +00:00 |
Dean Camera
|
a960e4b3b2
|
Add DHCP server to the Webserver demo for automatic network configuration. Correct uIP timer clock not tracking the correct timespan.
|
2010-01-27 13:15:49 +00:00 |
Dean Camera
|
db420853ce
|
Add Webserver project Doxygen configuration file and overview document.
Fix Doxygen configuration files' input file exclusion filters.
|
2010-01-25 12:46:57 +00:00 |