This project implements webserver example by using lwIP stack, It enables the device to act as a web server, sending a very short page when accessed through a browser.
This package can be used with SAMV71 Xplained Ultra board or SAME70 Xplained board.
Please refer to the lwIP documentation for more information about the TCP/IP stack and the webserver example.
By default, the example does not use DHCP. If you want to use DHCP, please open file lwipopts.h and define "LWIP_DHCP" and "LWIP_UDP" to 1.
-- GMAC lwIP Example xxx -- -- xxxxxx-xx -- Compiled: xxx xx xxxx xx:xx:xx -- MAC 3a:1f:34:08:54:54 - Host IP 192.168.1.3 - Gateway IP 192.168.1.2 - Net Mask 255.255.255.0
Type the IP address (Host IP in the debug log) of the device in a web browser, like this:
http://192.168.1.3
The page generated by lwIP will appear in the web browser, like below:
Small test page.#