APRS Passcode Generator

外掛說明

This lightweight plugin lets ham radio operators calculate their APRS-IS passcode from a callsign. It uses a simple algorithm to compute the passcode locally in the browser using JavaScript, so no data is sent externally.

Features:

  • Generates passcode for APRS-IS (used in Xastir, YAAC, etc.)
  • Easy to use shortcode: [aprs_passcode]
  • Fully client-side (JavaScript only)
  • No external API calls or database usage

License

This plugin is licensed under the GPLv2 or later. See https://www.gnu.org/licenses/gpl-2.0.html for details.

安裝方式

  1. Upload the plugin files to the /wp-content/plugins/aprs-passcode directory, or install the plugin via the WordPress plugin screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Use the shortcode [aprs_passcode] in any post or page to display the generator.

常見問題集

Is this plugin secure?

Yes. The callsign never leaves the browser. The passcode is calculated locally using JavaScript.

Can this be used to log into APRS-IS servers?

Yes, this plugin generates the same passcode used by most APRS software clients. However, you still need valid credentials and must follow APRS-IS network rules.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈APRS Passcode Generator〉的開發相關工作。

參與者

將〈APRS Passcode Generator〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0

  • Initial release with shortcode and JavaScript-based passcode generator.