SimpleSocket 1.0 examples

Dependencies:   EthernetNetIf SimpleSocket 1.0 mbed

Revision:
24:9c7a2e830ef6
Parent:
22:fc886208c19b
Child:
25:b3ab82301345
--- a/main.cpp	Fri Sep 09 10:35:56 2011 +0000
+++ b/main.cpp	Fri Sep 09 10:54:34 2011 +0000
@@ -13,9 +13,9 @@
     EthernetErr ethErr = eth.setup();
     if (ethErr) error("Error %d in setup.\n", ethErr);
 
-    echoserver(7777);
+    //echoserver(7777);
     //echoserver2(7777);
     //echoclient("10.0.3.17", 7777, "Hello world\n");
-    //httpclient("http://www.senio.co.jp/index.html");
+    httpclient("http://www.senio.co.jp/index.html");
     //relayserver(8888, "10.0.3.17", 1234);
 }
\ No newline at end of file