chackn / bladeGPS

Real-time GPS signal simulator for bladeRF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bladeGPS

Very crude experimental implimentation of gps-sdr-sim for real-time signal generation. The code works with bladeRF and has been tested on Windows only.

Additional include files and libraries

  1. libbladeRF.h and bladeRF.lib (build from the source)
  2. pthread.h and pthreadVC2.lib (available from sourceware.org/pthreads-win32)

Build on Linux

  1. Retrive the bladeRF source in a directory next to the current directory.
$ cd ..
$ git clone git@github.com:Nuand/bladeRF.git
  1. Build the bladeRF host library.
$ cd bladeRF/host
$ mkdir build
$ cd build
$ cmake ..
$ make
  1. Build bladeGPS.
$ cd ../../../bladeGPS
$ make

License

Copyright © 2015 Takuji Ebinuma
Distributed under the MIT License.

About

Real-time GPS signal simulator for bladeRF


Languages

Language:C 99.6%Language:Makefile 0.4%