X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=README;h=5ecb78b84638699a94a2b90cf0a68c6235f57848;hp=e9a4f80456a4bcd8595c3c937abf5a7b800ab160;hb=ab2a4234912fd8325e966235d592b632290413df;hpb=234225f6ef173a211ea618b45d71ec56585ec079 diff --git a/README b/README index e9a4f80..5ecb78b 100644 --- a/README +++ b/README @@ -1 +1,32 @@ -libt2n (talk2neighbor) is a C++ IPC (inter process communication) library. +------------------------------------------------------------------- +libt2n version 0.6 +------------------------------------------------------------------- +libt2n (talk2neighbor) is a C++ IPC (inter process communication) library +with an additional code generator (libt2n-codegen). + +Before inventing our own IPC library, we checked a lot of other IPC frameworks +like CORBA, D-BUS and ICE. But they weren't easy to use and did not allow +passing complex C++ objects like vectors, maps and your own classes. + +Communication between client and server is currently done using +Unix domain sockets (named pipes) or TCP. But the library is designed +transport-independent, so it can be expanded to +shared memory or other mechanisms. + +Serializing all the complex objects is done with Boost serialization. +The complete manual is generated by doxygen in the doc directory. + +Changes from 0.5 +---------------- +* Switch license to GPLv2 + linking exception +* Don't rethrow unknown exceptions +* Migrate to Boost unit test framework +* gccxml wrapper: Filter -pthread from newer gcc versions +* rpm package: Build in parallel + +You'll find the newest version of libt2n at: +http://www.intra2net.com/en/developer/libt2n + +------------------------------------------------------------------- +www.intra2net.com 2006-2011 Intra2net AG +-------------------------------------------------------------------