ATmega88 webserver
posted Jul 15th 2008 4:45pm by Benjamin Eckelfiled under: misc hacks

If you are an Atmel fan, you may enjoy this webserver built around the ATmega88. Since it has full TCP and HTTP support, communication can be done using a standard web browser on any system. We also noticed that the code uses AVR Libc and the processor can be replaced with an ATmega168, both used on the Arduino platform. Honestly, we think the most interesting part about this project is the firmware. The author has assumed that the webserver will only be sending one packet per request and the code is optimized for this setup. This leaves around 50% of the memory for the web application.
[via YourITronics]

Wow, just genius, i knew that you could make arduinos work together with processing server, but imagine 10 of those little puppies working together on a big project while sending data to a central apache php server, that would be doable ^^
Posted at 5:03 pm on Jul 15th, 2008 by Shackadoodl