- DFRWS EU 2024 Paper - Corresponding paper
- doxygen - Documentation for source code
- config - Config files such as token-csv-files and other constants
- logs - Default location for logging of requests
- src - gta.py source code
Use pip to install the requirements.txt
pip install -r requirements.txt
or
python3 -m pip install -r requirements.txt
then create the required directories by executing the bash script requiredDir.sh the directories needed are listed in VehConst.py and can be changed if desired
./requiredDir.sh
first navigate to the src directory, then start the gta.py script paths for csv files are relative to /src, so executing must be done from inside /src
cd src
./gta.py -v
We are open to all kinds of contributions. If it's a bug fix or a new feature, feel free to create a pull request. Please consider some points:
- Just include one feature or one bugfix in one pull request. In case you have two new features please also create two pull requests.
- Try to stick with the code style used.
Nice to know:
- drafts - Flow diagrams, images and architecture
- README Extensibility - README file on how to extend gta.py