PDA

View Full Version : LNet



Almindor
27-12-2004, 08:31 PM
I've made a networking unit (TCP and UDP client/server classes) capable of multiple connections, with simple interface. It's asynchronous non-blocking.
You can download the sourcecode with some examples at:
http://members.chello.sk/ales

NOTE: LNet requires a very recent FPC version since there were some changes in sockets.pp file. You can ether get the CVS version of FPC or wait for 1.9.6 which should be out soon

Almindor
29-10-2005, 05:24 PM
Just to "keep it up". lNet has gone some big changes since I posted it. It's now dependent on FPC 2.0.0. lNet has been confirmed to work on Windows 32 bits, Linux x86-32, PPC Darwin (MacosX) and FreeBSD x86-32.