Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Real time GPS Simulation #363

Open
shauryaneel opened this issue Jan 11, 2023 · 4 comments
Open

Real time GPS Simulation #363

shauryaneel opened this issue Jan 11, 2023 · 4 comments

Comments

@shauryaneel
Copy link

shauryaneel commented Jan 11, 2023

Hello All,

I am trying to simulate the GPS real time. I get the GPS data (lat, long, elevation) from Carla simulator (driving simulator). The GPS data gets updated every 100ms in carla simulator and I want to send these dynamic GPS data to HackRF to perform gps spoofing.

I understood that dynamic gps spoofing can be done by using the static csv files available in this project and this csv file should be given input. By using csv file, it again makes it as the static coordinates (This csv file contains the coordinates for the usermotion). There is no real-time or at run time gps spoofing.

In my scenario I directly want to send the gps coordinates every 100-200ms to hackrf. Is it possible by using this Software package ?

@osqzss
Copy link
Owner

osqzss commented Jan 12, 2023

GPS-SDR-SIM is not intended to run in real time. For HackRF, try multi-sdr-gps-sim:
https://github.com/Mictronics/multi-sdr-gps-sim

@shauryaneel
Copy link
Author

Thanks a lot for your quick reply, I will try doing with the https://github.com/Mictronics/multi-sdr-gps-sim.

@Gerald0217
Copy link

Hello, respected experts,can I directly input latitude and longitude to transmit GPS simulated signals without generating the gpssim.bin file?

@jvictors-tp
Copy link

@Gerald0217 with the tool linked above, yes.

Note that you will absolutely need to use a Faraday cage for this either way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants