Git Product home page Git Product logo

usbdump's Introduction

usbdump is a simple frontend for the linux kernel's usbmon facility.
It aims to summarize and remove irrelevant lines and fields where
possible.

To compile, simply type

	make usbdump

At least one argument is required: the USB device to monitor, specified
by its vid/pid. Use the 'lsusb' command to get a list of these. Basic
usage is thus:

	usbdump -d <vid:pid>

A long sequence of identical output can be summarized by a running
counter instead, by using the -u (unique) option to specify the number
of lines in the output to compare. For example, if a device constantly
polls on one endpoint and receives a reply on another, but both lines
are always the same in an idle state of the device, you can summarize
the output like this:

	usbdump -d <vid:pid> -u 2

usbdump is copyright (C) 2011 by Bert Vermeulen <[email protected]>, and is
licensed under the terms of the GNU General Public License version 3.
See the file COPYING for more information.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.