File: README

package info (click to toggle)
python-libusb1 3.3.1%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 488 kB
  • sloc: python: 3,259; sh: 98; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 555 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
More concrete uses:
- USB protocol analyser driver in userland (the protocol analyser is itself an
  USB device). Rather simple code, uses synchronous and asynchronous bulk
  transfers.
    https://github.com/vpelletier/ITI1480A-linux/blob/master/iti1480a/capture.py
- Tinkerforge's brickd
  They since switched to all-C to fit into embedded devices.
    https://github.com/Tinkerforge/brickd/tree/v1.x.y/src/brickd
- NetMDPython
  Tools to control NetMD Mindisk players by USB.
    https://wiki.physik.fu-berlin.de/linux-minidisc/doku.php?id=netmdpython