Websocket Test Program for W5500 (WIZ550io) FRDM-KL25Z WIZ550io Ethernet Board.

Dependencies:   W5500Interface WebSocketClient mbed

Fork of Websocket_Ethernet_W5500 by W5500-Ethernet-Interface Makers

Websocket example using Ethernet component of WIZ550io (W5500). FRDM-KL25Z is used.

Files at this revision

API Documentation at this revision

Comitter:
Bongjun
Date:
Tue Jul 08 06:03:03 2014 +0000
Parent:
0:2efa5e59223d
Child:
2:d6eb2ce07362
Commit message:
added comment to change IP address as Env.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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());