MiMicSDK Tcp client socket sample program.

Dependencies:   NyFileSystems libMiMic mbed-rtos mbed

Fork of WebSocketSample by Ryo Iizuka

Revision:
26:ed7b937e664e
Parent:
25:1a4f620b7af6
Child:
29:e19c4305f24b
--- a/main.cpp	Wed Oct 02 08:34:02 2013 +0000
+++ b/main.cpp	Thu Oct 03 05:00:02 2013 +0000
@@ -30,7 +30,8 @@
     cfg.setIpAddr(192,168,128,39);
     cfg.setNetMask(255,255,255,0);
     cfg.setGateway(192,168,128,254);    
-
+    cfg.setSrvUPnP(false);
+    cfg.setSrvMdns(false);
 
     // Create tcp socket with 512 bytes RX buffer.
     // Socket must create between "net.start" with "new Net()"