You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.. | ||
patches | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
fuzzy_testing.py | 2 years ago | |
helper.py | 2 years ago | |
rpc_server.py | 2 years ago | |
run_unittest.sh | 3 years ago | |
setup.sh | 3 years ago | |
setup_hackrf.sh | 2 years ago | |
simulate_gps_signal.py | 2 years ago | |
test_gps.py | 3 years ago | |
test_gps_qcom.py | 2 years ago | |
test_laikad.py | 2 years ago |
README.md
GPS test setup
Testing the GPS receiver using GPS spoofing. At the moment only static location relpay is supported.
Usage
on C3 run rpc_server.py
, on host PC run fuzzy_testing.py
simulate_gps_signal.py
downloads the latest ephemeris file from
https://cddis.nasa.gov/archive/gnss/data/daily/20xx/brdc/.
Hardware Setup
- LimeSDR USB
- Asus AX58BT antenna
Software Setup
- https://github.com/myriadrf/LimeSuite To communicate with LimeSDR the LimeSuite is needed it abstracts the direct communication. It also contains examples for a quick start.
The latest stable version (22.09) does not have the corresponding firmware download available at https://downloads.myriadrf.org/project/limesuite. Therefore version 20.10 was chosen.
- https://github.com/osqzss/LimeGPS Built on top of LimeSuite (libLimeSuite.so.20.10-1), generates the GPS signal.
./LimeGPS -e <ephemeris file> -l <location coordinates>
# Example
./LimeGPS -e /pathTo/brdc2660.22n -l 47.202028,15.740394,100