Control GPIO using Webserver

john
Hi All,

Can any one provide help in controlling the GPIO using Webserver. How to
write the C and CGI scripts for GPIO and also fetch the ADC data on show on
webserver..

Kindly provide tutorials or any sample programs

John
Hi Everybody,

Is no one help me in this regard?It has been a week taken up this task?
Please any one provide suggestions

anatoly
Hi,
You didn't say what the board you mean...
I can only suggest to have a look at startos.
There is a simple video at: http://www.youtube.com/watch?v=Q2mjBy_Yor4
All the Internet space is full with such tutorials, problem here is that
there're too much of them.
And last - modern people like Qt, Linux, Windows, Pithon, Rubi, Java - all
but the native C and non OS.

Petar Korponai263
Hi John,

We are using ARM device as web server running CGI application.

CGI application is written using this library:
http://sourceforge.net/projects/cppweb/

CppWeb is web developement framework and contains functions and classes for
reading HTTP requests and generating response pages (and other usefull
stuff for writing web applications).

It successfully compiles on ARM linux with arm-linux-gcc-4.4.3
(arm-none-linux-gnueabi-* tools).

Feel free to ask for more help since we have some experience with this.