You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mike Walters a9830731a8
Merge pull request #22 from twam/uac2-fixes
2 years ago
examples add examples 4 years ago
usb_protocol Address review comments 2 years ago
.editorconfig initial commit: import descriptor definitions and basic types from ViewSB 4 years ago
.gitignore initial commit: import descriptor definitions and basic types from ViewSB 4 years ago
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2 years ago
LICENSE.txt initial commit: import descriptor definitions and basic types from ViewSB 4 years ago
README.md initial commit: import descriptor definitions and basic types from ViewSB 4 years ago
setup.py commit first working code, with descriptor parsers/emitters 4 years ago

README.md

USB Protocol Library for Python

usb-protocol is a library that collects common data-processing code for USB tasks; and is meant to support a variety of projects, including USB stacks, analyzers, and other tools that work with USB data. A primary intention is to unify common code from LUNA, FaceDancer, and ViewSB.

The library is currently an early work-in-progress; this documentation will be updated when the project is more mature.