tree: 3d0bd2c41a7033c4100ce916b27f76e5e1950658 [path history] [tgz]
  1. src/
  2. testData/
  3. testSrc/
  4. BUILD
  5. lint_baseline.xml
  6. README.md
  7. usb-devices.iml
usb-devices/README.md

USB Devices

A simple library to detect connected USB Devices.

Currently supported platforms are:

  • Mac (through system_profiler SPUSBDataType)
  • Linux (through lsusb -v)

Windows is not supported since there is no easy commandline way to get USB information.

The output is parsed and turned into collection of UsbDevice objects.