Software¶
Qt5-based open source GUI software for USB2 sniffer.
Features¶
Real time USB2 capture. Data is streamed to the GUI
USB transaction grouping in tree view
Filtering incomplete / NAK transactions
Hexdump / Ascii detailed packet view
Full ULPI RxCmd dump
User selectable capture speed: LS/FS/HS
Capture file format compatible with ITI1480A device. See https://github.com/vpelletier/ITI1480A-linux/blob/master/iti1480a/parser.py#L124
Portable Linux / Windows
Prebuilt Binaries¶
Download precompiled versions (for windows):
Linux Driver¶
For performance reason we wrote our own ft60x driver for Linux.
In short:
git clone git@github.com:lambdaconcept/ft60x_driver.git
cd ft60x_driver
make
sudo insmod ft60x.ko
Windows Driver¶
No driver required on Windows, FTDI D3XX library is provided with the software.