This site's content was compiled from 1993 to 2006. Beyond that, Google is your friend.
Daniel Moisset
Eiffel INET is a set of Eiffel classes which allows TCP and UDP clients and servers to be easily written.
Programs written with Eiffel INET run in a single thread-less process that multiplexes several connections without blocking (using select() ).
Examples are included for an echo server and a client application.