Connect to a host

Connect to a host

To connect to a host you may use this parameter.

Every time you want to see or change settings on a local/remote device, you need to connect to it.
You could use the localhost address (127.0.0.1) to control a device connected to the same computer running DISPLAX Service, or the IP address of a computer on the same network, followed by a device parameter.

For example, if you want to list the devices on localhost:

displaxservice -a 127.0.0.1 -1

If you want to list the devices connected to a computer on the same network:

displaxservice -a 192.168.1.50 -1

    • Related Articles

    • Enable / disable TUIO

      All DISPLAX products offer the end-users the option to activate the TUIO protocol, allowing them to enter the network values: X coordinate Y coordinate Pressure Sensing (only for DISPLAX Skin Ultra) To activate TUIO, follow these steps: Ensure you ...
    • Gain

      To see the current Gain value: $  displaxservice -a 127.0.0.1 --gain To set the Gain value to 2 (for example): $  displaxservice -a 127.0.0.1 --gain 5 Note: In the Command Line tool (DisplaxService) the Gain value is inverted compared to the value ...
    • Parameters Syntax

      If you want to change a parameter, or just see its current value, follow the same syntax: $  displaxservice -a IP_ADDRESS --PARAMETER IP_ADDRESS: The IP address of the computer connected to the device you want to control. For localhost device ...
    • List devices

      You can list all the devices connected to a certain computer. For example, if you want to list the devices on localhost you may type: $ displaxservice -a 127.0.0.1 -1 If you want to list the devices connected to a computer on the same network: ...
    • Enable / disable access for other hosts

      You may enable/disable the option for DISPLAX Service to accept connections from other hosts. To see the current status: $ displaxservice --allow-network To enable: $ displaxservice --allow-network=true To disable: $ displaxservice ...