This is a HTTP Server example. It shows you how to use the
Web Server CGI interface as well. 

Use this example to connect SAM7X Board to a LAN with DHCP
server (most LANs have this). This example will configure the 
LAN network parameters automatically using a DHCP protocol.

You may connect SAM7X Board to PC directly over a crosslink
network cable. In this case configure a PC to use a static 
IP address 192.168.0.1

If after a timeout of 5 seconds DHCP did not obtain an IP address,
this example will use a static IP address 192.168.0.100

The WEB pages are included into the project under HTTP Files 
group. You can simply add or remove a page or image. Web files
which are compiled into the project are added to the 'Web.inp'
Web Converter input file.

To test this example, open your web browser and enter the 
address http://sam7x/ or http://<boards IP address>

Default user    : admin
Default password: <none>

You can change the password at runtime on page 'system'

The HTTP_demo example is available for several targets:

AT91SAM7X: Standalone (no RTX Kernel) application.
           Program code is loaded into on-chip flash.

AT91SAM7X Debug:
           Standalone (no RTX Kernel) with debug output.
           Debug level configured in Net_Debug.c configuration file.
           Connect a serial cable to SERIAL DEBUG port to view
           output messages using HyperTerminal at 115200 baud,
           8-bits, no parity, 1 stop bit, XON/XOFF.

AT91SAM7X RTX:
           The same example configured for RTX Kernel.
           
Note:      To debug the application with ULINK2, you need to cut 
           the S2 jumper located near the JTAG INTERFACE connector.
