With the vrConnector you can connect two VRED instances synchronizing
the navigation as well as python commands. One VRED instance will act as
server which is sending all commands to the client. Both instances do not
need to be running on the same machine, they can be run on different
computers even over the internet as long as a connection between those
can be established. Please note that only a lag-free connection ensures a
fluent experience.
This function starts the server at the defined port.
- Parameters:
port (integer) - The port number.
- Returns: bool
- Returns true on success, false otherwise.
|