Internet piano with Updated SDFileSystem

Dependencies:   SDFileSystem WIZnetInterface httpServer mbed

Fork of HTTPWebServer-WIZwiki-W750023 by ajeet prajapati

Files at this revision

API Documentation at this revision

Comitter:
wiznetw7500
Date:
Tue Nov 28 08:55:18 2017 +0000
Parent:
25:db437ab10b04
Commit message:
Internet piano with Updated SDFileSystem

Changed in this revision

httpServer.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.bld Show annotated file Show diff for this revision Revisions of this file
diff -r db437ab10b04 -r de82526f4cb3 httpServer.lib
--- a/httpServer.lib	Wed Sep 06 08:41:20 2017 +0000
+++ b/httpServer.lib	Tue Nov 28 08:55:18 2017 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/teams/IOP/code/httpServer_with_Ethernt/#2903435e3811
+https://os.mbed.com/users/wiznetw7500/code/httpServer/#62b15cc96f1b
diff -r db437ab10b04 -r de82526f4cb3 main.cpp
--- a/main.cpp	Wed Sep 06 08:41:20 2017 +0000
+++ b/main.cpp	Tue Nov 28 08:55:18 2017 +0000
@@ -21,14 +21,14 @@
 HTTPServer  svr;
 
 // Set Server Network
-char ip_addr[] = "192.168.0.111";
+char ip_addr[] = "192.168.0.112";
 char subnet_mask[] = "255.255.255.0";
 char gateway_addr[] = "192.168.0.1";
 
 
 int main()
 {
-    HTTPFsRequestHandler::mount_eth(&eth);
+ //   HTTPFsRequestHandler::mount_eth(&eth);
     HTTPFsRequestHandler::mount("/local/", "/");
     svr.addHandler<HTTPFsRequestHandler>("/");
 
diff -r db437ab10b04 -r de82526f4cb3 mbed.bld
--- a/mbed.bld	Wed Sep 06 08:41:20 2017 +0000
+++ b/mbed.bld	Tue Nov 28 08:55:18 2017 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/a330f0fddbec
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/235179ab3f27
\ No newline at end of file