uniclogs / yamcs

Yamcs-based mission control software for UniClOGS
GNU Affero General Public License v3.0
1 stars 3 forks source link

generalize ax25 preprocessor #7

Closed ryanpdx closed 3 years ago

ryanpdx commented 3 years ago

This generalize the ax25 preprocessor so the source and destination callsigns can be configure.

If one or both callsigns are set in the configuration, the packet header will be checked for matching callsigns. If the callsign(s) do not match, the packet will be ignored.

closes #2