Bringing It All Together
Once everything is configured and properly running to your liking, its nice to put everything together in a shell script. Below is the shell script I use for my particular setup. Obviously yours will be different depending on how you have configured WFDlogger and your particular radio.
#!/bin/bash
#
# This starts the Winter Field Day Logger program
# as well as PyWinkeyer
#
# First Start PYwinKeyer
#
cd /home/pi/pywinkeyerserial
./winkeyerserial.py &
#
# Start rigctl in the background
#
rigctld -m 1022 -r /dev/ttyUSB0 -s 4800 &
#
# Start WFDogger
#
cd $HOME
wfdlogger
killall winkeyserial.py rigctld
cd $HOME
exit
patrickdickeyw0pcd says
Is the program updated with the new categories at all?
WB8ERJ says
Hello,
Yes it has been updated with the new categories. Good luck!
— Mike