Skip to content

juniberry/aprs-pass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APRS-IS Passcode Generator

Overview

This program generates an APRS-IS passcode for a given amateur radio callsign. It's implemented in C and based on the algorithm described in the APRS-IS source code.

Building the Program

To build the program, run the following command in the terminal:

make

Usage

Run the program with the callsign as an argument:

./aprsispass <callsign>

Note: Only supply the base callsign; do not supply an SSID or prefix.

License

This project is released under the MIT License.

Releases

No releases published

Packages

No packages published