Syncker-Specific Options
There are 2 types of Syncker-specific options:
- Command-line options, which allow specifying the screen configuration, a broadcast address of the master computer and a FPS value on the application start-up. This options have the same syntax as the other start-up command-line options.
- Console options that can be run from the application console on the master or slave sides.
Command-Line Options
Master Options
The following command-line options can be run on the master application start-up:
Name | Description | Arguments | Default |
---|---|---|---|
master_address | Sets a broadcast address of the mater computer that is used to broadcast messages to slaves from the master over the network.
main_x86 -master_address "xxx.xxx.xxx.xxx"
|
A broadcast address in the xxx.xxx.xxx.xxx format. | 192.168.0.255 |
master_fps | Sets a fixed FPS value used to render the applications on all computers connected via Syncker (master and slaves).
main_x86 -master_fps "30"
|
FPS value. | 60 |
Slave Options
The following command-line options can be run on the master application start-up:
Console Options
Master Options
The following console options can be run on a master computer.
Name | Description | Arguments |
---|---|---|
master_address |
|
A broadcast address in the xxx.xxx.xxx.xxx format. By default, the 192.168.0.255 address is used. |
master_fps |
|
FPS value. By default, 60 FPS is used. |
master_mesh |
|
A path to a .mesh file that contains a mesh representing the screen configuration. |
master_run |
|
A console command. |
master_grid |
|
x specifies the number of monitors in a row (horizontally). y specifies the number of monitors in a column (vertically). Both arguments are required for the command. |
master_view |
|
|
master_bezel |
|
x is for horizontal monitor frame compensation. y is for vertical monitor frame compensation. The possible range of values is [0;1]:
Both arguments are required for the command. |
master_angle |
|
Turning angle compensation in degrees. |
master_radius |
|
Radius in units. |
master_materials |
|
Radius in units. |
Slave Options
The following console options can be run on a slave computer.