|
Announcements Members & Reports Project Schedule Meetings Documents Contacts Links |
Our mission is to create a debugging tool for a bluetooth device, which in this case happens to be a Cellular Telephone. The Cell Phone communicates with the Bluetooth clipin over a connection similar to a serial one. That information can be dumped to a log file and viewed to find where the communication breaks down in the event of a device failure. This information is very difficult to go through straight from the dump. The Purpose of this tool is to parse that information so problems can be easily identified and solved making the debugging process much easier. Feature Analysis Document: Project Objective: Create a Program that will allow log traces to be parsed and presented to our clients at Motorola. Problem Description: We need to Take apart:
What will each Version do: Version 1:
The GUI: Show each packet in a check box breakdown fashion. Requirements from Us:
Requirements from Client:
The GUI we are currently implementing:
|