mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-12-03 07:08:08 +00:00
Moving changelog and manpage to docs/
This commit is contained in:
7
docs/changelog
Normal file
7
docs/changelog
Normal file
@@ -0,0 +1,7 @@
|
||||
gnss-sdr (0.0.5) unstable; urgency=low
|
||||
|
||||
* First release that installs on the system and can generate packages.
|
||||
Now 'make package' builds a .deb package in Ubuntu and Linux.
|
||||
* Fixed some linking problems.
|
||||
|
||||
-- Carles Fernandez-Prades <carles.fernandez@cttc.es> Fri, 14 Nov 2014 02:03:00 +0100
|
||||
5
docs/changelog.Debian
Normal file
5
docs/changelog.Debian
Normal file
@@ -0,0 +1,5 @@
|
||||
gnss-sdr (0.0.5) unstable; urgency=low
|
||||
|
||||
* First release that installs on the system and can generate deb packages.
|
||||
|
||||
-- Carles Fernandez-Prades <carles.fernandez@cttc.es> Fri, 14 Nov 2014 02:03:00 +0100
|
||||
29
docs/manpage/gnss-sdr-manpage
Normal file
29
docs/manpage/gnss-sdr-manpage
Normal file
@@ -0,0 +1,29 @@
|
||||
.\" Manpage for gnss-sdr.
|
||||
.\" Contact carles.fernandez@cttc.es to correct errors or typos.
|
||||
.TH gnss-sdr 1 "14 Nov 2014" "0.0.5" "gnss-sdr man page"
|
||||
.SH NAME
|
||||
\fBgnss-sdr\fR \- GNSS Software Defined Receiver
|
||||
.SH SYNOPSIS
|
||||
\fBgnss-sdr -config_file=\fR<path-to-configuration-file>
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
\fBgnss-sdr\fR is a Global Navigation Satellite Systems Software Defined Receiver written in C++. It implements all the signal processing chain, taking as input raw samples coming from the output of an Analog-to-Digital Converter, and processing them up to the computation of the Position-Velocity-Time solution, including the generation of 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.
|
||||
.SH OPTIONS
|
||||
\fBgnss-sdr\fR takes the following options:
|
||||
.TP
|
||||
\fB-config_file=\fR<path-to-configuration-file> Set the configuration file.
|
||||
.TP
|
||||
\fB-signal_source=\fR<path-to-raw-signal-file> If defined, path to the file containing the signal samples (overrides the data file specified in the configuration file).
|
||||
.TP
|
||||
\fB-RINEX_version=\fR<version> Specifies the RINEX version (2.11 or 3.02). Default: "3.02".
|
||||
.TP
|
||||
\fB-version\fR Prints program version
|
||||
.TP
|
||||
\fB-help\fR Prints all the available commandline flags
|
||||
.SH SEE ALSO
|
||||
.BR volk_gnsssdr_profile (1),
|
||||
check http://gnss-sdr.org for more information.
|
||||
.SH BUGS
|
||||
No known bugs.
|
||||
.SH AUTHOR
|
||||
Carles Fernandez-Prades (carles.fernandez@cttc.es)
|
||||
Reference in New Issue
Block a user