Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 651 Bytes

File metadata and controls

14 lines (11 loc) · 651 Bytes

#BTScan Bluetooth-based wireless positioning.

##Dependencies

  • python-matplotlib
  • python-numpy
  • python-mysqldb
  • NLMaP (see ./lib/)
  • PIL (python-imaging and python-imaging-tk)

##Usage btscan.c contains the receiver code, which forwards timestamped RSSI data over the network to a central server. scan_server.py contains a the server code, which provides an asynchronous pipeline-based framework for data analysis. data_generator.py provides utilities for test data generation, and tracking_method.py implements most of the actual tracking algorithms.

To run the GUI with the default testing configuration, run tracking_interface.py.