Better HTTP GET parsing in the Webserver demo, add application polling.
This commit is contained in:
parent
e8b8ed2bad
commit
97f7cd947b
7 changed files with 52 additions and 46 deletions
|
|
@ -54,7 +54,8 @@
|
|||
*
|
||||
* To use this project, plug the USB AVR into a computer, so that it enumerates as a standard Mass Storage device. Load
|
||||
* HTML files onto the disk, so that they can be served out to clients -- the default file to serve should be called
|
||||
* <i>index.htm</i>. Filenames must be in 8.3 format for them to be retrieved correctly by the webserver.
|
||||
* <i>index.htm</i>. Filenames must be in 8.3 format for them to be retrieved correctly by the webserver, and the total
|
||||
* requested file path must be equal to or less than 50 characters.
|
||||
*
|
||||
* When attached to a RNDIS class device, such as a USB (desktop) modem, the system will enumerate the device, set the
|
||||
* appropriate parameters needed for connectivity and begin listening for new HTTP connections on port 80. The device IP,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue