「アマチュア無線」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
 
(送信機をアンテナにつないで送信することは違法。)
 
(4人の利用者による、間の13版が非表示)
1行目: 1行目:
[[Category:電話と音声]]
+
[[Category:ネットワーク]]
  +
[[Category:ソフトウェア一覧]]
[[en:Amateur Radio]]
 
  +
[[en:Amateur radio]]
 
{{Related articles start}}
 
{{Related articles start}}
 
{{Related|GNU Radio}}
 
{{Related|GNU Radio}}
 
{{Related|RTL-SDR}}
 
{{Related|RTL-SDR}}
 
{{Related articles end}}
 
{{Related articles end}}
アマチュア無線ファン (ハム無線従事者または"ハム"とも) は無線通信の黎明期から実験と発展の最前線を担ってきました。電磁スペクトルの広範囲の周波数で、多種多様な通信方式が使われています。このページでは [[AUR|AUR]] に入っているアマチュア無線関連のソフトウェアをリストアップしています。単独で動作するソフトウェアもあれば、無線機の接続を必要とするデジタル通信アプリケーションもありますし、中にはコンピュータのサウンドカードを使えるものもあり様々です。インターフェイスとなるハードウェアはメーカーから購入することも、または自作することもできます。
+
アマチュア無線ファン (ハム無線従事者または"ハム"とも) は無線通信の黎明期から実験と発展の最前線を担ってきました。電磁スペクトルの広範囲の周波数で、多種多様な通信方式が使われています。このページでは [[AUR]] に入っているアマチュア無線関連のソフトウェアをリストアップしています。単独で動作するソフトウェアもあれば、無線機の接続を必要とするデジタル通信アプリケーションもありますし、中にはコンピュータのサウンドカードを使えるものもあり様々です。インターフェイスとなるハードウェアはメーカーから購入することも、または自作することもできます。
   
{{Warning|国際条約ではアマチュア無線のユーザーは国が発行した免許を受けることを必要としています。ただし必要となるのは送信機アンテナを使う場合で、アマチュア無線を受信したりアマチュア無線のソフトウェアをダウンロードするだけでは違法になりません。}}
+
{{Warning|国際条約ではアマチュア無線のユーザーは国が発行した免許を受けることを必要としています。ただし必要となるのは送信機アンテナを使う(そして発信する)場合で、アマチュア無線を受信したりアマチュア無線のソフトウェアをダウンロードするだけでは違法になりません。}}
   
 
== 一般情報 ==
 
== 一般情報 ==
17行目: 18行目:
   
 
== ソフトウェアリスト ==
 
