osqzss / gps-sdr-sim

Software-Defined GPS Signal Simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

options

NAVIGATOR19 opened this issue · comments

I have a question about these options
-u <user_motion> User motion file in ECEF x, y, z format (dynamic mode)
-x <user_motion> User motion file in lat, lon, height format (dynamic mode)
-g <nmea_gga> NMEA GGA stream (dynamic mode)
Can files be generated on the fly, or are they cyclically read from the beginning to the end, and nothing can be added to them during transmission?

Nothing can be added to the motion files during execution.

How can I dynamically change the coordinates transmitted via HackRF?