-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Last character of call sign dropped when using APRStt #299
Comments
The following patch fixed the problem of the truncated call sign.
|
The last character of the callsign is being interpreted as the symbol overlay character. |
It works as documented. Callsign needs to be followed by a symbol overlay and checksum. 4.1 Traditional callsigns The following traditional formats are recognized. Upper case “A” means literally the “A” button. Lower case letters are placeholders for button presses. “…” indicates it is variable length. Att...ttvk - Full callsign in two key method, numeric overlay, checksum. |
A new "-d d" command line option has been added to help figure out what is going on. ---------------- Sample config file for testing ------------------------------ adevice plughw:1,0 # Enable the APRStt conversion for channel 0. # Recognize 6 tone grid squares. # Simulate reception. "t" DTI is used internally for DTMF reception. # Solution: Add another character for the symbol overlay. Recompute checksum. # Alternatively, you could use the object name format and ----------------------------- Run it ----------------------------------- $ direwolf -d d -c nix.conf Reading config file nix.conf [0.0] N0CAL>APDW17:tBA236212 * A6B76B4C9B7 # [0.0] N0CAL>APDW17:tBA236212 * A 6B76B4C9B 2B 0 # [0.0] N0CAL>APDW17:tBA236212 * AA 6B76B4C9B * AB129 # -------------------------- check results ------------------------------------- $ echo 'N0CAL>APDW17:;N7NIX-12 *220159z4230.00NB13700.00WA[CN12] !TBA!' | decode_aprs N0CAL>APDW17:;N7NIX-12 *220159z4230.00NB13700.00WA[CN12] !TBA! $ echo 'N0CAL>APDW17:;N7NIX *220159z4230.00N/13700.00W=[CN12] !TBA!' | decode_aprs N0CAL>APDW17:;N7NIX *220159z4230.00N/13700.00W=[CN12] !TBA! |
John, thank you for the thorough explanation.
I now understand that the overlay symbol follows the call sign in the two key format 1 and I am guessing that the symbol code 'A' (Box DTMF) is the default when APRStt callsign starts with an A then digit. My intention was to have as short a DTMF character string as possible where I sent my call sign & a baud rate (1200 or 9600) AND have TTCMD called so that I could reset direwolf to have it read the new baud rate configuration. Is there a way to have direwolf (re-) read the configuration file without restarting direwolf? |
Using Touch Tones for sending an APRS object using APRStt transmission the
last character of the call sign is dropped. If the call sign is padded
with a dummy character then call sign is correctly parsed. Occurs no
matter size of call sign string.
Example 1 shows problem with last character of call sign dropped.
Example 2 shows correct call sign using extra dummy character in call sign.
1. On sending side using call sign: N7NIX
BA236212 * A6B76B4C9B7 #
tt2text 6B76B4C9B
Decoded text from two-key method:
"N7NIX"
1. On receiving side
Environment variables set: TTCALL: N7NI, TTCOUNT: 1
[APRStt] KF7FIT-1>APDW16:;N7NI-12 *201725z4230.00NX13700.00WA[CN12] !TBA!
2. On sending side using call sign with extra character in call sign: N7NIXX
BA236212 * A6B76B4C9B9B7 #
tt2text 6B76B4C9B9B
Decoded text from two-key method:
"N7NIXX"
2. On receiving side
Environment variables set:: TTCALL: N7NIX, TTCOUNT: 1
[APRStt] KF7FIT-1>APDW16:;N7NIX-12 *201721z4230.00NX13700.00WA[CN12] !TBA!
Using: Dire Wolf version 1.6
Includes optional support for: gpsd hamlib cm108-ptt
The text was updated successfully, but these errors were encountered: