UIPEthernet: A plugin-replacement of the stock Arduino Ethernet library for ENC28J60 shields and breakout boards. Full support for persistent (streaming) TCP-connections and UDP (Client and Server each), ARP, ICMP, DHCP and DNS. Build around Adam Dunkels uIP Stack. Further developed version can be found on https://github.com/UIPEthernet/UIPEthernet
I've created overloaded Ethernet.begin() function that supports a host name parameter which is used by the DHCP request.
Also added Ethernet.hostname() function which returns a hostname or an empty string if a board was configured with static IP.
A simple example is located in the ./examples/DhcpHostname directory.
I've created overloaded Ethernet.begin() function that supports a host name parameter which is used by the DHCP request. Also added Ethernet.hostname() function which returns a hostname or an empty string if a board was configured with static IP. A simple example is located in the ./examples/DhcpHostname directory.