Skip to content

A simple Go API for subscribing to USB events on Windows

License

Notifications You must be signed in to change notification settings

ChristoWolf/usb-event

Folders and files

NameName
Last commit message
Last commit date

Latest commit

587f6ab · Mar 17, 2023

History

21 Commits
Mar 14, 2023
Mar 17, 2023
Mar 16, 2023
Feb 25, 2023
Mar 17, 2023
Feb 27, 2023
Feb 27, 2023
Mar 17, 2023
Mar 17, 2023

Repository files navigation

usb-event

Go reference Release Build Coverage Go report card

A simple Go API for subscribing to USB events on Windows via the Win32 API.

Installation

As usual, simply run:

go get github.com/christowolf/usb-event

Usage

The API aims to be very simple, so this example should be enough to get you started.