Date : Sat, 11 Jul 2009 10:17:06 +0100
From : mu.list@... (Mark Usher)
Subject: Master ethernet upgrade
> Well, let's see if anything turns up. BSD sockets seem to be widely
> understood so seem like a good starting point.
The BSD socket API uses stop-and wait semantics, so it requires support from
an underlying multitasking operating system.
There is uIP, which is a complete stack aimed at 8bit microprocessors.
Dominic has already ported this to run on the Master so would probably be a
good starting point, and it is VERY well documented.
http://www.sics.se/~adam/uip/
It has two methods of Tx/Rx either through the low level API or through a
sockets layer.
There is also Phil's stack...
-Mark