Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
kevmo314
30 days ago
|
parent
|
context
|
favorite
| on:
USB for Software Developers: An introduction to wr...
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
kam
30 days ago
[–]
And for Rust,
https://github.com/kevinmehall/nusb
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I use this to access UVC devices correspondingly without cgo: https://github.com/kevmo314/go-uvc