mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-14 04:11:48 -05:00
More cosmetic updates to the main window and DSD demod documentation
This commit is contained in:
parent
0eaab62663
commit
12d845026f
@ -108,6 +108,7 @@ This is the `demoddsd` plugin. At present it can be used to decode the following
|
||||
- DMR/MOTOTRBO
|
||||
- dPMR
|
||||
- D-Star
|
||||
- Yaesu System Fusion (YSF)
|
||||
|
||||
It is based on the [DSDcc](https://github.com/f4exb/dsdcc) C++ library which is a rewrite of the original [DSD](https://github.com/szechyjs/dsd) program. So you will need to have DSDcc installed in your system. Please follow instructions in [DSDcc readme](https://github.com/f4exb/dsdcc/blob/master/Readme.md) to build and install DSDcc. If you install it in a custom location say `/opt/install/dsdcc` you will need to add these defines to the cmake command: `-DLIBDSDCC_INCLUDE_DIR=/opt/install/dsdcc/include/dsdcc -DLIBDSDCC_LIBRARIES=/opt/install/dsdcc/lib/libdsdcc.so`
|
||||
|
||||
|
@ -165,12 +165,10 @@ When the display is active the background turns from the surrounding gray color
|
||||
|
||||
![DSD D-Star status](../../../doc/img/DSDdemod_plugin_dstar_status.png)
|
||||
|
||||
These is the standard D-Star embedded information that is read from the header frame.
|
||||
|
||||
<h5>19.1.1: Origin (my) and destination (your) callsign</h5>
|
||||
|
||||
- at the left of the `>` sign is the origin callsign with the 4 character informative suffix nest to the slash `/`
|
||||
- at the right of the `>` sign is the destination callsign. As per Icom standard this is `CQCQCQ` when a call is made to all stations
|
||||
- at the left of the `>` sign is the origin callsign ` MY` with the 4 character informative suffix nest to the slash `/`
|
||||
- at the right of the `>` sign is the destination callsign `YOUR`. As per Icom standard this is `CQCQCQ` when a call is made to all stations
|
||||
- this information is retrieved from the header or the slow data if it can be decoded
|
||||
|
||||
<h5>19.1.2: Repeater callsign</h5>
|
||||
@ -185,6 +183,8 @@ When slow data can be decoded this is the 20 character string that is sent in th
|
||||
|
||||
<h5>19.1.4: Geopositional data</h5>
|
||||
|
||||
When a `$$CRC` frame that carries geographical position can be successfully decoded from the slow data the geopositional information is displayed:
|
||||
|
||||
- at the left of the colon `:` is the QTH 6 character locator a.k.a. Maidenhead locator
|
||||
- at the right of the colon `:` is the bearing in degrees and distance in kilometers from the location entered in the main window `Preferences\My Position` dialog. The bearing and distance are separated by a slash `/`.
|
||||
|
||||
@ -307,18 +307,18 @@ This displays a summary of FICH (Frame Identification CHannel) block data. From
|
||||
- Number of total blocks and number of total frames separated by a colon `:`
|
||||
|
||||
- Miscellaneous information in a single string
|
||||
- First character is the bandwidth mode:
|
||||
- first character is the bandwidth mode:
|
||||
- `N`: narrow band mode
|
||||
- `W`: wide band mode (as in the example)
|
||||
- Second character is the path type:
|
||||
- second character is the path type:
|
||||
- `I`: Internet path
|
||||
- `L`: local path
|
||||
- `L`: local path (as inthe example)
|
||||
- last three characters are the YSF squelch code (0..127) or dashes `---` if the YSF squelch is not active
|
||||
|
||||
<h5>19.4.2: Origin and destination callsigns</h5>
|
||||
|
||||
- at the left of the `>` sign is the origin callsign
|
||||
- at the right of the `>` sign is the destination callsign. It is filled woth stars `*` when call is made to all stations (as the CQCQCQ in D-Star)
|
||||
- at the right of the `>` sign is the destination callsign. It is filled with stars `*` when call is made to all stations (similar to the CQCQCQ in D-Star)
|
||||
|
||||
<h5>19.4.3: Origin and destination repeaters callsigns</h5>
|
||||
|
||||
|
@ -44,7 +44,7 @@ The following items are presented hierarchically from left to right:
|
||||
- Preferences:
|
||||
- Audio: opens a dialog to choose the audio output device
|
||||
- DV Serial: if you have one or more AMBE3000 serial devices for AMBE digital voice check to connect them. If unchecked DV decoding will resort to mbelib if available else no audio will be produced for AMBE digital voice
|
||||
- My Position: opens a dialog to enter your station ("My Position") coordinates in decimal degrees with north latitudes positive and east longitudes positive. This is used whenever positional data is to be displayed (APRS, DPRS, ...). For it now only works with D-Star $$CRC frames. See [DSD demod plugin](../plugins/channel/demoddsd/readme.md) for details on how to decode Digital Vocie modes.
|
||||
- My Position: opens a dialog to enter your station ("My Position") coordinates in decimal degrees with north latitudes positive and east longitudes positive. This is used whenever positional data is to be displayed (APRS, DPRS, ...). For it now only works with D-Star $$CRC frames. See [DSD demod plugin](../plugins/channel/demoddsd/readme.md) for details on how to decode Digital Voice modes.
|
||||
- Help:
|
||||
- Loaded Plugins: shows details about the loaded plugins (see next)
|
||||
- About: current version and blah blah.
|
||||
|
Loading…
Reference in New Issue
Block a user