Skip to content

seanmbayley/gcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pypath

pypath is a passive vehicle tracking attack

Setup

  1. Install python3 (OSX, Linux, Windows)
  2. Create a virtual environment
  • pyenv </path/to/yourenvname> (OSX, Linux)
  • conda create -n </path/to/yourenvname> python=x.x anaconda (Windows)
  1. Install requirements
  • </path/to/yourenvname>/bin/pip3 install -r </path/to/repository/>requirements.txt (OSX, Linux)
  • </path/to/yourenvname>/bin/conda install --yes --file </path/to/repository/>requirements.txt (Windows)

Running

main.py currently accepts a single command line argument track. track accepts optional arguments:

  • s tracking strategy that to be used (default=VET)
  • n number of subjects to consider (default=all)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages