WiServer sketches
From AsyncLabs Documentation
The WiServer sketches (SimpleClient, SimpleServer, SimpleTweeter) included in the WiShield library implement a webclient and webserver, respectively, as well as show how to interact with the Twitter servers. The library includes a port of the uIP TCP/IP stack to the Arduino. The sketches expose all the parameters (wireless and stack related) that need to be configured to use the WiShield. More information on usage of the sketches can be found on the WiServer wiki page.
IMPORTANT NOTE:
The WiServer library is able to concurrently act as both a server and client. An ATMEGA328 is highly recommended for using the WiServer. To enable WiServer:
- From the GitHub repository, click the download button. In the popup window, select WiServer_1.0 on the bottom. Then click the appropriate file (zip or tar) for your system.
- Delete all the object files (files with an extension of '.o') in the WiShield directory, if any.
- Delete the 'applet' directory in the WiShield/examples/Simple... directories.
- Restart the Arduino IDE to rebuild the library in WiServer mode.