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.

Revisions of main.cpp

Revision Date Message Actions
24:64dfb6c4994b 2017-04-18 code update File  Diff  Annotate
23:17bcb0c6105c 2016-02-18 main? ?; #ifdef(TARGET_WIZWIKI_W7500) ??; #if defined(TARGET_WIZWIKI_W7500)||defined(TARGET_WIZWIKI_W7500P) ? ??? File  Diff  Annotate
21:a5e91b90d7a3 2015-10-19 modify ip address; File  Diff  Annotate
19:0ea7e7a9ebae 2015-09-02 HTTP Web Server for WIZwiki-W7500 File  Diff  Annotate
18:5d96484995cf 2015-07-01 Add wait link up code File  Diff  Annotate
17:be86c9b2cbda 2015-06-30 update file system define File  Diff  Annotate
16:e96ef766fc4d 2015-06-30 Update File  Diff  Annotate
15:0091888ada99 2015-06-29 Bug fix File  Diff  Annotate
14:9202a7785974 2015-06-29 revert http server File  Diff  Annotate
13:a09c9ff30460 2015-06-29 revert File  Diff  Annotate
12:d1e2995ca5f6 2015-06-29 Revert version File  Diff  Annotate
9:a63ff95c354b 2015-06-29 httpServer example program for WIZwiki-W7500 platform; release version File  Diff  Annotate
8:f837e0d255e8 2015-06-23 TCPEchoServer example for WIZwiki-W7500 File  Diff  Annotate
7:a5ead1402704 2015-05-04 updated example code to be more verbose File  Diff  Annotate
3:36fd3cfad85a 2012-08-01 Update socket library File  Diff  Annotate
2:ec5ae99791da 2012-07-31 Add explicit setting of socket blocking/non-blocking mode and timeout File  Diff  Annotate
1:5cebe0e38cd2 2012-07-25 First implementation File  Diff  Annotate
0:38cbb854d85f 2012-07-25 Template for TCPEchoServer example File  Diff  Annotate