Internet Piano for WIZwiki-W7500

Dependencies:   SDFileSystem WIZnetInterface httpServer mbed

Fork of httpServer-WIZwiki-W7500 by WIZnet

This is HTTP server example program for WIZwiki-W7500.

In this example, only you can control Internet Piano.

Sample html pages and image are needed. So download samples.

•index.html

/media/uploads/justinkim/index.zip

This example use SD card. So copy html and image files to SD card. If not WIZwiki-W7500 platform, copy html and image files to local filesystem.

Files at this revision

API Documentation at this revision

Comitter:
IOP
Date:
Wed Aug 12 00:14:38 2015 +0000
Parent:
18:c4c6427f857d
Child:
20:03ff739c3564
Commit message:
library update

Changed in this revision

WIZnetInterface.lib Show annotated file Show diff for this revision Revisions of this file
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
--- a/WIZnetInterface.lib	Fri Jul 10 05:36:36 2015 +0000
+++ b/WIZnetInterface.lib	Wed Aug 12 00:14:38 2015 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/WIZnet/code/WIZnetInterface/#d8773cd4edc5
+http://developer.mbed.org/teams/WIZnet/code/WIZnetInterface/#3b64df29662f
--- a/httpServer.lib	Fri Jul 10 05:36:36 2015 +0000
+++ b/httpServer.lib	Wed Aug 12 00:14:38 2015 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/IOP/code/httpServer/#8291b3e9c064
+http://developer.mbed.org/teams/IOP/code/httpServer/#0b571c31bef2
--- a/main.cpp	Fri Jul 10 05:36:36 2015 +0000
+++ b/main.cpp	Wed Aug 12 00:14:38 2015 +0000
@@ -19,7 +19,7 @@
 
 EthernetInterface eth;
 HTTPServer  svr;
-char ip_addr[] = "192.168.240.111";
+char ip_addr[] = "192.168.240.97";
 char subnet_mask[] = "255.255.255.0";
 char gateway_addr[] = "192.168.240.1";
 
--- a/mbed.bld	Fri Jul 10 05:36:36 2015 +0000
+++ b/mbed.bld	Wed Aug 12 00:14:38 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/da0ca467f8b5
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/b9ad9a133dc7
\ No newline at end of file