Skip to content

toolBLEx 0.17

Pre-release
Pre-release

Choose a tag to compare

@emericg emericg released this 29 Jun 14:46

Device scanner:

  • Add preliminary support for multiple adapters (and adapter selection). This can only work on Linux.
  • Add Bluetooth in detection (macOS with system_profiler SPBluetoothDataType)
  • Improve Bluetooth info detection (Linux, using BlueZ btmgmt info)
  • Make the scanning method (BLE, classic or both) configurable (default is now BLE)
  • Performance optimizations for handling massive amount of advertisement packets and device log events

Spectrum analyzers:

  • Add support for RtlSdr compatible hardware for sub 2.2 GHz spectrum analysis!
  • Add a real-time waterfall graph
  • Add a real-time 3D graph
  • Many improvements to the 2D graph

Other:

  • Migrate graphs from QtCharts to QtGraphs. Way faster, a bit less customizable...
  • Automatically restart scanner/analyzers when some settings are changed
  • Many UI cleanups
  • Build system overhaul