10个版本
0.1.9 | 2024年4月20日 |
---|---|
0.1.8 | 2024年3月31日 |
#15 in #radio
每月 22 次下载
24KB
565 行
AGW库
Rust库,用于与如Direwolf进行AGW通信
https://github.com/ThomasHabets/agw
示例用法
使用ICom 9700的示例设置
1. 运行rigctld
$ rigctld -m 3081 -r /dev/ttyUSB0 -s 19200
3. 启动direwolf
$ cat > direwolf.conf
ADEVICE pulse
PTT RIG 2 127.0.0.1:4532
CHANNEL 0
MYCALL M0QQQ-8
AGWPORT 8010
KISSPORT 8011
MODEM 1200
^D
$ direwolf -d a -p -t 0 -c direwolf.conf
4. 运行AGW应用
$ cargo build --example term
$ ./target/debug/examples/term -l blah.log -v 4 M0QQQ-3 GB7CIP
贡献
欢迎Pull请求
请在使用时启用pre-commit
(cd .git/hooks && ln -s ../../extra/pre-commit)
链接
依赖项
~220KB