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

12 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
craigerl
d9caac64d7 make tn a global 2018-11-21 12:34:40 -08:00
6ba6e14fdb Added standard python main()
This patch adds the standard python main() and
the requisite test for the script name.
2018-11-21 11:56:35 -08:00
craigerl
f3e386c485 drop virtenv on first line 2018-11-21 11:45:20 -08:00
craigerl
7b74138cba added weather and location 2018-11-21 11:29:15 -08:00
craigerl
48036f9ffd mapme 2018-06-13 09:21:53 -07:00
craigerl
149580e8c4 de-localize 2018-06-13 09:07:09 -07:00
craigerl
fcef0195b0 de-localize 2018-06-13 08:58:56 -07:00
craigerl
230cf45359
Update aprsd.py 2017-10-31 13:12:26 -07:00
craigerl
471af76595
Add files via upload 2017-10-31 13:11:36 -07:00
craigerl
2330523853
Update aprsd.py 2017-10-31 10:36:50 -07:00
craigerl
51579d7c23
Add files via upload 2017-10-31 09:58:06 -07:00