This is WIZnet Ethernet Interface using Hardware TCP/IP chip, W5500, W5200 and W5100. One of them can be selected by enabling it in wiznet.h.

Dependents:   Embedded_web EmailButton EmailButton HTTPClient_Weather ... more

other drivers

for only W5500 / WIZ550io user, you could use

Import libraryW5500Interface

This is the Interface library for WIZnet W5500 chip which forked of EthernetInterfaceW5500, WIZnetInterface and WIZ550ioInterface. This library has simple name as "W5500Interface". and can be used for Wiz550io users also.

Revision:
1:8138a268fbd2
Parent:
0:b72d22e10709
Child:
8:cb8808b47e69
--- a/WIZnetInterface/WIZnet/W5100.cpp	Thu May 08 03:57:58 2014 +0000
+++ b/WIZnetInterface/WIZnet/W5100.cpp	Fri May 09 01:17:51 2014 +0000
@@ -150,12 +150,6 @@
     
     reg_wr<uint8_t>(MR, 1<<7);
     
-#if defined (TARGET_LPC1768)
-    uint8_t mac[6];
-    mbed_mac_address((char*)mac);
-#else
-    uint8_t mac[6] = {0x00,0x08,0xDC,0x00,0x00,0x00};
-#endif
     reg_wr_mac(SHAR, mac);
 }