Ryo Iizuka / Mbed 2 deprecated UPnPBasicDevice

Dependencies:   NyFileSystems libMiMic mbed-rtos mbed

Fork of MbedFileServer by Ryo Iizuka

Files at this revision

API Documentation at this revision

Comitter:
nyatla
Date:
Tue Sep 15 12:03:36 2015 +0000
Parent:
27:a7075db6e0e3
Commit message:
update libmimic

Changed in this revision

libMiMic.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/libMiMic.lib	Tue Oct 28 15:12:26 2014 +0000
+++ b/libMiMic.lib	Tue Sep 15 12:03:36 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/nyatla/code/libMiMic/#41a5e92e0a8e
+http://mbed.org/users/nyatla/code/libMiMic/#e40058804062
--- a/main.cpp	Tue Oct 28 15:12:26 2014 +0000
+++ b/main.cpp	Tue Sep 15 12:03:36 2015 +0000
@@ -54,8 +54,9 @@
 UPnPBasicDeviceHttpd* httpd;
 int main()
 {
+    MiMicNetIf netif;
     NetConfig cfg; //create network configulation
-    Net net;//Net constructor must be created after started RTOS
+    Net net(netif);//Net constructor must be created after started RTOS
 
     //Prepare configulation.
     cfg.setUPnPIcon(64,64,8,"image/png","/rom/icon.png");//set upnp icon address