Remote Operation of a Portable Station - Part 3: Putting It All Together
N.B. The current status of the project is that wfview does not provide a reliable link, because it is intolerant of delayed or out-of-sequence UDP packets. Although the remainder of the project is described using wfview, this may not be the ideal solution. Fixed Location Ensure that Wireguard is running, the iptables rules are in place, and the router port forwarding is configured, as described in Part 2 . Portable Station Portable Station Configuration The Raspberry Pi at the Portable Station requires a copy of Wireguard, and wfview. For Wireguard: sudo apt install wireguard Then take the .conf file provided by the Fixed Location (generated in Part 2), and place it in /etc/wireguard. The command will be something like: sudo mv /Downloads/G0XXX.conf /etc/wireguard/G0XXX.conf For wfview: Follow the download instructions at https://wfview.org/ , using the Raspberry Pi build script included on the downloads page. Connect the Pi to the rig using USB. Some trial-and-error might be need...