Hi erlandsv,
I've only used ogscript.fireGPI for communication within DashBoard itself. (between panels, within a panel).
You can easily send GPI messages between computers to trigger events using the Rosstalk GPI message.
rosstalk.sendMessage () as you said.
To receive GPI messages on a second computer is fairly easy, GPI messages in particular don't require you to build a listener by hand.
To do this do the following:
(also, this is how you could configure DashBoard to receive GPI messages from Ross Carbonite Swithers or Ross XPression Graphics)
1: Enable GPIs in your DashBoard.
Go to: Window\Preferences\Ross Talk GPI Listener.
Enable the 'Global GPI Listener' item. (you can change the port if it makes sense to, but, usually you would keep the default value).
2: Add 'GPI Triggers' to items in your panel.
Typically you would put GPI triggers on a button in your panel. This means that whenever DashBoard receives a GPI trigger any Button that has the same trigger value will run it's scripts.
To do this, on a button, in edit mode, on the 'Button Attributes' tab, put a value in 'Trigger ID' this is the GPI value to look for.
Typically this is a number.
Let me know if you need further help.
Troy
#DashBoard