1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-21 23:55:13 -05:00

Fix links in docs.

This commit is contained in:
Jon Beniston 2024-10-11 11:19:59 +01:00
parent 944803a276
commit 7e9a3b5d58

View File

@ -38,7 +38,7 @@ Specifies the pager modulation. Currently only POCSAG is supported.
POCSAG uses FSK with 4.5kHz frequency shift, at 512, 1200 or 2400 baud. POCSAG uses FSK with 4.5kHz frequency shift, at 512, 1200 or 2400 baud.
High frequency is typically 0, with low 1, but occasionally this appears to be reversed, so the demodulator supports either. High frequency is typically 0, with low 1, but occasionally this appears to be reversed, so the demodulator supports either.
Data is framed as specified in ITU-R M.584-2: https://www.itu.int/dms_pubrec/itu-r/rec/m/R-REC-M.584-2-199711-I!!PDF-E.pdf Data is framed as specified in [ITU-R M.584-2](https://www.itu.int/dms_pubrec/itu-r/rec/m/R-REC-M.584-2-199711-I!!PDF-E.pdf)
<h3>7: Baud</h3> <h3>7: Baud</h3>
@ -86,23 +86,23 @@ IP address of the host to forward received messages to via UDP.
UDP port number to forward received messages to. UDP port number to forward received messages to.
<h3>Filter Duplicates</h3> <h3>15: Filter Duplicates</h3>
Check to filter (discard) duplicate messages. Right click to show the Duplicate Filter options dialog: Check to filter (discard) duplicate messages. Right click to show the Duplicate Filter options dialog:
- Match message only: When unchecked, compare address and message. When checked, compare only message, ignoring the address. - Match message only: When unchecked, compare address and message. When checked, compare only message, ignoring the address.
- Match last message only: When unchecked the message is compared against all messages in the table. When checked, the message is compared against the last received message only. - Match last message only: When unchecked the message is compared against all messages in the table. When checked, the message is compared against the last received message only.
<h3>Open Notifications Dialog</h3> <h3>16: Open Notifications Dialog</h3>
When clicked, opens the Notifications Dialog, which allows speech notifications or programs/scripts to be run when messages matching user-defined rules are received. When clicked, opens the Notifications Dialog, which allows speech notifications or programs/scripts to be run when messages matching user-defined rules are received.
By running a program such as [cmail](https://www.inveigle.net/cmail/download) on Windows or sendmail on Linux, e-mail notifications can be sent. By running a program such as [cmail](https://www.inveigle.net/cmail/download) on Windows or sendmail on Linux, e-mail notifications can be sent containing the received message.
Messages can be highlighted in a user-defined colour. Messages can be highlighted in a user-defined colour, selected in the Highlight column.
By checking plot on map, if a message contains a position specified as latitude and longitude, the message can be displayed on the [Map](../../feature/map/readme.md) feature. By checking Plot on Map, if a message contains a position specified as latitude and longitude, the message can be displayed on the [Map](../../feature/map/readme.md) feature.
The format of the coordinates should follow https://en.wikipedia.org/wiki/ISO_6709, E.g: 50°4046″N 95°4826″W or -23.342,5.234 The format of the coordinates should follow [ISO 6709](https://en.wikipedia.org/wiki/ISO_6709), E.g: 50°4046″N 95°4826″W or -23.342,5.234
Here are a few examples: Here are a few examples:
@ -116,15 +116,15 @@ In the Speech and Command strings, variables can be used to substitute data from
To experiment with regular expressions, try [https://regexr.com/](https://regexr.com/). To experiment with regular expressions, try [https://regexr.com/](https://regexr.com/).
<h3>15: Start/stop Logging Messages to .csv File</h3> <h3>17: Start/stop Logging Messages to .csv File</h3>
When checked, writes all received messages to a .csv file. When checked, writes all received messages to a .csv file.
<h3>16: .csv Log Filename</h3> <h3>18: .csv Log Filename</h3>
Click to specify the name of the .csv file which received messages are logged to. Click to specify the name of the .csv file which received messages are logged to.
<h3>17: Read Data from .csv File</h3> <h3>19: Read Data from .csv File</h3>
Click to specify a previously written .csv log file, which is read and used to update the table. Click to specify a previously written .csv log file, which is read and used to update the table.