Location data authentication
up vote
0
down vote
favorite
Let's say I have mobile phone that gets GPS data about it's moving. So I will have some time stamp (t) and the location (s) in this time - t1s2, t2s2, ... tnsn. Are there some methods how to check if the locations are the most probably authentic and not faked? I know that there were lots of problems with this when Pokemon Go was released and lots of security methods were invented, but I can't find any sources about it.
Do you know some methods or sources with methods how to authenticaite a location data?
add a comment |
up vote
0
down vote
favorite
Let's say I have mobile phone that gets GPS data about it's moving. So I will have some time stamp (t) and the location (s) in this time - t1s2, t2s2, ... tnsn. Are there some methods how to check if the locations are the most probably authentic and not faked? I know that there were lots of problems with this when Pokemon Go was released and lots of security methods were invented, but I can't find any sources about it.
Do you know some methods or sources with methods how to authenticaite a location data?
There are multiple ways. 1. Check the distance change if it is drastic the user is spoofing. 2. Check the user speed. 3. Check if the area the user is on is accessible or not. 4. check the user's conntction type ie is he on wifi or cellular network. if on wifi and moved a great distance user is spoof. 5. Check for emulators/custom roms.
– Sayok Majumder
Nov 20 at 7:15
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Let's say I have mobile phone that gets GPS data about it's moving. So I will have some time stamp (t) and the location (s) in this time - t1s2, t2s2, ... tnsn. Are there some methods how to check if the locations are the most probably authentic and not faked? I know that there were lots of problems with this when Pokemon Go was released and lots of security methods were invented, but I can't find any sources about it.
Do you know some methods or sources with methods how to authenticaite a location data?
Let's say I have mobile phone that gets GPS data about it's moving. So I will have some time stamp (t) and the location (s) in this time - t1s2, t2s2, ... tnsn. Are there some methods how to check if the locations are the most probably authentic and not faked? I know that there were lots of problems with this when Pokemon Go was released and lots of security methods were invented, but I can't find any sources about it.
Do you know some methods or sources with methods how to authenticaite a location data?
asked Nov 10 at 14:52
Banana Cake
719
719
There are multiple ways. 1. Check the distance change if it is drastic the user is spoofing. 2. Check the user speed. 3. Check if the area the user is on is accessible or not. 4. check the user's conntction type ie is he on wifi or cellular network. if on wifi and moved a great distance user is spoof. 5. Check for emulators/custom roms.
– Sayok Majumder
Nov 20 at 7:15
add a comment |
There are multiple ways. 1. Check the distance change if it is drastic the user is spoofing. 2. Check the user speed. 3. Check if the area the user is on is accessible or not. 4. check the user's conntction type ie is he on wifi or cellular network. if on wifi and moved a great distance user is spoof. 5. Check for emulators/custom roms.
– Sayok Majumder
Nov 20 at 7:15
There are multiple ways. 1. Check the distance change if it is drastic the user is spoofing. 2. Check the user speed. 3. Check if the area the user is on is accessible or not. 4. check the user's conntction type ie is he on wifi or cellular network. if on wifi and moved a great distance user is spoof. 5. Check for emulators/custom roms.
– Sayok Majumder
Nov 20 at 7:15
There are multiple ways. 1. Check the distance change if it is drastic the user is spoofing. 2. Check the user speed. 3. Check if the area the user is on is accessible or not. 4. check the user's conntction type ie is he on wifi or cellular network. if on wifi and moved a great distance user is spoof. 5. Check for emulators/custom roms.
– Sayok Majumder
Nov 20 at 7:15
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53240122%2flocation-data-authentication%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
There are multiple ways. 1. Check the distance change if it is drastic the user is spoofing. 2. Check the user speed. 3. Check if the area the user is on is accessible or not. 4. check the user's conntction type ie is he on wifi or cellular network. if on wifi and moved a great distance user is spoof. 5. Check for emulators/custom roms.
– Sayok Majumder
Nov 20 at 7:15