Skip to content

uhwsin/bladeGPS

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.3%
  • Makefile 0.7%