Is there any way to use Qt Remote Objects from another program language?
-
wrote on 7 Jan 2022, 02:46 last edited by
Hi,
Recently, I have learned about Qt Remote Objects, I like it very much.
I am curious about if we can use Qt Remote Objects from another program language.I mean, The Qt Remote Objects based on TCP protocol, so is there any document about how to convert signal and slot information into a tcp package?
I guess if you want to implement Qt Remote Objects , you must declare a protocol about how to transport between host and node, right?
Thank you very much.
-
Hi,
Recently, I have learned about Qt Remote Objects, I like it very much.
I am curious about if we can use Qt Remote Objects from another program language.I mean, The Qt Remote Objects based on TCP protocol, so is there any document about how to convert signal and slot information into a tcp package?
I guess if you want to implement Qt Remote Objects , you must declare a protocol about how to transport between host and node, right?
Thank you very much.
wrote on 7 Jan 2022, 03:26 last edited by Pl45m4 1 Jul 2022, 03:26There are examples how remote connection works:
1/2