Y
Hacker News
new
|
ask
|
show
|
jobs
by
kevmo314
64 days ago
If you are interested in doing this in golang I wrote a library to avoid needing cgo:
https://github.com/kevmo314/go-usb
I use this to access UVC devices correspondingly without cgo:
https://github.com/kevmo314/go-uvc
1 comments
kam
64 days ago
And for Rust,
https://github.com/kevinmehall/nusb
link