UIPEthernet library for Arduino IDE, Eclipse with arduino plugin and MBED/SMeshStudio (AVR,STM32F,ESP8266,Intel ARC32,Nordic nRF51,Teensy boards,Realtek Ameba(RTL8195A,RTL8710)), ENC28j60 network chip. Compatible with Wiznet W5100 Ethernet library API. Compiled and tested on Nucleo-F302R8. Master repository is: https://github.com/UIPEthernet/UIPEthernet/

Revision:
33:7ba5d53df0f2
Parent:
20:fe5026169ec6
--- a/examples/TcpClient/TcpClient.ino	Fri Feb 10 09:10:47 2017 +0100
+++ b/examples/TcpClient/TcpClient.ino	Tue Feb 14 14:16:14 2017 +0100
@@ -46,7 +46,7 @@
   #endif
 
   uint8_t mac[6] = {0x00,0x01,0x02,0x03,0x04,0x05};
-  Ethernet.begin(mac);
+  Ethernet.begin(mac); //Configure IP address via DHCP
 
   #if ACTLOGLEVEL>=LOG_INFO
     LogObject.uart_send_str(F("localIP: "));