This website requires JavaScript.
Explore
Help
Sign In
eqmk
/
qmk_firmware
Watch
1
Star
0
Fork
0
You've already forked qmk_firmware
forked from
mfulz_github/qmk_firmware
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
qmk_firmware
/
Projects
/
Webserver
/
Lib
History
Dean Camera
92418433a5
Fix incorrect LED mask name in the Webserver project.
...
Fix missing text from the Host Mode States enum documentation.
2010-03-09 13:22:51 +00:00
..
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.
2010-02-12 07:54:28 +00:00
uip
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.
2010-02-18 05:33:35 +00:00
DataflashManager.c
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
DataflashManager.h
Minor fixups to the documentation and preprocessor tokens.
2010-02-02 13:29:07 +00:00
DHCPClientApp.c
Webserver project now uses the board LEDs to indicate the current IP configuration state.
2010-03-09 05:15:08 +00:00
DHCPClientApp.h
Add a TELNET server to the webserver project, which currently can list active TCP connections.
2010-02-03 10:39:33 +00:00
HTTPServerApp.c
Webserver project now uses the board LEDs to indicate the current IP configuration state.
2010-03-09 05:15:08 +00:00
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.
2010-02-18 02:19:43 +00:00
SCSI.c
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
SCSI.h
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
TELNETServerApp.c
Oops - missing brackets in the declaration of a string in TELNETServerApp.c.
2010-02-15 13:50:04 +00:00
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).
2010-02-04 02:27:09 +00:00
uIPManagement.c
Fix incorrect LED mask name in the Webserver project.
2010-03-09 13:22:51 +00:00
uIPManagement.h
Webserver project now uses the board LEDs to indicate the current IP configuration state.
2010-03-09 05:15:08 +00:00