Qt Remote Objects
-
Hi,
I'm new to this forum and interested in using remote objects in an application I am developing which involves sharing host (source) data to 1 or more peers (replicas) on a local TCP/IP network. I have read the Qt 5.14.1 documentation on QtRO and tried setting up each of the 3 examples listed in that part of the docs. I have only been able to get the first example to work, i.e., Direct Connection using a Static Source. In particular, I haven't been able to get Example 3 to work at all as it doesn't appear to have enough information to create a full working example. Can anyone point me to a good working example #3 or similar that actually works?
Thanks for your help,
GS87
-
May be you might want to look at this example provided on the git (Same Example)
[https://github.com/qt/qtremoteobjects/tree/dev/examples/remoteobjects/simpleswitch](GIT by Qt)