Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeanthom/usb2sniffer-cli

CLI application for LambdaConcept's USB2Sniffer
https://github.com/jeanthom/usb2sniffer-cli

Last synced: about 1 month ago
JSON representation

CLI application for LambdaConcept's USB2Sniffer

Awesome Lists containing this project

README

        

# usb2sniffer-cli

lcsniff-cli software for [USB2Sniffer hardware](https://github.com/lambdaconcept/usbsniffer) ([buy](http://shop.lambdaconcept.com/home/35-usb2-sniffer.html)). It currently spits out pcap but also usb files that you can load in [usb2sniffer-qt](https://github.com/lambdaconcept/usb2sniffer-qt).

Linux only currently + requires [a kernel driver](https://github.com/lambdaconcept/ft60x_driver).

## Build

### Linux

No external libs required on Linux.

```bash
make
```

### Windows

Open the solution in Visual Studio and build. Put the resulting executable and `FTD3XX.dll` into a common directory.

## HowTo

### Linux usage

```bash
./lcsniff-cli fs /dev/ft60x0 test.pcap
./lcsniff-cli fs /dev/ft60x0 test.usb
```

### Windows usage

```PowerShell
.\lcsniff-cli fs 0 test.pcap
.\lcsniff-cli fs 0 test.usb
```

Then `CTRL+C` to stop capture.