Now you can run ardopcf and leave it running (or use systemd)
1
2
3
# Note: The default alsa port it'll use is: ARDOP (in ~/.asoundrc)# Note: The default port it listens on is 8515, which is what Pat uses by defaultardopcf
You can also find RMS relay stations using ardop via:
1
2
3
# Note: This will cache locally at ~/.wl2k/rmslist.json, refresh with force# Note: Using -s will sort by distance from your location, so look for ones at the top :)pat rmslist -s -m ardop --force-download
Just to clarify, this project now (as of 2024) recommends ardopcf from
https://github.com/pflarue/ardop. Previously it documented using
ardopc from
John Wiseman (which used a binary named ardopc).
You might need to change references from ardopc to ardopcf (for example
if you’re using a systemd unit file)
When connecting to RMS reflectors, there are center and dial frequencies.
I’ve read the Winlink FAQ and
it really seems to tell you to use the center frequency. That being said, I
think you should use the dial frequency. The fact that pat takes the
time to formulate the connection string off the dial makes sense… and I’ve
tried to connect to both - and I use the dial frequency :)
# Bring up the devicesudo systemctl start ax25
# Check status/error logsudo systemctl status ax25 -l
# (optional) Enable the AX.25 interface on startupsudo systemctl enable ax25
# Bring down the interfacesudo systemctl stop ax25