An open API service indexing awesome lists of open source software.

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

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
```