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/uip
Dean Camera 42b850f2b9
Use a temporary variable to hold the current URI length in the Webserver, rather than calling strlen() multiple times on an unchanged buffer. Clean up uip-split.c.
15 years ago
..
clock.c Add a TELNET server to the webserver project, which currently can list active TCP connections. 15 years ago
clock.h Add a TELNET server to the webserver project, which currently can list active TCP connections. 15 years ago
timer.c Moved initial completed version of the Webserver project out of the Projects/Incomplete directory. 15 years ago
timer.h Moved initial completed version of the Webserver project out of the Projects/Incomplete directory. 15 years ago
uip-split.c Use a temporary variable to hold the current URI length in the Webserver, rather than calling strlen() multiple times on an unchanged buffer. Clean up uip-split.c. 15 years ago
uip-split.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
uip.c Re-add Webserver uIP application polling, apply patch to uIP by Andrew Ruder to fix corrupt TCP streams when multiple applications are used and the applications are polled for more data. 15 years ago
uip.h Replace the Webserver demo's uIP with the latest code ripped from the Contiki project by Adam Dunkels. 15 years ago
uip_arp.c 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_". 15 years ago
uip_arp.h Replace the Webserver demo's uIP with the latest code ripped from the Contiki project by Adam Dunkels. 15 years ago
uipopt.h 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