I'm already a NuElectronics Ethernet Shield Users.
And I have also purchase an Arduino Ethernet Shield in hoping that Arduino code needed will be smaller.
I compiled both NuElectronics and Arduino Client examples (quite the same examples) and I'm veru surprising that Arduino example were bigger:
Arduino example : 8788 bytes
NuElectronics examples : 6106 bytes
How do explain that ? I thought that more TCP/IP stuff were taken by Arduino Ethernet Shield whereas with NuElectronics this is to Arduino to do the job.
I havnt got mine yet, its in the post.
As to the size of the sketches, it may be that the include just includes too much. Maybe the libraries can be cut down to just what you need.
Does including the library, if you are writing a client script, also include all the server stuff too?
I havnt looked at the library code yet?