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:
2:2f693560ad53
Parent:
0:e3fb1267e3c3
Child:
3:6b1c9bd7773a
--- a/UIPServer.h	Tue Dec 27 11:47:13 2016 +0100
+++ b/UIPServer.h	Tue Dec 27 11:34:26 2016 +0000
@@ -33,7 +33,7 @@
 public:
   UIPServer(uint16_t);
   UIPClient available();
-  void begin();
+  virtual void begin();
   size_t write(uint8_t);
   size_t write(const uint8_t *buf, size_t size);
   #if defined(ARDUINO)