hsaito / CallPass

A passcode generation and validation tool for APRS-IS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CallPass

About

CallPass is a passcode generation and validation tool for APRS-IS.

Note: This tool is intended for use by the licensed radio amateurs only. It is user's sole responsibility to ensure that any actions the user perform with this tool are in compliance with applicable laws and regulations.

There are two tools included in this module, Get-APRSCallPass and Test-APRSCallPass. Use PowerShell's help functionality to find usage information.

Installing

You will be able to install this package from PowerShell Gallery using the command below:

Install-Module CallPass

If installing just for your personal profile, use:

Install-Module CallPass -Scope CurrentUser

License

GNU GENERAL PUBLIC LICENSE Version 2. See the COPYING file for detail.

Code based on callpass.c packaged in Xastir.

APRS® is a registered trademark of Bob Bruninga.

About

A passcode generation and validation tool for APRS-IS

License:GNU General Public License v2.0


Languages

Language:PowerShell 100.0%