On Sun, Sep 30, 2012 at 7:37 PM, Tamas Rudnai wrote= : > It is very easy actually to do so, you just need to listen to a port (som= e > socket programming skills required), then you connect to the > http://local: > from your browser and from the C program you simply print out HTML pages. > If you want to go fancy you can service AJAX requests too, and it makes > your program a very professional looking and feeling that way. It does no= t > make it portable though, however, with gcc you can easily port your app t= o > Win/Linux/Unix/Mac. > That approach presents many security vulnerabilities. It's also too much work for something that a tiny cgi-capable web server is designed to do. Also, by using CGI, your program uses standard STDIO and environment variables - can't get any easier than that. --=20 http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .