├── README.md └── index.html /README.md: -------------------------------------------------------------------------------- 1 | Aprs Passcode Generator 2 | ======================= 3 | 4 | What? 5 | ----- 6 | This is a web-based tool to generate passcodes for the APRS-IS network. You can generate the code yourself so you do not have to wait for other people to give it to you. 7 | 8 | How it works 9 | ------------- 10 | You provide a callsign, the tool checks the validity of the callsign and generates the passcode to authenticate at the APRS Network. 11 | 12 | Demo 13 | -------- 14 | You can try the latest version here: https://aprs.do3sww.de 15 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |Enter your amateur radio callsign to get a Passcode for the APRS-IS network.
75 | 81 |Source Code on Github
82 |