Crates.io | agw |
lib.rs | agw |
version | 0.1.9 |
source | src |
created_at | 2024-03-23 10:46:50.081844 |
updated_at | 2024-04-20 22:42:41.717462 |
description | AGW protocol implementation |
homepage | |
repository | https://github.com/ThomasHabets/agw |
max_upload_size | |
id | 1183467 |
size | 66,419 |
Rust library for speaking AGW with e.g. Direwolf
https://github.com/ThomasHabets/agw
Example setup with ICom 9700
$ rigctld -m 3081 -r /dev/ttyUSB0 -s 19200
$ 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
$ cargo build --example term
$ ./target/debug/examples/term -l blah.log -v 4 M0QQQ-3 GB7CIP
Pull requests welcome!
Please enable the pre-commit when developing:
(cd .git/hooks && ln -s ../../extra/pre-commit)