├── LICENSE ├── README.md ├── receive.py ├── requirements.txt └── send.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aceat64/bitcoin_aprs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aceat64/bitcoin_aprs/HEAD/README.md -------------------------------------------------------------------------------- /receive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aceat64/bitcoin_aprs/HEAD/receive.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | aprslib 2 | -------------------------------------------------------------------------------- /send.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aceat64/bitcoin_aprs/HEAD/send.py --------------------------------------------------------------------------------