Skip to content

yoheishimomae/device-wall-discovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Device Wall - Discovery

Keeps track of devices that are connected to USB hubs. Useful for device inventory. Also, have a look at Device Wall - Site

Setup

  1. Run bundle install
  2. Open config.yml and set json_path where your data will be output (default is device.json)
  3. Run rake inventory
  4. Your file will be output to path in step 2

Alternatively, you can specify the output path through rake command such as rake inventory["/output/path.json"]. This will override the default path in config.

Extended (ADB)

Follow the instructions for setting up Android SDK. Make sure you add /directory/to/your/android-sdk-macosx/tools/ and /directory/to/your/android-sdk-macosx/platform-tools to your PATH.

About

Returns list of usb devices (Mac only for now)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages