Skip to content

pjsg/ftlib-pskreporter

Repository files navigation

This is a systemd service that reads the output from the KA9Q ft_lib when it is decoding FT4 and FT8. It converts this output into data suitable for PSKReporter and submits it.

To install, various files need to be edited and then copied:

  • Add your callsign, locator and antenna to the ft*-pskreporter.conf files
sudo cp ft*conf /etc/radio
sudo cp wspr*conf /etc/radio
sudo cp [email protected] /etc/systemd/system/

By default, the file /etc/radio/*-pskreporter.conf needs to be modified to enter OP's callsign, locator and antenna information. Once that is done, the services can be started:

sudo systemctl start pskreporter@ft4 
sudo systemctl start pskreporter@ft8 
sudo systemctl start pskreporter@wspr 

If this works, then you probably want to do

sudo systemctl enable pskreporter@ft4 
sudo systemctl enable pskreporter@ft8 
sudo systemctl enable pskreporter@wspr 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages