Skip to content
This repository was archived by the owner on Jan 26, 2025. It is now read-only.

Real Time Streaming to HackRF

broodforce edited this page Nov 10, 2017 · 15 revisions

Create FIFO for GPS Simulation Data

mkfifo gpsstream

Invoke GPS Simulator with current ephemerides file and current time/date and stream to FIFO

gps-sdr-sim -e brdcXXXX.17X -l 50.059330, 0.008319,100 -b 8 -T$(date +%Y/%m/%d,%H:%M:%S) -i -o gpsstream

Broadcast GPS Simulation Data from FIFO

hackrf_transfer -t ./gpsstream -f 1575420000 -s 2600000 -a 0 -x 0

Clone this wiki locally