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.

Revision:
19:75dfa97afa2b
Parent:
16:495d07b9cff8
diff -r c4c6427f857d -r 75dfa97afa2b main.cpp
--- 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";