osqzss / gps-sdr-sim

Software-Defined GPS Signal Simulator
MIT License
2.61k stars 760 forks source link

options #395

Open NAVIGATOR19 opened 3 months ago

NAVIGATOR19 commented 3 months ago

I have a question about these options -u User motion file in ECEF x, y, z format (dynamic mode) -x User motion file in lat, lon, height format (dynamic mode) -g 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?

osqzss commented 3 months ago

Nothing can be added to the motion files during execution.

NAVIGATOR19 commented 3 months ago

How can I dynamically change the coordinates transmitted via HackRF?