This project demonstrates an HTTP server that runs STM32F4-Discovery evaluation board + STM32F4DIS-EXT extension 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 COM1 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:407] (where fe80::2ab:cdff:feef:407 is the link-local IPv6 address of the server)
