Skip to content

Working with Devices

Mathias Dalheimer edited this page May 6, 2013 · 1 revision

Getting the name/properties of a device

You can use hexaswitch for querying the device:

$ hexaswitch -c devinfo -i fd01:2::b5:5aff:fe0b:20a
Device Info
Device Name:	Buero_MD

This is essentially a shorthand for querying endpoint 0:

$ hexaswitch -c epquery -i fd01:2::b5:5aff:fe0b:20a -e 0
Device Info
Device Name:	Buero_MD

The device name can be set using the device's integrated webpage.

Clone this wiki locally