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 Bongjun Hur

Websocket example using Ethernet component of WIZ550io (W5500)

How to put W5500 on your mbed board?

It's tested on LPC11U68 Board.

Revision:
1:22e5197655a9
Parent:
0:2efa5e59223d
Child:
2:d6eb2ce07362
--- a/main.cpp	Tue Jul 08 05:51:34 2014 +0000
+++ b/main.cpp	Tue Jul 08 06:03:03 2014 +0000
@@ -34,6 +34,7 @@
            eth.getIPAddress(), eth.getNetworkMask(), eth.getGateway());
 
 #else
+    // as your env. change to real IP address and so on.
     int ret = eth.init("222.98.173.212", "255.255.255.192", "222.98.173.254");
     if (!ret) {
         printf("Initialized, MAC: %s\n", eth.getMACAddress());