osqzss / gps-sdr-sim

Software-Defined GPS Signal Simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real time GPS Simulation

shauryaneel opened this issue · comments

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 ?

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

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

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

@Gerald0217 with the tool linked above, yes.

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