Traccar client app for Windows PC?

deep aero 6 years ago

Hello Anton,
What a great app you'd developed, thank you.

I have PC in car and I want to find out if there is a Windows x86 client available?
Any ways to run client software on Windows PC ?

Thank you very much!

Anton Tananaev 6 years ago

GpsGate Client is one option for Windows. Not sure if they still offer it, but it's compatible with Traccar server.

deep aero 6 years ago

Thank you very much Anton, it solves my issue.

user2c501 5 years ago

Heres the link to GpsGate:
https://gpsgate.com/download

It's a pity I haven't seen any good opensource alternatives.

bigbohemia 5 years ago

I've been writing a Python script using the GT06 protocol. You should be able to run the script in Windows assuming you have a USB GPS and an internet connection in the car. I've been using it on a Raspberry Pi, so I haven't tried it on a Windows computer yet.

https://github.com/lmandres/GT06ScannerClient

mdtaylorlrim 5 years ago

Any way to make this a Windows service so it will start hidden from the user?

homa 3 years ago

I searched windows-client some time too, but could not find it. I writed small powershell script for send position and launch it by scheduler. You can use it, but it have several non-optimise parts
https://github.com/apnagaev/geotracking/blob/main/laptoplocation.ps1