This project demonstrates an HTTP server that runs EK-TM4C1294XL evaluation board.

Instructions to run the demo:

- Compile the project and run a debug session
- Connect a terminal (115200 bauds, no parity, no flow control) to the virtual COM port of the ICD debugger to output log messages
- Plug Ethernet cable
- The board acquires an IPv4 address (using DHCP), a link-local IPv6 address and a global IPv6 address (using SLAAC)
- Pick up the IP addresses in the logs
- Open your favorite Web browser and enter the server name or IP address in the address bar:
	http://http-server-demo
	http://http-server-demo.local
	http://192.168.0.150 (where 192.168.0.150 is the IPv4 address of the server)
	http://[fe80::2ab:cdff:feef:4129] (where fe80::2ab:cdff:feef:4129 is the link-local IPv6 address of the server)
