BeagleBoard/GSoC/2010 Projects/USBSniffer

From eLinux.org
< BeagleBoard‎ | GSoC‎ | 2010 Projects
Revision as of 08:31, 1 May 2010 by Drinkcat (talk | contribs) (Created page with '= BeagleBoard - USB Sniffer = Google Summer of Code 2010 Project The goal of this project is to use the BeagleBoard as an USB sniffer. The host computer would be connected to t…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

BeagleBoard - USB Sniffer

Google Summer of Code 2010 Project

The goal of this project is to use the BeagleBoard as an USB sniffer. The host computer would be connected to the slave USB port of the BeagleBoard, and the device to be sniffed on the host USB port. The BeagleBoard would then forward USB data, while logging it. This presents the following advantages over a software-based solution: No software modification is required; support of proprietary OSes; allows debugging of new USB stacks; and possibly lower-level debugging of USB frames...