1.2. aprs_statusインストール


KC6HURさんが作って下さった aprs_status Scriptsファイルをダウンロード&インストールします。
KC6HUR's Node Builder's Site

※導入するにあたって、現在のバックアップを取っておくこと必須です( ̄∇ ̄)

直接、IRLPマシンからファイルをダウンロードすることにします(*^^)v

1.rootでログインします。

2.ルートディレクトリに移動します。ここにファイルをダウンロードすることにします。
# cd /

3.aprs_status-4.0.tgz ファイルをwgetコマンドを使って、もらってきましょう。
# wget http://irlp.kc6hur.net/downloads/aprs_status-4.0.tgz
--20:04:45-- http://irlp.kc6hur.net/downloads/aprs_status-4.0.tgz
Resolving irlp.kc6hur.net... 76.170.136.190
Connecting to irlp.kc6hur.net|76.170.136.190|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 42064 (41K) [application/x-tar]
Saving to: `aprs_status-4.0.tgz'

100%[=======================================>] 42,064 48.7K/s in 0.8s

20:04:46 (48.7 KB/s) - `aprs_status-4.0.tgz' saved [42064/42064]
Version greater than 1 no longer support a local TNC or radio. All
communication is done via the Internet.


4.ダウンロードしたaprs_status-4.0.tgzを展開します。
# tar -xzvf aprs_status-4.0.tgz
home/irlp/custom/aprs_status
home/irlp/custom/aprs_status.conf
home/irlp/custom/aprspass
home/irlp/custom/README_aprs
tmp/post_install_aprs.sh


5.custom_on custom_off ファイルの末尾に ${CUSTOM}/aprs_status & 一行追記します。
# vi /home/irlp/custom/custom_on
# vi /home/irlp/custom/custom_off


6. aprs_status.conf に、順番に情報を入力していきます。ちなみに・・・自局座標は(DDDMM.mm)形式です(汗
必要な情報を記しておきます。
事前にφ(..)メモメモしておくとFBかと^^;

 ・LATITUDE in DDMM.mm N/S
 ・LONGITUDE in DDDMM.mm E/W
 ・your node's frequency in MHz
 ・Set the PL (CTCSS) tone used on your node
 ・Callsign
 ・APRS Validation number(APRS Server用の番号・有効なアマチュア無線局であるか確認)
   私は、APRSソフトウェア:UI-View32を使わせて頂く時に、レジストレーションキー交付時に
   Validation numberも頂いておりました。
   UI-View32ソフトウェアについては、下記サイトをご覧下さいませ。
   JA1OGSさんのサイト
   UI-View32 APRS Software Registration

IRLPマシンでrepeaterユーザにて下記のコマンドを実行すると、確認する事が出来ます。
$ ${CUSTOM}/aprspass 自局のコールサイン

それでは・・・次にaprs_status.confの設定をしましよう。