On Tue, Mar 16, 2010 at 10:34 AM, Dave Smith <[email protected]> wrote:
> Then there's the problem of the web server. Can I write a web-app to run > on an Arduino? > You'd probably be better off running a web app elsewhere and having a simple command language to interface with the Arduino. Or you could do a simple web service program on the Arduino + ethernet shield, and have a richer web app elsewhere. There are some examples of these around if you google for them. One is here: http://community.pachube.com/arduino/ethernet You could also use the X-bee modules for a wireless serial link and do the web stuff remotely. --Levi /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
