-
Notifications
You must be signed in to change notification settings - Fork 1
mcattell/qt-rpc-framework
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
rpc-project consists of two libraries and a tool called roc. The client can be bound to the server on the relevant, user determined port and for a specific instance of a QObject subclass. The object name is used to generate a unique ID which is then used by the client to connect signals on QObjects in the client application to slots on the remote object. Another pure RPC mode is available for which a pre-compilation code modifying tool “roc” is provided. Essentially, you can take any QObject subclass, run it through roc to generate a local stub object. Any calls to methods with the Q_INVOKABLE tag will then be forwarded synchronously or asynchronously to the real object, registered with the server.
About
Qt RPC Framework
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published