Update 'WSPR Message Coding'

Sebastian 2021-05-06 21:50:40 +00:00
parent 2b85f93d73
commit 09483cf29e
1 changed files with 4 additions and 3 deletions

@ -21,9 +21,10 @@ and `nu = msg_type % 10`:
* 6 Character locator
* Power is `-msg_type - 1`
Two common usecases:
1. Alternating between standard messages and messages with extended locators. Usually used to give a more precise position e.g. for moving mobile stations.
2. Alternating between message with prefixed call signs and messages with extended locators.
Three common use cases:
1. Only Standard messages. Easy to implement. Call sign, rough locator (worst case about 50km off), power, all neatly packed into one message.
2. Alternating between standard messages and messages with extended locators. Usually used to give a more precise position e.g. for moving mobile stations.
3. Alternating between message with prefixed call signs and messages with extended locators.
If you have to use prefix, this is the only way to transmit your full call sign and a locator.
The prefix will also be part of the hash so your messages can be matched.