| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
disable the TELNET server if desired.
Change over static strings in the Webserver project to use PROGMEM where possible.
|
|
|
|
| |
Fix missing text from the Host Mode States enum documentation.
|
|
|
|
|
|
| |
configuration state.
Don't double-read data from the attached disk in the incomplete StandaloneProgrammer project when in host mode.
|
|
|
|
| |
rather than calling strlen() multiple times on an unchanged buffer. Clean up uip-split.c.
|
|
|
|
| |
half to avoid the delayed-ACK problem when communicating with other devices. Condense HTTP server code, so that the HTTP headers are all sent from the one state. Make default filename append to any directory URI, rather than just the root directory.
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
will remove all board hardware drivers which do not adversely affect the code operation (currently only the LEDs driver).
Spell-check code/comments in the Webserver/AVRISP-MKII projects.
|
|
|
|
| |
to fix corrupt TCP streams when multiple applications are used and the applications are polled for more data.
|
| |
|
| |
|
|
|
|
| |
active TCP connections.
|
|
|
|
| |
in the HTTPServerApp.c/.h files so that they use the correct "HTTPServerApp_" prefix, and not "Webserver_".
|
|
|
|
| |
Contiki project by Adam Dunkels.
|
|
|
|
| |
switch statement instead of an if-else-if chain.
|
|
|
|
| |
the uIP application structure guidelines and uses cleaner state machine based code.
|
| |
|
|
|
|
| |
project, so that lost segments are retransmitted as needed.
|
|
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.
|