Skip to content

Bluetooth Low Energy advertisement debugger using Java, Ubertooth and spectool_raw

Notifications You must be signed in to change notification settings

jensolsson/BLE-Advertisement-Graph-For-Ubertooth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

BLE-Advertisement-Graph-For-Ubertooth

Bluetooth Low Energy advertisement debugger using Java, Ubertooth and spectool_raw

//

// Graph.java - Will display BLE advertisement packets when output from spectool_raw is piped to it.

// Written by Jens Olsson <www.jensolsson.se>

//

// Compile: javac Graph.java

//

// Sample usage: sudo spectool_raw | java Graph

// Sample usage (remote machine has the ubertooth dongle): ssh -t user@host sudo spectool_raw | java Graph

//

// Open issues: Is the Ubertooth spectool fast enough to catch all advertisement packets or will some of them be ignored?

Screenshot, looking at advertisement packages channel 37, 38 and 39

About

Bluetooth Low Energy advertisement debugger using Java, Ubertooth and spectool_raw

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages