FL
Flameeyes/cython-linux-usbmon
Cython-based implementation of Linux usbmon syscalls
Linux usbmon in Cython
This repository contains a Cython module and some command line tools
implementing the
usbmon capture
interface of Linux, through the binary capture API.
Development
To set up a development environment, you can use the following commands:
$ git clone https://github.com/Flameeyes/cython-linux-usbmon
$ cd cython-linux-usbmon
$ python3 -m venv venv
$ . venv/bin/activate
$ pip install -e .[dev] # editable installation
$ pre-commit install