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
EasyWeb expanded
Re: EasyWeb expanded
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.
And the Easy web user page which dynamically shows a value of an AD converter.
- Attachments
-
- Controls.jpg (136.37 KiB) Viewed 11029 times
-
- DisplayExample.jpg (50.48 KiB) Viewed 11029 times