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.

Dependents:   EvrythngApi Websocket_Ethernet_HelloWorld_W5500 Websocket_Ethernet_W5500 CurrentWeatherData_W5500 ... more

Information

It has EthernetInterface class like official EthernetInterface , but uses Wiznet chip driver codes.

So this library can use only the WIZnet W5500 or WIZ550io users.

This library has referred to many project such as WIZ550ioInterface, WiflyInterface and WIZnet Library.

Thanks all.

History

Remove the setting of tx/rx buffer in SWReset default tip

2015-04-28, by embeddist [Tue, 28 Apr 2015 13:52:23 +0000] rev 11

Remove the setting of tx/rx buffer in SWReset


Bug fixed.

2014-10-16, by hjjeon [Thu, 16 Oct 2014 06:36:16 +0000] rev 10

Bug fixed.


Add W5500 register access macro function and defines

2014-10-15, by hjjeon [Wed, 15 Oct 2014 06:25:21 +0000] rev 9

Add W5500 register access macro function and defines


Perform Length check here to prevent buffer overrun fixed by Sean Newton (https://developer.mbed.org/users/SeanNewton/)

2014-10-06, by Bongjun [Mon, 06 Oct 2014 01:37:10 +0000] rev 8

Perform Length check here to prevent buffer overrun fixed by Sean Newton (https://developer.mbed.org/users/SeanNewton/)


Added Serial interface for debugging

2014-09-29, by kaizen [Mon, 29 Sep 2014 05:03:41 +0000] rev 7

Added Serial interface for debugging


Modified for using MQTT Protocol

2014-09-29, by kaizen [Mon, 29 Sep 2014 04:56:56 +0000] rev 6

Modified for using MQTT Protocol


Modified for using MQTT protocol ( IBMIoTClient )

2014-09-26, by kaizen [Fri, 26 Sep 2014 08:05:41 +0000] rev 5

Modified for using MQTT protocol ( IBMIoTClient )


Correction of a bug in socket::close() via Pull Request of Patrick Pollet

2014-09-01, by Bongjun [Mon, 01 Sep 2014 01:54:29 +0000] rev 4

Correction of a bug in socket::close() via Pull Request of Patrick Pollet


fix some codes of reading Sn_RX_RSR, Sn_TX_FSR in W5500.cpp

2014-08-20, by Bongjun [Wed, 20 Aug 2014 05:37:05 +0000] rev 3

fix some codes of reading Sn_RX_RSR, Sn_TX_FSR in W5500.cpp


rollback code of wait_readable() in W5500.cpp

2014-08-20, by Bongjun [Wed, 20 Aug 2014 05:09:16 +0000] rev 2

rollback code of wait_readable() in W5500.cpp