EasyWeb expanded

Post details of your projects here.
Post Reply
basicchip
Posts: 1090
Joined: Fri Oct 19, 2012 2:39 am
Location: Weeki Watchee, FL
Contact:

EasyWeb expanded

Post by basicchip »

NXP and Keil published a simple web server example on the MCP1700 development board.

We were asked to expand this example and add a number of missing features including --

DHCP support (client)
Dynamic web page support
FTP server (how we manage web page files)
HTTP get/post
UDP
Email

We built our ARMweb server on top of EasyWeb and the CMSIS libraries at the time. This is built on our GCC IDE called MakeItC
Attachments
EasyWebPlus1700.zip
(262.43 KiB) Downloaded 1111 times



basicchip
Posts: 1090
Joined: Fri Oct 19, 2012 2:39 am
Location: Weeki Watchee, FL
Contact:

Re: EasyWeb expanded

Post by basicchip »

Here is a snapshot of the control page we serve on the EasyWeb



And the Easy web user page which dynamically shows a value of an AD converter.
Attachments
Controls.jpg
Controls.jpg (136.37 KiB) Viewed 11029 times
DisplayExample.jpg
DisplayExample.jpg (50.48 KiB) Viewed 11029 times

Post Reply