Skip to content

A bluetooth packet parser for security research at Virginia Tech

Notifications You must be signed in to change notification settings

jackcogdill/bluetooth-packet-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bluetooth Packet Parser

About

This code finds and parses Bluetooth Low Energy packets from raw channel traffic, written in Octave1 for security research at the Hume Center at Virginia Tech.

1An open source clone of Matlab

Usage

Use src/test_parse.m to test parsing a packet

Use src/demodulate.m to demodulate binary data file into a vector of 1s and 0s
Use src/convert_data.m to convert the 1s and 0s into a string
Use src/find_packets.m to find the packets within the string data and parse them to the terminal

Sample output

Image

About

A bluetooth packet parser for security research at Virginia Tech

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages