This project implements two examples of the µIP TCP/IP stack: web-server and hello-world. The first example enables the device to act as a web server, displaying network information through an HTML browser. The hello-world example makes the device responds to telnet connections on port 1000.
This application will work on the following evaluation kits:
The system reset signal NRST is connected to both the Ethernet PHY and the JTAG/ICE interface. This prevents the project from working properly when a JTAG probe is connected. To disconnect NRST from the ICE interface, the following modifications must be performed:
Please refer to the µIP documentation (included in the package) for more information about the TCP/IP stack, the hello-world and the webserver examples.
To select which example to compile, uncomment the corresponding line in the Makefile (and comment the rest):
# uIP sample application
UIP_APP = hello-world
#UIP_APP = webserver
-- Basic EMAC uIP Project 1.4 --
- MAC 23:45:56:78:9a:bc
- Host IP 10.159.245.156
- Router IP 10.159.245.157
- Net Mask 255.255.254.0