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.

Changes

RevisionDateWhoCommit message
24:64dfb6c4994b 2017-04-18 joon874 code update default tip
23:17bcb0c6105c 2016-02-18 irinakim main? ?; #ifdef(TARGET_WIZWIKI_W7500) ??; #if defined(TARGET_WIZWIKI_W7500)||defined(TARGET_WIZWIKI_W7500P) ? ???
22:cc0c2edc129d 2015-11-16 hjjeon Change comment in httpserver.cpp
21:a5e91b90d7a3 2015-10-19 irinakim modify ip address;
20:4a5436647039 2015-09-02 justinkim add to network information and analog input value monitoring
19:0ea7e7a9ebae 2015-09-02 justinkim HTTP Web Server for WIZwiki-W7500
18:5d96484995cf 2015-07-01 hjjeon Add wait link up code
17:be86c9b2cbda 2015-06-30 hjjeon update file system define
16:e96ef766fc4d 2015-06-30 hjjeon Update
15:0091888ada99 2015-06-29 hjjeon Bug fix
14:9202a7785974 2015-06-29 hjjeon revert http server
13:a09c9ff30460 2015-06-29 hjjeon revert
12:d1e2995ca5f6 2015-06-29 hjjeon Revert version
11:e4fa02f2a689 2015-06-29 hjjeon test
10:da17417937d9 2015-06-29 hjjeon HTTP server example program for WIZwiki-W7500.
9:a63ff95c354b 2015-06-29 hjjeon httpServer example program for WIZwiki-W7500 platform; release version
8:f837e0d255e8 2015-06-23 justinkim TCPEchoServer example for WIZwiki-W7500
7:a5ead1402704 2015-05-04 mbedAustin updated example code to be more verbose
6:5dae237341f7 2013-06-04 emilmont Point to the latest libraries
5:0f0fdadab553 2013-03-01 emilmont Update libraries
4:807322f7570e 2012-08-13 emilmont Update library dependencies
3:36fd3cfad85a 2012-08-01 emilmont Update socket library
2:ec5ae99791da 2012-07-31 emilmont Add explicit setting of socket blocking/non-blocking mode and timeout
1:5cebe0e38cd2 2012-07-25 emilmont First implementation
0:38cbb854d85f 2012-07-25 mbed_official Template for TCPEchoServer example