WebServer for WIZwiki-W7500 Network Information LED controller Analog value Monitoring image load

Dependencies:   SDFileSystem WIZnetInterface httpServer_with_Ethernt mbed

Fork of httpServer-WIZwiki-W7500 by WIZnet

This is HTTP server example program for WIZwiki-W7500.

In this example, you can get Network Information and control LED and... Monitoring Analog value!!

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

  • index.html
  • net_info.html
  • dio_page.html
  • ain_page.html
  • wiznet_logo.png

Web server html files

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:
21:a5e91b90d7a3
Parent:
19:0ea7e7a9ebae
Child:
23:17bcb0c6105c
diff -r 4a5436647039 -r a5e91b90d7a3 main.cpp
--- a/main.cpp	Wed Sep 02 02:08:38 2015 +0000
+++ b/main.cpp	Mon Oct 19 00:40:45 2015 +0000
@@ -16,9 +16,9 @@
 
 EthernetInterface eth;
 HTTPServer  svr;
-char ip_addr[] = "192.168.1.111";
+char ip_addr[] = "192.168.240.111";
 char subnet_mask[] = "255.255.255.0";
-char gateway_addr[] = "192.168.1.1";
+char gateway_addr[] = "192.168.240.1";
 
 //#define DHCP //If uncomment, W7500 runs DHCP