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.
History
fix some codes of reading Sn_RX_RSR, Sn_TX_FSR in W5100.cpp, W5200.cpp; added is_fin_received() in W5100, W5200 files
2015-05-31, by Bongjun [Sun, 31 May 2015 10:25:40 +0000] rev 8
fix some codes of reading Sn_RX_RSR, Sn_TX_FSR in W5100.cpp, W5200.cpp; added is_fin_received() in W5100, W5200 files
add set_blocking(false) in connect function, and so on.
2015-05-31, by Bongjun [Sun, 31 May 2015 10:06:41 +0000] rev 7
add set_blocking(false) in connect function, and so on.
"bool is_fin_received()" method added.
2015-04-24, by bangbh [Fri, 24 Apr 2015 08:19:14 +0000] rev 6
"bool is_fin_received()" method added.
Perform Length check here to prevent buffer overrun fixed by Sean Newton
2014-10-06, by Bongjun [Mon, 06 Oct 2014 01:35:09 +0000] rev 5
Perform Length check here to prevent buffer overrun fixed by Sean Newton
change some code block in W5500.cpp which is related to Sn_RX_RSR, Sn_TX_FSR
2014-08-20, by Bongjun [Wed, 20 Aug 2014 02:17:02 +0000] rev 4
change some code block in W5500.cpp which is related to Sn_RX_RSR, Sn_TX_FSR
modify accept() function in TCPSocketServer .cpp .h file for multiful connections.
2014-07-21, by Bongjun [Mon, 21 Jul 2014 05:35:40 +0000] rev 3
modify accept() function in TCPSocketServer .cpp .h file for multiful connections.
in W5500.cpp, is_connected(), send() function is changed.
2014-07-14, by Bongjun [Mon, 14 Jul 2014 23:52:10 +0000] rev 2
in W5500.cpp, is_connected(), send() function is changed.
Wiznet Ethernet library 1st release
2014-05-09, by jbkim [Fri, 09 May 2014 01:17:51 +0000] rev 1
Wiznet Ethernet library 1st release
1st commit
2014-05-08, by jbkim [Thu, 08 May 2014 03:57:58 +0000] rev 0
1st commit