chipKIT® Development Platform

Inspired by Arduino™

WF32 Web Server development?

Created Sun, 27 Apr 2014 15:51:15 +0000 by Max44


Max44

Sun, 27 Apr 2014 15:51:15 +0000

I recently brought up the Webserver demo on a new WF32 board. I was hoping to be able to create my own dynamic web pages and have questions on how to approach this. I was expecting that the Webserver demo would be using MicroChip application library routines, either from their TCP/IP stack or the more recent Javascript functions used in the WiFi-G Demo board. However, looking through the Webserver demo code it isn't clear that either of these techniques were used and what the links are from the webpages back to the executing code are (if any). I only found a reference to CustomHTTPApp.c in HTTP2.h comments, but I don't find this file in the Webserver directory.

Any insight anyone can give me on how to create your own dynamic web pages for the WF32 would be much appreciated.


Jacob Christ

Mon, 28 Apr 2014 18:37:06 +0000

This is a really good book if you want to implement your own web server:

http://shop.oreilly.com/product/9781565925090.do

Jacob