Equalize Ragtime views over a network

I have two instances of Ragtime 5 running on the same network.
The idea is that, while editing on 1 machine, the other should follow the same scroll and view.

Querying Ragtime here is not the problem,


	tell application "RagTime 5"
		set ww to name of the window 1
		set ss to selection of window ww
             -- set ss to ss as string DOES NOT WORK !!!
	end tell

returns something like:

However, this result is just property within the context of the initiating Ragtime app.
So I am unable to convert this to get the same selection within Ragtime on the other end, for example by converting the property into a string.
How can I do this…?