qtremoteobjects

Qt APIs for inter-process communication and remote objects

brewmacoslinux
Try with needOr install directly
Source

About

Provides APIs for inter-process communication

Commands

repc

Examples

Generate replica and source files from a .rep definition file$ repc MyInterface.rep -o source MyInterface_replica.cpp
Generate header files for remote object interface$ repc -i MyInterface.rep
Generate source files in replica mode from interface definition$ repc MyService.rep -o replica MyService_replica.h