List devices

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:

displaxservice -a 192.168.1.50 -1

    • Related Articles

    • List available hosts

      If you want to see all available hosts on the network: $ displaxservice -m or $ displaxservice --list-hosts
    • 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 ...
    • Help

      Entering the parameter “-h” or “–help” will show a list of all DISPLAX Service command options, and information about each one: ​
    • Enable / disable discovering other hosts

      You may enable/disable the option for DISPLAX Service to discover hosts on the network. To see the current status: $ displaxservice -discover-network To enable: $ displaxservice --list-hosts To disable: $ displaxservice --discover-network=false
    • Parameters that can be used

      To see a list of all parameters/command options to use for a certain device, enter the parameter “-g” or “–device-help” Example for the localhost: $ displaxservice -a 127.0.0.1 -g or $ displaxservice -a 127.0.0.1 --device-help Example for a computer ...