libt2n is a C++ library for inter-process communication (IPC) or remote procedure-calls (RPC). It comes with an additional code generator (libt2n-codegen) to generate stubs and skeletons. The focus lies on a minimum of code lines needed to export and use methods, and being able to use complex C++ structures like maps of vectors.