Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

parse-ssid #11

Open
pjao opened this issue Nov 11, 2017 · 1 comment
Open

parse-ssid #11

pjao opened this issue Nov 11, 2017 · 1 comment

Comments

@pjao
Copy link
Contributor

pjao commented Nov 11, 2017

This last PR could created a issue.

If the repeater as already an ssid, and the user id matches the rule, it will be added another ssid

Of course the function make_callsign_valid fix it, but I think that it should be validated before.

Example:

getting info for repeater id 643000199...
parse ssid from repeater id
sending location to aprs for C91PM-6-99
aprs text: openSPOT 435.0000/435.0000 CC1
aprs data: C91PM-6>APBM1S,TCPIP*:@112210z2558.74S/03237.20EQPHG0500openSPOT 435.0000/435.0000 CC1

As @cyanide-burnout as told before, we must keep with the rules.

Callsigns for AX.25 must:
Consist of only upper case letters and numbers
Have a base callsign before the SSID at least three characters long
Have a numeric SSID which falls in 0 - 15
Have a base callsign before the SSID no longer than six characters
In this context alphanumeric is defined as any ASCII values in the range:
decimal [65 - 90] - 'A'-'Z'
decimal [48 - 57] - '0'-'9'

@nonoo
Copy link
Collaborator

nonoo commented Jan 21, 2018

Can you please submit a pull request to fix the issue?

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

No branches or pull requests

2 participants