Description
Provides Qt Remote Objects for sharing QObject-based APIs between processes or devices. It helps Qt applications communicate through replicas and sources instead of writing a custom IPC layer.
Developers use it as an IPC library. Inter-process communication can expose control surfaces and data, so authenticate or restrict endpoints when crossing trust boundaries.