GT06 Python Client that is compatible with Traccar - Input requested

bigbohemia4 years ago

I've been working on writing a Python script to submit GPS information to my local Traccar server to track the position of my car when I am driving. I wanted to see if there was any use for this script other than for my own personal use. I have made the code publicly available, and would appreciate comment on the script. It is still a work in progress, and I am currently working on OBD2 scanner updates, but it should be working for GPS updates for now.

https://github.com/lmandres/GT06ScannerClient

Anton Tananaev4 years ago

Is there any documentation available?

PS Please next time don't post in multiple forum threads.

bigbohemia4 years ago

No documentation yet. I only got it working recently, but I can put up documentation to help people get it working.

bigbohemia4 years ago

I have updated the Git repository README.md file with instructions to install and run the GT06 scanner client script. Please let me know if this is sufficient documentation for your purposes.