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