Difference between revisions of "BeagleBoard/GSoC/2010 Projects/USBSniffer"

From eLinux.org
Jump to: navigation, search
Line 3: Line 3:
 
* Student: Nicolas Boichat
 
* Student: Nicolas Boichat
 
* Mentor: Hunyue Yau
 
* Mentor: Hunyue Yau
 +
 +
BeagleBoard project: TDB
 +
 +
Project at gitorious.org: [http://gitorious.org/beagleboard-usbsniffer http://gitorious.org/beagleboard-usbsniffer]
 +
 +
RSS Feed: TBD
  
 
==== Abstract ====
 
==== Abstract ====

Revision as of 08:36, 1 May 2010

Google Summer of Code 2010 Project

  • Student: Nicolas Boichat
  • Mentor: Hunyue Yau

BeagleBoard project: TDB

Project at gitorious.org: http://gitorious.org/beagleboard-usbsniffer

RSS Feed: TBD

Abstract

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...