my thought is to have it boot via usb thumbdrive, not spinning drive; or better yet, onboard flash (if possible). I haven't even started reading up on it yet. first thing: get some hardware, THEN worry about how to use it (lol).
I spent some time with the official arduino ethernet shield (wiznet tcp/ip on a chip module) and I'm just not in love with it. its too minimal and there's one HUGE omission that kind of renders it worthless for all but pure research: it has no security (access lists or anything). these days, I'm not sure its wise to put things 'on the network' unless you can lock them down in at least the minimal way. the arduino shield will let anyone in with no authentication or accept/reject lists. its just too simplistic and its also a bit 'pin grabby' (lol) for my taste (it demands you give up pins 10,11,12,13; yes, even the led13 pin you have to give up). and the ethernet arduino shield is over $30, give or take.
I'm thinking that any useful real-world web-enabled back-end has to have some kind of unix kernel in it or other 'serious' RTOS. the arduino and the ip-on-a-chip just isn't enough to be usable in the real world (unless your network is fully captive and secured on its own). these PLUG based systems seem to have enough basic components to be useful as controller back-ends or even controllers themselves (if you can afford their space/footprint). if you can afford their physical space, then you get a real IP stack, real IP security (iptables or other firewall tech), a semi real webserver and perhaps even a mini database, too. that's a HUGE upgrade over the arduino based IP/web solution.
there could be a serial or maybe i2c link between this PLUG style system and the arduino-land modules via an lcduino. the lcduino would still be the main controller but it would talk to the 'web back-end' box via some serial or i2c link and exchange a simple protocol for remote control and status. or something to that effect.
anyway, I ordered one to play around with. who knows if it will be useful, but it was a cheap enough price that I wanted to grab one now and try it later