== ソフトウェアリスト ==
* {{App|Hamlib|ハードウェアと無線制御プログラム間のインターフェイスを提供します。無線のコントロールや他のハードウェア (ロギングやデジタルモードなど) を使いやすくするためのソフトウェアレイヤーでありスタンドアロンのアプリケーションではありません。|http://sourceforge.net/apps/mediawiki/hamlib/|{{AUR|hamlib}}}}
+
* {{App|Hamlib|ハードウェアと無線制御プログラム間のインターフェイスを提供します。無線のコントロールや他のハードウェア (ロギングやデジタルモードなど) を使いやすくするためのソフトウェアレイヤーでありスタンドアロンのアプリケーションではありません。|https://sourceforge.net/projects/hamlib/|{{Pkg|hamlib}}}}
   
 
* {{App|Soundmodem|標準的な PC サウンドカードを様々な AX.25 通信モードが利用できるパケット通信モデムのように使えるように Tom Sailer (HB9JNX/AE4WA) によって書かれました。ハードウェアやアプリケーションによりますがデータレートは9600ボーまで高くできます。Soundmodem はシリアルポートの KISS モデムまたは AX.25 ネットワークデバイスとして使うことが可能です。soundmodem を MKISS ネットワークデバイスとして使うには、MKISS モジュールを組み込んでカーネルをリビルドする必要があります。詳しくは [http://www.xastir.org/wiki/index.php/HowTo:SoundModem Xastir wiki] を見て下さい。
 
* {{App|Soundmodem|標準的な PC サウンドカードを様々な AX.25 通信モードが利用できるパケット通信モデムのように使えるように Tom Sailer (HB9JNX/AE4WA) によって書かれました。ハードウェアやアプリケーションによりますがデータレートは9600ボーまで高くできます。Soundmodem はシリアルポートの KISS モデムまたは AX.25 ネットワークデバイスとして使うことが可能です。soundmodem を MKISS ネットワークデバイスとして使うには、MKISS モジュールを組み込んでカーネルをリビルドする必要があります。詳しくは [http://www.xastir.org/wiki/index.php/HowTo:SoundModem Xastir wiki] を見て下さい。
 
:soundmodem を root で実行:
 
:soundmodem を root で実行:
 
:{{bc|# soundmodem}}
 
:{{bc|# soundmodem}}
  +
:soundmodem を KISS モデムとして設定した場合、ユーザーから読み取れるようにパーミッションを変更する必要があります:
:If you have configured soundmodem as a KISS modem, you will need to change permissions to make it user-readable:
 
 
:{{bc|# chmod 666 /dev/soundmodem0}}
 
:{{bc|# chmod 666 /dev/soundmodem0}}
 
|http://www.baycom.org/~tom/ham/soundmodem/|{{AUR|soundmodem}}}}
 
|http://www.baycom.org/~tom/ham/soundmodem/|{{AUR|soundmodem}}}}
   
* {{App|Grig|simple control program based on Hamlib|http://groundstation.sourceforge.net/grig/|{{AUR|grig}}}}
+
* {{App|Grig|Hamlib ベースのシンプルな制御プログラム|http://groundstation.sourceforge.net/grig/|{{AUR|grig}}}}
 
* {{App|gMFSK|多数のデジタルモードをサポートするユーザーインターフェイス。ロギングに hamlib と xlog を使います。|http://gmfsk.connect.fi|{{AUR|gmfsk}}}}
 
* {{App|gMFSK|多数のデジタルモードをサポートするユーザーインターフェイス。ロギングに hamlib と xlog を使います。|http://gmfsk.connect.fi|{{AUR|gmfsk}}}}
* {{App|lysdr|細かいカスタマイズができる無線インターフェイス|https://github.com/gordonjcp/lysdr|{{AUR|lysdr-git}}}}
+
* {{App|lysdr|細かいカスタマイズができる無線インターフェイス|https://github.com/gordonjcp/lysdr|{{AUR|lysdr-git}}{{Broken package link|{{aur-mirror|lysdr-git}}}}}}
 
* {{App|linrad|SM5BSZ によるソフトウェア無線|http://www.sm5bsz.com/linuxdsp/linrad.htm|{{AUR|linrad}}}}
 
* {{App|linrad|SM5BSZ によるソフトウェア無線|http://www.sm5bsz.com/linuxdsp/linrad.htm|{{AUR|linrad}}}}
 
* {{App|quisk|N2ADR によるソフトウェア無線|http://james.ahlstrom.name/quisk/|{{AUR|quisk}}}}
 
* {{App|quisk|N2ADR によるソフトウェア無線|http://james.ahlstrom.name/quisk/|{{AUR|quisk}}}}
* {{App|[[owx]]|command-line utility for programming Wouxun radios|http://owx.chmurka.net|{{AUR|owx}}}}
+
* {{App|[[owx]]|Wouxun 無線機をプログラミングするためのコマンドラインユーティリティ|http://owx.chmurka.net|{{AUR|owx}}}}
* {{App|twcw|extension for cwirc|http://wa0eir.home.mchsi.com/twcw.html|{{AUR?|twcw}}}}
+
* {{App|fldigi|W1HKJ によって開発された様々なデジタル通信モードが使える人気の GUI|http://w1hkj.com/Fldigi.html|{{AUR|fldigi}}}}
* {{App|fldigi|popular GUI developed by W1HKJ for a variety of digital communication modes|http://w1hkj.com/Fldigi.html|{{AUR|fldigi}}}}
 
 
* {{App|libfap|APRS パケットパーサー|http://pakettiradio.net/libfap/|{{AUR|libfap}}}}
 
* {{App|libfap|APRS パケットパーサー|http://pakettiradio.net/libfap/|{{AUR|libfap}}}}
 
* {{App|aprx|軽量な APRS デジピーターと i-Gate インターフェイス|http://wiki.ham.fi/Aprx.en|{{AUR|aprx-svn}}}}
 
* {{App|aprx|軽量な APRS デジピーターと i-Gate インターフェイス|http://wiki.ham.fi/Aprx.en|{{AUR|aprx-svn}}}}
 
* {{App|xdx|ネットワーククライアント|http://www.qsl.net/pg4i/linux/xdx.html|{{AUR|xdx}}}}
 
* {{App|xdx|ネットワーククライアント|http://www.qsl.net/pg4i/linux/xdx.html|{{AUR|xdx}}}}
  +
* {{App|qsstv|低速度走査テレビジョン|http://users.telenet.be/on4qz/index.html|{{AUR|qsstv}}}}
* {{AUR|d-rats}} – D-STAR 通信ツール
 
  +
* {{App|linpsk|PSK31|https://sourceforge.net/projects/linpsk/|{{AUR|linpsk}}}}
* {{AUR|qsstv}} – 低速度走査テレビジョン
 
  +
* {{App|psk31lx|PSK31 で [[PulseAudio]] を使用|http://wa0eir.bcts.info/|{{AUR|psk31lx}}{{Broken package link|{{aur-mirror|psk31lx}}}}}}
* {{AUR|linpsk}} – PSK31
 
  +
* {{App|twpsk|サウンドカードを用いる PSK31 プログラム|http://wa0eir.bcts.info/|{{AUR|twpsk}}{{Broken package link|{{aur-mirror|twpsk}}}}}}
* {{AUR|psk31lx}} – PSK31 using Pulseaudio
 
  +
* {{App|xpsk31|PSK31 で GTK+ による GUI を使用|http://www.qsl.net/5b4az/pkg/psk31/xpsk31/xpsk31.html|{{AUR|xpsk31}}}}
* {{AUR|twpsk}} – Soundcard based program for PSK31
 
* {{AUR|xpsk31}} – PSK31 using a GUI rendered by GTK+
 
   
 
=== AX.25 ===
 
=== AX.25 ===
  +
{{App|[[Wikipedia:AX.25|AX.25]]|パケット通信ネットワークで広く使われているデータリンク層プロトコル。コネクション型 (例: キーボードからキーボードへの通信, 電子掲示板へのアクセス, DX クラスタ) とコネクションレス型 (例: [[Wikipedia:APRS|APRS]]) の両方が使えます。Linux カーネルは AX.25 ネットワークをネイティブでサポートしています。詳しくは [http://tldp.org/HOWTO/AX25-HOWTO/ こちらのガイド] を参照。以下のソフトウェアが AUR でインストールできます:
{{App|[[Wikipedia:AX.25|AX.25]]|data link layer protocol that is used extensively in packet radio networks. It supports connected operation (eg. keyboard-to-keyboard contacts, access to local bulletin board systems, and DX clusters) as well as connectionless operation (eg. [[Wikipedia:APRS|APRS]]). The Linux kernel includes native support for AX.25 networking. Please refer to this [http://tldp.org/HOWTO/AX25-HOWTO/ guide] for more information. The following software is available in the AUR:
 
 
* {{AUR|ax25-apps}}
 
* {{AUR|ax25-apps}}
 
* {{AUR|ax25-tools}}
 
* {{AUR|ax25-tools}}
 
* {{AUR|libax25}}
 
* {{AUR|libax25}}
 
* {{AUR|node}}
 
* {{AUR|node}}
|http://www.ax25.net/|present in stock kernel}}
+
|http://www.ax25.net/|標準カーネルに含まれています。}}
   
 
=== WSJT ===
 
=== WSJT ===
  +
{{App|[[Wikipedia:WSJT_(Amateur_radio_software)|WSJT]] (Weak Signal Communication by K1JT)|流星散乱, 電離層散乱, VHF/UHF 帯のEME (月面反射通信), HF 帯の空間波伝播などに最適なプロトコルなどの機能を提供します。WSJT はノーベル物理学賞を受賞したジョゼフ・テイラー (コールサインは K1JT) によって開発されました。流星によって発生した電離電子による一瞬の電波信号の反射をデコードすることができ、最小可聴値以下の 10 dB の信号を解読できます。WSJT は K1JT によって率いられているプログラマーチームによって活発に開発されています。WSJT (と関連プログラムの WSPR) を configure するときは {{ic|$ ./configure --enable-g95}} と {{ic|$ ./configure --enable-gfortran}} のどちらかを選べます。どちらかで問題が発生する場合、PKGBUILD を編集してもう片方の configure を使ってみてください。WSJT はシリアルポートへのアクセス権限を必要とします。上記の一般情報セクションを見てください。|http://www.physics.princeton.edu/pulsar/K1JT/|{{AUR|wsjt-svn}}}}
{{App|[[Wikipedia:WSJT_(Amateur_radio_software)|WSJT]] (Weak Signal Communication by K1JT)|offers offers a rich variety of features, including specific digital protocols optimized for meteor scatter, ionospheric scatter, and EME (moonbounce) at VHF/UHF, as well as HF skywave propagation. WSJT was developed by Nobel Prize winning physicist Joe Taylor, who has the amateur radio callsign K1JT. The program can decode fraction-of-a-second signals reflected from ionized meteor trails and steady signals 10 dB below the audible threshold.<br>
 
WSJT is in ongoing, active development by a team of programmers led by K1JT. WSJT (and the related program WSPR) has the option of being configured with
 
{{bc|$ ./configure --enable-g95}}
 
or
 
{{bc|$ ./configure --enable-gfortran}}
 
If you build with one and experience problems, edit PKGBUILD to try the other.<br>
 
WSJT requires access to the serial port; see the note in the Interfacing section above about the uucp group.
 
|http://www.physics.princeton.edu/pulsar/K1JT/|{{AUR|wsjt-svn}}}}
 
   
 
=== WSPR ===
 
=== WSPR ===
{{App|[[Wikipedia:WSPR (mateur_radio_software)|WSPR]] (Weak Signal Propagation Reporter, pronounced whisper)|enables the probing of propagation paths on the amateur radio bands using low power transmissions. It was introduced in 2008 by K1JT following the success and widespread adoption of WSJT by the amateur radio community. Stations with Internet access can automatically upload their reception reports to a central database called [http://wsprnet.org/drupal/ WSPRnet], which includes a [http://wsprnet.org/drupal/wsprnet/map mapping facility]
+
{{App|[[Wikipedia:WSPR (amateur_radio_software)|WSPR]] (Weak Signal Propagation Reporter, pronounced whisper)|enables the probing of propagation paths on the amateur radio bands using low power transmissions. It was introduced in 2008 by K1JT following the success and widespread adoption of WSJT by the amateur radio community. Stations with Internet access can automatically upload their reception reports to a central database called [http://wsprnet.org/drupal/ WSPRnet], which includes a [http://wsprnet.org/drupal/wsprnet/map mapping facility]
 
|http://physics.princeton.edu/pulsar/K1JT/wspr.html|{{AUR|wspr-svn}}}}
 
|http://physics.princeton.edu/pulsar/K1JT/wspr.html|{{AUR|wspr-svn}}}}
   
 
=== Xastir ===
 
=== Xastir ===
  +
{{App|Xastir|X Amateur Station and Information Reporting の略。アマチュア無線によるリアルタイムの位置情報デジタル通信システムである [[Wikipedia:APRS|APRS]] で使用します。Xastir は APRS のフル機能のクライアントとして使うことができるオープンソースプログラムです。現在は開発途上です。高い柔軟性を持っており様々な方法で設定ができます。例えば、インターネット接続が可能であれば無線機器がなくても評価することができます。xastir.org の wiki には機能と設定について豊富な情報が揃っています。{{pkg|festival}} パッケージをインストールすることで発音機能を利用できます。festival-en や festival-english などの音声パッケージが必要です。使用するときは xastir をビルドする前に festival をインストールしてください。xastir プログラムを起動する前に festival を起動することで発声機能が正しく機能します: {{ic|$ festival --server}}。もしくはスクリプトを書いて起動を自動化することもできます。メディアプレイヤーなど他のプログラムで同時にサウンドにアクセスすると問題が発声します。PKGBUILD は自動的に 850 kB の .wav ファイルをダウンロードして次のディレクトリに配置します: {{Ic|/usr/share/xastir/sounds/}}。festival を必要としない北アメリカの英語話者による音声アラームの録音があります。設定メニューの音声再生コマンド `play' は機能しない場合があります。代わりに `aplay' を試してみてください。|http://www.xastir.org|{{AUR|xastir}}}}
{{App|Xastir|stands for X Amateur Station and Information Reporting. It works with [[Wikipedia:APRS|APRS]], an amateur radio-based system for real time tactical digital communications. Xastir is an open-source program that provides full-featured, client-side access to APRS. It is currently in a state of active development.<br>Xastir is highly flexible and there are a wide variety of ways it can be configured. For example, it can be evaluated without radio hardware if an Internet connection is available. The wiki at xastir.org is very thorough and gives excellent information on its range of capabilities and setup.<br>An optional speech feature can be enabled with the {{pkg|festival}} package; you will also need a speaker package such as festival-en or festival-english. If you want this option, festival must be installed on your system before building xastir. Launch festival before the xastir program is started for speech to function properly:
 
  +
{{bc|$ festival --server}}
 
  +
=== デジタルボイス ===
or you can write a simple script to automate the sequential starting process. There may be problems if other programs such as a media player are accessing sound simultaneously.<br>The PKGBUILD automatically downloads an 850 kB bundle of .wav files and places them here: {{Ic|/usr/share/xastir/sounds/}}.<br>These are audio alarm recordings of a North American English speaker that do not require the presence of festival to render. The audio play command `play' in the configure menu may not work; try `aplay' instead.
 
  +
{{App|FreeDV|HF 無線用のデジタルボイスモードです。フリーでオープンな Codec2 音声コーデックを使って、短波無線通信にうってつけの効率的なナローバンド・低ビットレートの音声通信を実現します。FreeDV モードを使い始めるのに必要なのは FreeDV の GUI アプリケーションを動かしているコンピュータに SSB 無線機を接続することだけです。FreeDV と Codec2 はどちらも Arch Linux では AUR からインストールできます。FreeDV を使うには両方が必要です。|http://freedv.org|{{AUR|freedv}} と {{Pkg|codec2}}}}
|http://www.xastir.org|{{AUR|xastir}}}}
 
   
 
=== 解析ツール ===
 
=== 解析ツール ===
  +
* {{AUR|gpredict}} &ndash; リアルタイムの衛生追跡・軌道予測アプリケーション
* {{AUR|fl_moxgen}} &ndash; Moxon antenna designer
 
* {{AUR|geoid}} &ndash; Geodetic calculator
 
* {{AUR|gpredict}} &ndash; Real-time satellite tracking and orbit prediction application
 
 
* {{AUR|hamsolar}} &ndash; Small desktop display of the current solar indices
 
* {{AUR|hamsolar}} &ndash; Small desktop display of the current solar indices
 
* {{AUR|splat}} &ndash; rf signal propagation, loss, and terrain analysis
 
* {{AUR|splat}} &ndash; rf signal propagation, loss, and terrain analysis
 
* {{AUR|sunclock}} &ndash; Useful for predicting grayline propagation paths
 
* {{AUR|sunclock}} &ndash; Useful for predicting grayline propagation paths
* {{AUR|xnec2c}} &ndash; Electromagnetic antenna modeler
+
* {{AUR|xnec2c}} &ndash; 電磁アンテナモデラー
   
 
=== ロギング ===
 
=== ロギング ===
* {{AUR|cqrlog}} &ndash; a popular Linux logging program
+
* {{AUR|cqrlog-bin}} &ndash; 人気の Linux ロギングプログラム
 
* {{AUR|fdlog}} &ndash; a Field Day Logger with networked nodes
 
* {{AUR|fdlog}} &ndash; a Field Day Logger with networked nodes
* {{AUR|klog}} &ndash; a Ham radio logging program for Linux / KDE.
+
* {{AUR|klog}} &ndash; Linux / KDE 向けのアマチュア無線ロギングプログラム
 
* {{AUR|qle}} &ndash; QSO Logger and log Editor for amateur radio operators written in Perl
 
* {{AUR|qle}} &ndash; QSO Logger and log Editor for amateur radio operators written in Perl
 
* {{AUR|tlf}} &ndash; a console mode networked logging and contest program
 
* {{AUR|tlf}} &ndash; a console mode networked logging and contest program
 
* {{AUR|trustedqsl}} &ndash; QSL application for ARRL's Logbook of the World
 
* {{AUR|trustedqsl}} &ndash; QSL application for ARRL's Logbook of the World
* {{AUR|tucnak2}} &ndash; a multiplatform VHF/HF contest logbook
+
* {{AUR|xlog}} &ndash; アマチュア無線家のためのロギングプログラム。
  +
* {{AUR|yfklog}} &ndash; *nix オペレーティングシステム用の汎用アマチュア無線ログブック。
* {{AUR|xlog}} &ndash; a logging program for amateur radio operators.
 
* {{AUR|yfklog}} &ndash; a general purpose ham radio logbook for *nix operating systems.
+
* {{AUR|yfktest}} &ndash; ハム無線コンテスト用のログブックプログラム。
* {{AUR|yfktest}} &ndash; a logbook program for ham radio contests.
 
   
 
=== ツール ===
 
=== ツール ===
* {{AUR|callsign}} &ndash; a small program for finding information about a ham radio based on his callsign
 
 
* {{AUR|cty}} &ndash; package contains databases of entities (countries), prefixes and callsigns that are used by amateur radio logging software.
 
* {{AUR|cty}} &ndash; package contains databases of entities (countries), prefixes and callsigns that are used by amateur radio logging software.
* {{AUR|dxcc}} &ndash; a small program for determining ARRL DXCC entity of a ham radio callsign
+
* {{AUR|dxcc}} &ndash; ハム無線のコールサインの ARRL DXCC エンティティを確認する小さなプログラム
* {{AUR|nato}} &ndash; Python script to convert string into NATO alphabet representation
 
* {{AUR|tqsllib}} &ndash; Trusted QSL library (supports ARRL Logbook of the World)
 
   
 
=== モールス信号の練習 ===
 
=== モールス信号の練習 ===

2022年4月18日 (月) 15:39時点における最新版

関連記事

アマチュア無線ファン (ハム無線従事者または"ハム"とも) は無線通信の黎明期から実験と発展の最前線を担ってきました。電磁スペクトルの広範囲の周波数で、多種多様な通信方式が使われています。このページでは AUR に入っているアマチュア無線関連のソフトウェアをリストアップしています。単独で動作するソフトウェアもあれば、無線機の接続を必要とするデジタル通信アプリケーションもありますし、中にはコンピュータのサウンドカードを使えるものもあり様々です。インターフェイスとなるハードウェアはメーカーから購入することも、または自作することもできます。

警告: 国際条約ではアマチュア無線のユーザーは国が発行した免許を受けることを必要としています。ただし必要となるのは送信機とアンテナを使う(そして発信する)場合で、アマチュア無線を受信したりアマチュア無線のソフトウェアをダウンロードするだけでは違法になりません。

一般情報

以下のプログラムの多くは送信機の周波数をあわせるのにシリアルポートへのアクセスを必要とします (例: /dev/ttyS0)。そのため、ユーザーを uucp グループに追加しなくてはなりません。ユーザーを uucp グループに追加するには root で次のコマンドを実行します:

# gpasswd -a username uucp

それから一度ログオフして、ログインしなおしてください。

ソフトウェアリスト

  • Hamlib — ハードウェアと無線制御プログラム間のインターフェイスを提供します。無線のコントロールや他のハードウェア (ロギングやデジタルモードなど) を使いやすくするためのソフトウェアレイヤーでありスタンドアロンのアプリケーションではありません。
https://sourceforge.net/projects/hamlib/ || hamlib
  • Soundmodem — 標準的な PC サウンドカードを様々な AX.25 通信モードが利用できるパケット通信モデムのように使えるように Tom Sailer (HB9JNX/AE4WA) によって書かれました。ハードウェアやアプリケーションによりますがデータレートは9600ボーまで高くできます。Soundmodem はシリアルポートの KISS モデムまたは AX.25 ネットワークデバイスとして使うことが可能です。soundmodem を MKISS ネットワークデバイスとして使うには、MKISS モジュールを組み込んでカーネルをリビルドする必要があります。詳しくは Xastir wiki を見て下さい。
soundmodem を root で実行:
# soundmodem
soundmodem を KISS モデムとして設定した場合、ユーザーから読み取れるようにパーミッションを変更する必要があります:
# chmod 666 /dev/soundmodem0
http://www.baycom.org/~tom/ham/soundmodem/ || soundmodemAUR
  • Grig — Hamlib ベースのシンプルな制御プログラム
http://groundstation.sourceforge.net/grig/ || grigAUR
  • gMFSK — 多数のデジタルモードをサポートするユーザーインターフェイス。ロギングに hamlib と xlog を使います。
http://gmfsk.connect.fi || gmfskAUR
  • lysdr — 細かいカスタマイズができる無線インターフェイス
https://github.com/gordonjcp/lysdr || lysdr-gitAUR[リンク切れ: アーカイブ: aur-mirror]
  • linrad — SM5BSZ によるソフトウェア無線
http://www.sm5bsz.com/linuxdsp/linrad.htm || linradAUR
  • quisk — N2ADR によるソフトウェア無線
http://james.ahlstrom.name/quisk/ || quiskAUR
  • owx — Wouxun 無線機をプログラミングするためのコマンドラインユーティリティ
http://owx.chmurka.net || owxAUR
  • fldigi — W1HKJ によって開発された様々なデジタル通信モードが使える人気の GUI
http://w1hkj.com/Fldigi.html || fldigiAUR
  • libfap — APRS パケットパーサー
http://pakettiradio.net/libfap/ || libfapAUR
  • aprx — 軽量な APRS デジピーターと i-Gate インターフェイス
http://wiki.ham.fi/Aprx.en || aprx-svnAUR
  • xdx — ネットワーククライアント
http://www.qsl.net/pg4i/linux/xdx.html || xdxAUR
  • qsstv — 低速度走査テレビジョン
http://users.telenet.be/on4qz/index.html || qsstvAUR
  • linpsk — PSK31
https://sourceforge.net/projects/linpsk/ || linpskAUR
http://wa0eir.bcts.info/ || psk31lxAUR[リンク切れ: アーカイブ: aur-mirror]
  • twpsk — サウンドカードを用いる PSK31 プログラム
http://wa0eir.bcts.info/ || twpskAUR[リンク切れ: アーカイブ: aur-mirror]
  • xpsk31 — PSK31 で GTK+ による GUI を使用
http://www.qsl.net/5b4az/pkg/psk31/xpsk31/xpsk31.html || xpsk31AUR

AX.25

AX.25 — パケット通信ネットワークで広く使われているデータリンク層プロトコル。コネクション型 (例: キーボードからキーボードへの通信, 電子掲示板へのアクセス, DX クラスタ) とコネクションレス型 (例: APRS) の両方が使えます。Linux カーネルは AX.25 ネットワークをネイティブでサポートしています。詳しくは こちらのガイド を参照。以下のソフトウェアが AUR でインストールできます:

http://www.ax25.net/ || 標準カーネルに含まれています。

WSJT

WSJT (Weak Signal Communication by K1JT) — 流星散乱, 電離層散乱, VHF/UHF 帯のEME (月面反射通信), HF 帯の空間波伝播などに最適なプロトコルなどの機能を提供します。WSJT はノーベル物理学賞を受賞したジョゼフ・テイラー (コールサインは K1JT) によって開発されました。流星によって発生した電離電子による一瞬の電波信号の反射をデコードすることができ、最小可聴値以下の 10 dB の信号を解読できます。WSJT は K1JT によって率いられているプログラマーチームによって活発に開発されています。WSJT (と関連プログラムの WSPR) を configure するときは $ ./configure --enable-g95$ ./configure --enable-gfortran のどちらかを選べます。どちらかで問題が発生する場合、PKGBUILD を編集してもう片方の configure を使ってみてください。WSJT はシリアルポートへのアクセス権限を必要とします。上記の一般情報セクションを見てください。

http://www.physics.princeton.edu/pulsar/K1JT/ || wsjt-svnAUR

WSPR

WSPR (Weak Signal Propagation Reporter, pronounced whisper) — enables the probing of propagation paths on the amateur radio bands using low power transmissions. It was introduced in 2008 by K1JT following the success and widespread adoption of WSJT by the amateur radio community. Stations with Internet access can automatically upload their reception reports to a central database called WSPRnet, which includes a mapping facility

http://physics.princeton.edu/pulsar/K1JT/wspr.html || wspr-svnAUR

Xastir

Xastir — X Amateur Station and Information Reporting の略。アマチュア無線によるリアルタイムの位置情報デジタル通信システムである APRS で使用します。Xastir は APRS のフル機能のクライアントとして使うことができるオープンソースプログラムです。現在は開発途上です。高い柔軟性を持っており様々な方法で設定ができます。例えば、インターネット接続が可能であれば無線機器がなくても評価することができます。xastir.org の wiki には機能と設定について豊富な情報が揃っています。festival パッケージをインストールすることで発音機能を利用できます。festival-en や festival-english などの音声パッケージが必要です。使用するときは xastir をビルドする前に festival をインストールしてください。xastir プログラムを起動する前に festival を起動することで発声機能が正しく機能します: $ festival --server。もしくはスクリプトを書いて起動を自動化することもできます。メディアプレイヤーなど他のプログラムで同時にサウンドにアクセスすると問題が発声します。PKGBUILD は自動的に 850 kB の .wav ファイルをダウンロードして次のディレクトリに配置します: /usr/share/xastir/sounds/。festival を必要としない北アメリカの英語話者による音声アラームの録音があります。設定メニューの音声再生コマンド `play' は機能しない場合があります。代わりに `aplay' を試してみてください。

http://www.xastir.org || xastirAUR

デジタルボイス

FreeDV — HF 無線用のデジタルボイスモードです。フリーでオープンな Codec2 音声コーデックを使って、短波無線通信にうってつけの効率的なナローバンド・低ビットレートの音声通信を実現します。FreeDV モードを使い始めるのに必要なのは FreeDV の GUI アプリケーションを動かしているコンピュータに SSB 無線機を接続することだけです。FreeDV と Codec2 はどちらも Arch Linux では AUR からインストールできます。FreeDV を使うには両方が必要です。

http://freedv.org || freedvAURcodec2

解析ツール

  • gpredictAUR – リアルタイムの衛生追跡・軌道予測アプリケーション
  • hamsolarAUR – Small desktop display of the current solar indices
  • splatAUR – rf signal propagation, loss, and terrain analysis
  • sunclockAUR – Useful for predicting grayline propagation paths
  • xnec2cAUR – 電磁アンテナモデラー

ロギング

  • cqrlog-binAUR – 人気の Linux ロギングプログラム
  • fdlogAUR – a Field Day Logger with networked nodes
  • klogAUR – Linux / KDE 向けのアマチュア無線ロギングプログラム
  • qleAUR – QSO Logger and log Editor for amateur radio operators written in Perl
  • tlfAUR – a console mode networked logging and contest program
  • trustedqslAUR – QSL application for ARRL's Logbook of the World
  • xlogAUR – アマチュア無線家のためのロギングプログラム。
  • yfklogAUR – *nix オペレーティングシステム用の汎用アマチュア無線ログブック。
  • yfktestAUR – ハム無線コンテスト用のログブックプログラム。

ツール

  • ctyAUR – package contains databases of entities (countries), prefixes and callsigns that are used by amateur radio logging software.
  • dxccAUR – ハム無線のコールサインの ARRL DXCC エンティティを確認する小さなプログラム

モールス信号の練習

その他

  • cwircAUR – IRC でモールス信号を送信・受信