lmandres / GT06ScannerClient

GNU General Public License v3.0
4 stars 6 forks source link
gps-tracker gps-tracking gt06

GT06ScannerClient

The GT06ScannerClient was written to be run on a mobile computer to update a system compatible with the GT06 protocol. Specifically, this client targets the open source Traccar platform and was developed based on this codebase.

Prerequisites

The GT06ScannerClient relies on the following prerequisites:

Installation

git clone https://github.com/lmandres/GT06ScannerClient.git
cd GT06ScannerClient
git pull
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Configuration

notepad config.xml

Running the application

cd GT06ScannerClient
source venv/bin/activate
python runClient.py

Stopping the application

deactivate