Websocket Test Program for W5500 or WIZ550io ( WIZnet, http://wizwiki.net ) LPC11U68 Xpresso v2 + WIZ550io Ethernet Board.
Dependencies: W5500Interface WebSocketClient mbed
Fork of Websocket_Ethernet_W5500 by
Websocket example using Ethernet component of WIZ550io (W5500)
How to put W5500 on your mbed board?
It's tested on LPC11U68 Board.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
6:f20b8a6b33f3 | 2014-09-01 | Bongjun | Correction of a bug in socket::close() via Pull Request of Patrick Pollet |
5:75e9b8457321 | 2014-08-27 | Bongjun | change Ethernet library to W5500Interface |
4:9cd12222999c | 2014-07-17 | Bongjun | EthernetInterfaceW5500 repo location is chagned. |
3:4c02f6287752 | 2014-07-08 | Bongjun | check sensor count |
2:d6eb2ce07362 | 2014-07-08 | Bongjun | Added DS18B20 Temperature Sensor.; send current Temperature information to Webserver |
1:22e5197655a9 | 2014-07-08 | Bongjun | added comment to change IP address as Env. |
0:2efa5e59223d | 2014-07-08 | Bongjun | Websocket test program for W5500 (from WIZnet H/W TCP/IP chip); use module type named WIZ550io & LPC11U68 Board.; ; can see the result from "http://sockets.mbed.org/demo/viewer" |