1.0.4 • Published 7 years ago

usbmon v1.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

usbmon

CLI monitoring of USB devices. Reruns a process when USB devices updated.

Installation:

$ npm install usbmon -g

Usage:

Rerun a CLI process whenever USB devices change

$ usbmon

Usage: usbmon <command>

where <command> is any cli command for your system

Examples:

usbmon ls
usbmon lsusb
usbmon curl -I http://my.domain.com/notify/usb/change?device=6b2e0a8

Note that usbmon uses libudev behind the scenes.

In Linux/Ubuntu you might need to install it:

sudo apt-get install build-essential libudev-dev
1.0.4

7 years ago

1.0.3

7 years ago

1.0.3-s

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.9.1

7 years ago

0.9.0

7 years ago