├── LICENSE ├── README.md ├── requirements.txt └── ubertooth-bt-tracker.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-m3din4/ubertooth-bt-tracker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-m3din4/ubertooth-bt-tracker/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | gps3 2 | subprocess 3 | re 4 | -------------------------------------------------------------------------------- /ubertooth-bt-tracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-m3din4/ubertooth-bt-tracker/HEAD/ubertooth-bt-tracker.py --------------------------------------------------------------------------------