1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-10-01 09:36:35 -04:00
Commit Graph

1 Commits

Author SHA1 Message Date
8b61116fce Added argparse for cli options
This patch adds the argparser to collect the user/callsign
from the command line, so it doesn't have to be hard coded.

It can be passed on the command line or set
in an environment var
python aprsd.py --user KCAMEL1

or

export APRS_USER=KCAMEL1
python aprsd.py
2018-11-21 12:55:14 -08:00