Increase version
[libt2n] / README
CommitLineData
53d60743 1-------------------------------------------------------------------
e1f27c9e 2libt2n version 0.5
53d60743
TJ
3-------------------------------------------------------------------
4libt2n (talk2neighbor) is a C++ IPC (inter process communication) library
5with an additional code generator (libt2n-codegen).
d8d80698 6
53d60743
TJ
7Before inventing our own IPC library, we checked a lot of other IPC frameworks
8like CORBA, D-BUS and ICE. But they weren't easy to use and did not allow
9passing complex C++ objects like vectors, maps and your own classes.
10
11Communication between client and server is currently done using
12Unix domain sockets (named pipes) or TCP. But the library is designed
13transport-independent, so it can be expanded to
14shared memory or other mechanisms.
15
16Serializing all the complex objects is done with Boost serialization.
17The complete manual is generated by doxygen in the doc directory.
18
e1f27c9e 19Changes from 0.4
9a5d7790 20----------------
e1f27c9e
TJ
21* New project home
22* Fixed calls to virtual functions in constructors/destructors
23* Improvements for data transfers larger than 2 GB
24* Fixed uninitialized variables causing random transfer problems
53d60743
TJ
25
26You'll find the newest version of libt2n at:
d640e9d9 27http://www.intra2net.com/en/developer/libt2n
53d60743
TJ
28
29-------------------------------------------------------------------
e1f27c9e 30www.intra2net.com 2006-2009 Intra2net AG
53d60743 31-------------------------------------------------------------------