You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/Projects/Webserver/Lib
Dean Camera 27eb17cb93
Change over unix line-endings to dos line endings.
15 years ago
..
FATFs 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. 15 years ago
uip Change over unix line-endings to dos line endings. 15 years ago
DHCPClientApp.c Add const keyword to the demo function parameters where possible. 15 years ago
DHCPClientApp.h Add const keyword to the demo function parameters where possible. 15 years ago
DataflashManager.c Add const keyword to the demo function parameters where possible. 15 years ago
DataflashManager.h Change over unix line-endings to dos line endings. 15 years ago
HTTPServerApp.c Added ENABLE_TELNET_SERVER compile time option to the Webserver project to disable the TELNET server if desired. 15 years ago
HTTPServerApp.h Add uIP-split code to the Webserver project, so that each packet is split in 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. 15 years ago
SCSI.c Add const keyword to the demo function parameters where possible. 15 years ago
SCSI.h Change over unix line-endings to dos line endings. 15 years ago
TELNETServerApp.c Added ENABLE_TELNET_SERVER compile time option to the Webserver project to disable the TELNET server if desired. 15 years ago
TELNETServerApp.h New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which will remove all board hardware drivers which do not adversely affect the code operation (currently only the LEDs driver). 15 years ago
uIPManagement.c Added ENABLE_TELNET_SERVER compile time option to the Webserver project to disable the TELNET server if desired. 15 years ago
uIPManagement.h Webserver project now uses the board LEDs to indicate the current IP configuration state. 15 years ago