Open this notebook in Google Colab followed by creating a folder in your Google Drive account by the name of Creep-Detector
. There you can create a folder inside it to store your Kismet output files. However, remember to change the file locations in the notebook accordingly:
# Read files
tree = ET.parse('./gdrive/MyDrive/Creep-Detector/session_data/Kismet-20191011-18-31-55-1.netxml')
gps_tree = ET.parse('./gdrive/MyDrive/Creep-Detector/session_data/Kismet-20191011-18-31-55-1.gpsxml')
On successfully running the notebook, you should have a map containing markers pointing to the spots where suspicious entitities were detected. It can also be accessed via a public link as given by colab.
The inspiration for this project and the sample data has been derived from Skicar's Creep Detector