Hi,
I'm searching and thinking about a solution for reading measurements from an analog output and vizualising the data through a webinterface.
I have the NXP MCB1700 with LPC1788 and Ethernet and the NXP Cortex M4 Board from Embedded artists and several STM Eval Boards.
The EasyWeb example provides a very ligh example of that what I want. Do you guys know a Library or Project where I can find what I want?
My Requirements are:
~ 20-30 Sites ~ CGI or PERL or JavaScript support (Because I want print out statistics and a cake-diagram) ~ 1 Connection is enough. Because just one client is connection to the system ~ Read the current Value of the A/D ~ update rate with 1 to 3 sec. are good.
I would really appreciate your help
Kind regards, Jonathan
(Using Keil MDK-ARM 4.60 + ulink)
ok found it in \RL\
For NXP parts specifically: http://www.lpcware.com/
But note that a webserver is (pretty much) oblivious to the hardware platform - all it sees is the interface to the TCP/IP stack. Thus, instead of fucussing on "webservers for NXP", it might be better to focus on webservers for whatever TCP/IP stack(s) it is that you prefer...
it seems that the keil server from the RL-TCP example suits my requirements. I go with that. I would like to know how to measure the MCU load running the server.