GNSS-SDR is an open source Global Navigation Satellite Systems software receiver

Technologies
c/c++, c++11, c++14, gnss
Topics
geolocation, navigation, software defined radio, communications
GNSS-SDR is an open source Global Navigation Satellite Systems software receiver

GNSS-SDR is an open source Global Navigation Satellite Systems software receiver, written in C++, that is able to work either from raw signal samples stored in a file, or in real-time with a radio-frequency front-end as signal source, and performs all the signal processing until the observable computation and Position-Velocity-Time solution. Its modularity allows users to populate the framework with their own algorithms, allowing to put the focus on the signal processing implementation without worrying about how to embed that algorithm in a whole GNSS receiver. It also makes possible fair performance benchmarks using real GNSS signals, and its open source license allows free downloading, use and code inspection.

The proposed software receiver targets multi-constellation/multi-frequency architectures, pursuing the goals of efficiency, modularity, interoperability, and flexibility demanded by user domains that require non-standard features, such as earth observers or geodesists, and allowing applications such as the observation of the ionosphere, GNSS reflectometry, signal quality monitoring, space weather, and high-accuracy positioning based on carrier-phase navigation techniques. In this project, we focus on signal processing, understood as the process between the ADC and the computation of code and phase observables, including the demodulation of the navigation message. We purposely omit data processing, understood as the computation of the navigation solution from the observables and the navigation message, since there are a number of well-established libraries and applications for that (also in the open source side, such as GPSTk or RTKLIB).

2016 Program

Successful Projects

Contributor
Ajith Peter
Mentor
cfernandez, Javier.Arribas
Organization
gnss-sdr
Project Frisbee : An Antenna Array Receiver Testbed for GNSS-SDR
In the modern day, GNSS Receivers form the heart of numerous systems - positioning, navigation, time-keeping, synchronisation of communication...
Contributor
Enric Juan
Mentor
lesteve
Organization
gnss-sdr
Implementation of the BeiDou signal tracking block for the GNSS-SDR Project
Implementation of the signal tracking algorithms for BeiDou open service signals (B1I), following the examples already implemented for GPS L1 C/A and...
Contributor
hoernchen
Mentor
cfernandez, Javier.Arribas
Organization
gnss-sdr
GNSS-SDR port to android
I'm proposing to implement a GNSS-SDR Android port with a QT/QML GUI.