[hamradio-commits] [gnss-sdr] 119/126: adding RTCM documentation

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Sat Dec 26 18:38:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch next
in repository gnss-sdr.

commit 731752604da2e7fa34354dfc8e241456446afe31
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Fri Dec 25 11:38:08 2015 +0100

    adding RTCM documentation
---
 README.md | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 46bd6b7..f1f59b5 100644
--- a/README.md
+++ b/README.md
@@ -1131,7 +1131,7 @@ Observables.dump_filename=./observables.dat
    
 
 #### Computation of Position, Velocity and Time
-Although data processing for obtaining high-accuracy PVT solutions is out of the scope of GNSS-SDR, we provide a module that can compute simple least square solutions (stored in GIS-friendly formats such as [GeoJSON](http://geojson.org/geojson-spec.html) and [KML](http://www.opengeospatial.org/standards/kml), or transmitted via serial port as [NMEA 0183](https://en.wikipedia.org/wiki/NMEA_0183) messages), and leaves room for more sophisticated positioning methods by storing observables a [...]
+Although data processing for obtaining high-accuracy PVT solutions is out of the scope of GNSS-SDR, we provide a module that can compute simple least square solutions (stored in GIS-friendly formats such as [GeoJSON](http://geojson.org/geojson-spec.html) and [KML](http://www.opengeospatial.org/standards/kml), or transmitted via serial port as [NMEA 0183](https://en.wikipedia.org/wiki/NMEA_0183) messages), and leaves room for more sophisticated positioning methods by storing observables a [...]
 
 The common interface is [PvtInterface](./src/core/interfaces/pvt_interface.h). 
 
@@ -1147,8 +1147,11 @@ PVT.display_rate_ms=500 ; Position console print (std::out) interval [ms].
 PVT.dump=false ; Enables the PVT internal binary data file logging [true] or [false] 
 PVT.dump_filename=./PVT ; Log path and filename without extension of GeoJSON and KML files
 PVT.nmea_dump_filename=./gnss_sdr_pvt.nmea ; NMEA log path and filename
-PVT.flag_nmea_tty_port=true ; Enable the NMEA log to a serial TTY port 
+PVT.flag_nmea_tty_port=true ; Enables the NMEA log to a serial TTY port 
 PVT.nmea_dump_devname=/dev/pts/4 ; serial device descriptor for NMEA logging
+PVT.flag_rtcm_server=false ; Enables or disables a TCP/IP server dispatching RTCM messages 
+PVT.flag_rtcm_tty_port=true ; Enables the RTCM log to a serial TTY port 
+PVT.rtcm_dump_devname=/dev/pts/1 ; serial device descriptor for RTCM logging
 ~~~~~~ 
 
 For Galileo E1B receivers:
@@ -1162,6 +1165,12 @@ PVT.output_rate_ms=100;
 PVT.display_rate_ms=500;
 PVT.dump=false
 PVT.dump_filename=./PVT
+PVT.nmea_dump_filename=./gnss_sdr_pvt.nmea ; NMEA log path and filename
+PVT.flag_nmea_tty_port=true ; Enables the NMEA log to a serial TTY port 
+PVT.nmea_dump_devname=/dev/pts/4 ; serial device descriptor for NMEA logging
+PVT.flag_rtcm_server=false ; Enables or disables a TCP/IP server dispatching RTCM messages 
+PVT.flag_rtcm_tty_port=true ; Enables the RTCM log to a serial TTY port 
+PVT.rtcm_dump_devname=/dev/pts/1 ; serial device descriptor for RTCM logging
 ~~~~~~ 
 
 
@@ -1191,6 +1200,11 @@ PVT.dump_filename=./PVT
 $ gnss-sdr --RINEX_version=2
 ~~~~~~ 
 
+* **RTCM SC-104** provides standards that define the data structure for differential GNSS correction information for a variety of differential correction applications. It was developed by the Radio Technical Commission for Maritime Services ([RTCM](http://www.rtcm.org/overview.php#Standards "Radio Technical Commission for Maritime Services")) and has become an industry standard for communication of correction information. GNSS-SDR implements RTCM version 3.2, defined in the document *RTC [...]
+~~~~~~ 
+$ gnss-sdr --RTCM_Port=12345 --RTCM_Ref_Station_ID=10
+~~~~~~ 
+
 **Important note:**
 
 In order to get well-formatted GeoJSON, KML and RINEX files, always terminate ```gnss-sdr``` execution by pressing key ```q``` and then key ```ENTER```. Those files will be automatically deleted if no position fix have been obtained during the execution of the software receiver.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list