source: trunk/ORBit2-2.14.0/linc2/README@ 118

Last change on this file since 118 was 92, checked in by cinc, 19 years ago

Orbit2 modified for use with NOM

File size: 741 bytes
Line 
1linc is a library that eases the task of writing networked servers & clients. It
2takes care of connection initiation and maintainance, and the details of various
3transports. It is used by the new ORBit to handle message transmission/receipt.
4
5Currently supported transports:
6 IPv4 (tested)
7 UNIX domain sockets (tested)
8 IPv6
9 IrDA
10
11The connections can optionally be encrypted using OpenSSL.
12
13zlib support is planned for compression.
14Subclassing LINCConnection/LINCServer for handling specific protocols (such as IIOP
15in ORBit's case) is currently a bit icky and needs to be fixed.
16
17Please read the HACKING file for information on where to send bug-reports or patches.
18
19Please, see http://www.gnome.org/projects/ORBit2 for more information.
Note: See TracBrowser for help on using the repository browser.