MiMicSDK Tcp client socket sample program.

Dependencies:   NyFileSystems libMiMic mbed-rtos mbed

Fork of WebSocketSample by Ryo Iizuka

Files at this revision

API Documentation at this revision

Comitter:
nyatla
Date:
Thu Oct 03 05:00:02 2013 +0000
Parent:
25:1a4f620b7af6
Child:
27:ac53b3b06f14
Commit message:
disable zeroconf services

Changed in this revision

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