Httpdを非同期で動かすサンプル

Dependencies:   NyFileSystems libMiMic mbed-rtos mbed

Fork of MiMicSimpleHttpd by Ryo Iizuka

Files at this revision

API Documentation at this revision

Comitter:
nyatla
Date:
Tue Sep 15 09:36:41 2015 +0000
Parent:
9:c6427be12f0d
Commit message:
update libraries

Changed in this revision

NyFileSystems.lib Show annotated file Show diff for this revision Revisions of this file
NySDFileSystem.lib Show diff for this revision Revisions of this file
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
mbed-rtos.lib Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r c6427be12f0d -r 491f72aec01f NyFileSystems.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/NyFileSystems.lib	Tue Sep 15 09:36:41 2015 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/users/nyatla/code/NyFileSystems/#509d2ac0ba4f
diff -r c6427be12f0d -r 491f72aec01f NySDFileSystem.lib
--- a/NySDFileSystem.lib	Sat Nov 16 01:25:37 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/nyatla/code/NySDFileSystem/#b2ca0e66c1f7
diff -r c6427be12f0d -r 491f72aec01f libMiMic.lib
--- a/libMiMic.lib	Sat Nov 16 01:25:37 2013 +0000
+++ b/libMiMic.lib	Tue Sep 15 09:36:41 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/nyatla/code/libMiMic/#0a24ad966876
+http://mbed.org/users/nyatla/code/libMiMic/#e40058804062
diff -r c6427be12f0d -r 491f72aec01f main.cpp
--- a/main.cpp	Sat Nov 16 01:25:37 2013 +0000
+++ b/main.cpp	Tue Sep 15 09:36:41 2015 +0000
@@ -43,11 +43,12 @@
     }
 };
 
-
+    MiMicNetIf netif;
 NetConfig cfg; //create network configulation
 int main()
 {
-    Net net;  //create a net instance.
+    Net net(netif);//Net constructor must be created after started RTOS
+
 
     //try to override setting by local file.
     cfg.loadFromFile("/local/mimic.cfg");
diff -r c6427be12f0d -r 491f72aec01f mbed-rtos.lib
--- a/mbed-rtos.lib	Sat Nov 16 01:25:37 2013 +0000
+++ b/mbed-rtos.lib	Tue Sep 15 09:36:41 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed-rtos/#53e6cccd8782
+http://mbed.org/users/mbed_official/code/mbed-rtos/#21b438192b0f
diff -r c6427be12f0d -r 491f72aec01f mbed.bld
--- a/mbed.bld	Sat Nov 16 01:25:37 2013 +0000
+++ b/mbed.bld	Tue Sep 15 09:36:41 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/5e5da4a5990b
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/ba1f97679dad
\ No newline at end of file