Re: Recording your QSO's as an MP3 file
My DMR work is considerably more automated but that involves databases and tons more programming beyond simple scripting. My primary Allstar node is also in the cloud. For that node I simply run the command on demand using something such as SSH button on an Android device. Press the button on the phone, the SSH command of "sudo bash /home/repeater/moveconvert.sh" will execute. Another thing you could do easily is to setup a cron job to execute the moveconvert.sh script every 60 seconds automatically. A third thing you could do is add a couple lines at the end of the script, one line of sleep 60 and the final line to say sudo bash /home/repeater/moveconvert.sh which would start the script again after sleeping 60 seconds. The final option is really only good for testing as once you close that terminal session the script essentially is killed as well. For true automation look toward cron. For just simple manual processing use an Android to SSH command option. If you need help, I would be happy to offer it. 73's Jae
On Mon, Jul 22, 2019, 4:21 PM mark rosenberg <4x1ks.mark@...> wrote:
|
|