Nice, is that image actually stored on the AVR?
I have my own server if you want to use some space on it. I'm going to write a sketch to send variables to the server and store in mysql. Going to have all the display on the server complete with graphs for 2 weeks through a php script. Probably going to do SMS alerts too. That way I shouldn't have to worry about any dynamic IPs through my ISP.
To be honest, I haven't really put too much thought into it. I was thinking about creating a php script on the remote server and posting the variables to it. Then have the script write them to the db, after security checks of course. From there I'll write other display scripts on the remote server to parse the data and display it along with graphs.
If possible, which is seems to be, the ethernet script will be very basic with a very large portion being handled by my server.
Wouldn't all of this require the remote server to poll the arduino? How would I handle dynamic IP's from my ISP?
Also, since the hardware is working, maybe we should shift back to doing another call for any possible changes so we can get the boards ordered.
BTW DWZM, I'll volunteer to fit the bill on this round of boards. You ordered 10 of them from seeedstudio?
Yes, the server will poll the arduino.
Unless you're on dial-up I highly doubt your IP will change frequently if at all. I've had mine change once in the last 5 years with the cable company.
Even if it does, a service like opendns or dyndns (both have free versions) will solve that issue.
If you don't want to deal with that, you can always have the arduino send the content every X minutes to the server.
I'm all set with the hydra hardware.