Page 1 of 1

Restricting fake GPS location application while collecting gps points

Posted: March 10th, 2022, 1:18 pm
by wissem
Dear Team,

Some Enumerators are able to use fake location application while collecting gps points with CSENTRY app.

I would like to know if there is a way to avoid this (maybe force accuracy to be 0 when they are using spoofing gps app ).

Regards,

Wissem.

Re: Restricting fake GPS location application while collecting gps points

Posted: March 12th, 2022, 7:00 pm
by htuser
I don't think it's so difficult to be solved.
1) Activate GPS recording in paradata and query them for comparison purpose with thoses recorded inside CSEntry;

2) Since CSPro support Javascript, I would use the Geolocation API to solve this
https://developer.mozilla.org/en-US/doc ... cation_API ;

3) Another way would be using a Javascript NMEA listener and parser able to be connected directly to the GNSS sensor.

Hope this help you.