gnss-sdr/MANIFEST.md

27 lines
1.2 KiB
Markdown
Raw Normal View History

2015-11-03 07:27:59 +00:00
title: gnss-sdr
2015-10-25 10:20:43 +00:00
brief: An open source global navigation satellite systems software defined receiver
tags:
- sdr
- gnss
- gps
- Galileo
2018-05-25 11:44:57 +00:00
- Glonass
2015-10-25 10:20:43 +00:00
author:
- Carles Fernandez-Prades <carles.fernandez@cttc.es>
- Javier Arribas <javier.arribas@cttc.es>
- et altri (see AUTHORS file for a list of contributors)
copyright_owner:
- The Authors
2018-05-25 11:44:57 +00:00
dependencies: gnuradio (>= 3.7.3), armadillo, gflags, glog, gnutls, matio
2015-10-25 10:20:43 +00:00
license: GPLv3+
repo: https://github.com/gnss-sdr/gnss-sdr
2018-05-09 18:20:57 +00:00
website: https://gnss-sdr.org
2018-05-25 11:44:57 +00:00
icon: https://raw.githubusercontent.com/gnss-sdr/gnss-sdr/master/docs/doxygen/images/gnss-sdr_logo.png
2015-10-25 10:20:43 +00:00
---
2018-05-09 18:20:57 +00:00
Global Navigation Satellite Systems receiver defined by software. It performs all the signal
processing from raw signal samples up to the computation of the Position-Velocity-Time solution,
including code and phase observables. It is able to work with raw data files or, if there is
computational power enough, in real time with suitable radiofrequency front-ends. This software
2015-10-25 10:20:43 +00:00
is mainly developed at [CTTC](http://www.cttc.es "Centre Tecnologic de Telecomunicacions de Catalunya")
2018-05-09 18:20:57 +00:00
with contributions from around the world. More info at [gnss-sdr.org](https://gnss-sdr.org "GNSS-SDR's Homepage").