https://github.com/cargosense/usb-device-dumper
Utility to dump basic USB device info using node-usb
https://github.com/cargosense/usb-device-dumper
Last synced: about 1 year ago
JSON representation
Utility to dump basic USB device info using node-usb
- Host: GitHub
- URL: https://github.com/cargosense/usb-device-dumper
- Owner: CargoSense
- Archived: true
- Created: 2015-07-20T06:44:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-20T06:50:25.000Z (almost 11 years ago)
- Last Synced: 2025-02-28T03:31:20.365Z (over 1 year ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 1
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# USB Device Dumper
===================
Just a quick test tool to dump basic USB device information using
node-usb.
## Installation
```
npm install
```
## Running it
```
npm start
```