Traccar client app for Windows PC?

deep aero4 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 Tananaev4 years ago

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

deep aero4 years ago

Thank you very much Anton, it solves my issue.

user2c5014 years ago

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

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

bigbohemia4 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

mdtaylorlrim3 years ago

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

homa2 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