KismetDB compatible CreepDetector remake.
- Haversine
- Pandas
- Folium
- kismetdb (git version, see below)
Due to changes in the KismetDB file schema, the python-kismet-db package was updated on Git, but not yet on PyPi.
Until the PyPi version is more recent than 2021.6.1, you'll have to manually install the Git version. Don't worry, it's simple!
- clone the package to an accessible folder:
git clone https://github.com/kismetwireless/python-kismet-db.git
- from this script's folder, type:
pipenv install ../python-kismet-db
Based on the work of skickar and Alex Lynd, check out the original CreepDetector!