Turi Create
4.0
|
The CPPIPC Library is an inter-process communication library built on top of ZeroMQ sockets. It shares many similarities with other IPC systems such as COM, XPCOM, DBus, etc. CPPIPC in particular is designed to share several similarities with DBus (but also exposes a higher level C++ object interface). What differentiates CPPIPC from other interprocess communication systems, is that:
What CPPIPC is not:
What CPPIPC is:
This tutorial will begin with the basics of CPPIPC, and leading up to the implementation of a simple remote "integer" service.
The tutorial is divided into the following sections:
For technical details, see Technical Details: CPPIPC .