This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
reprapfirmware-dc42/network
David Crocker 3e4a22196b Web interface improvements
Increase TCP window size from 1 to 2 packets and increase maximum amount
of web data sent to 1460. This decreases the page load time fro a
Windows client fro 6 seconds to less than 1 second. It also fixes a
problem whereby when using a Ubuntu client, file upload and direct print
didn't work unless the reprap.js file was edited to reduce the maximum
amount of data sent per request. Also we now initialize unused memory
with known data so that in response to the M111 S1 command we can better
estimate the amount of free memory.
2014-02-05 17:58:05 +00:00
..
ethernet_sam.c Further improvements to web upload and tidy-up 2014-01-30 14:26:45 +00:00
ethernet_sam.h Further improvements to web upload and tidy-up 2014-01-30 14:26:45 +00:00
fs.c File list implemented. Also M201 to set axis accelerations via USB. 2013-10-08 16:33:10 +01:00
fs.h Ethernet semi-integrated, but running its own webserver. Need to intercept 2013-09-23 23:34:55 +01:00
fsdata.c Ethernet semi-integrated, but running its own webserver. Need to intercept 2013-09-23 23:34:55 +01:00
fsdata.h Ethernet semi-integrated, but running its own webserver. Need to intercept 2013-09-23 23:34:55 +01:00
httpd-original.c Some webserver progreass. Can get http requests, and can serve a simple page, both from within the RepRap Firmware Webserver class. Bugs remain... 2013-10-01 23:03:07 +01:00
httpd.c Web interface improvements 2014-02-05 17:58:05 +00:00
httpd.h Ethernet semi-integrated, but running its own webserver. Need to intercept 2013-09-23 23:34:55 +01:00
lwip_test.h Configured to use standard separate library. 2013-09-23 16:23:38 +01:00
lwipopts.h Web interface improvements 2014-02-05 17:58:05 +00:00
timer_mgt_sam.c Configured to use standard separate library. 2013-09-23 16:23:38 +01:00
timer_mgt_sam.h Configured to use standard separate library. 2013-09-23 16:23:38 +01:00