Español English
About
Eiffel INET is a set of Eiffel classes (written to be used with SmartEiffel)
which allow writing easily TCP and UDP clients and servers.
Programs written with Eiffel INET run in a single thread-less process
that multiplexes several connections without blocking (using select() ).
Eiffel INET is available under the LGPL, i.e., can be used to develop Free
or propietary apps.
Releases
The last release is 0.8.1. If you have any problem with it contact me at
dmoisset@grulic.org.ar
Supported compilers
The library has been widely used with SmallEiffel -0.77,
SmartEiffel 1.0 y 1.1. It compiles (giving spurious warnings) with SmartEiffel
2.0, but it hasn't been tested in production. However, the demos run fine.
Download
Back to my homepage