README.md 442 B

12345678910
  1. # USB Protocol Library for Python
  2. `usb-protocol` is a library that collects common data-processing code for USB tasks;
  3. and is meant to support a variety of projects, including USB stacks, analyzers, and
  4. other tools that work with USB data. A primary intention is to unify common code from
  5. LUNA, FaceDancer, and ViewSB.
  6. The library is currently an early work-in-progress; this documentation will be updated
  7. when the project is more mature.