Skip to content
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

Feature request: Ability to specify APRS Symbol used via the config file #120

Open
mytechguyri opened this issue Feb 10, 2023 · 2 comments

Comments

@mytechguyri
Copy link

Propose adding an optional config field in the [APRS] section of the config file where the end user can specify the APRS symbol to use. Make the Symbol field an option in each of the various gateway config files, as someone running multi-mode may want one symbol for their DStar gateway, and a different symbol for their DMR Gateway.

i.e. in the DMRGateway config file:

[APRS]
Enable=1
Address=127.0.0.1
Port=8673
Suffix=R
Description=
Symbol=/r

or perhaps I have a hotspot in my RV when I'm on holiday, and I want it to show on the maps as such.

[APRS]
Enable=1
Address=127.0.0.1
Port=8673
Suffix=R
Description=
Symbol=/R

or perhaps I'm running a portable repeater at an ARRL field day:

Symbol=Aa

The symbol tables were designed to give us all these options, so it doesn't make sense for it to be hard coded.

@W0CHP
Copy link

W0CHP commented Feb 13, 2023

I actually support this, and have been working on this exact enhancement. I will submit a PR for DMRGateway shortly, and if accepted, I will do the same for the other G4KLX gateways (and MMDVM_CM programs) that have the APRSWriter built-in.

@W0CHP
Copy link

W0CHP commented Feb 13, 2023

My PR #122 can close this, Jonathan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants