
Luca shows how to turn your Arduino with an Ethernet shield into a server. He goes over how to code your Arduino to handle HTML and HTTP protocols using strings.
I’m going to show you a simple program that prints on serial connection browser‘s requests and answers with a simple HTML page. This program is useful to understand how to use HTTP functions and also to find out which informations a browser sends within the request (you’ll learn how to use those informations in a coming post).
At the bottom of the page he showed an example of page icon usage, for which he used our site. Thanks Luca!

Since the Ethernet shied only has 4 connections available, it is not going to be much of a ‘server’ especially since the Arduino is not multithreaded, as such it is only going to deal with 1 connection at a time
So this cannot be classed as a ‘server’ but rather a single client and master.
Move along nothing to see here.
thanks for the comment bob. so here I am trolling again. Wait, what is it? not much of a server or not a server? 4 connections really? good because I didn’t realize it had that many. I was going to be happy with “get inline and wait your turn”… No it’s ok I just looked it up over here: http://en.wikipedia.org/wiki/Web_server and it doesn’t say what is the minimum connections it only says usually. It says this specifically about load limits:
So It can be a server and no one has to rewrite anything. Or leave.
I have an Arduino Uno Ethernet, a mega, ethernet shield, 328 chip…
Rock on makers build yourself a “personal webserver” just check out luca and arduino.cc