-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: CLI option for PiCW #5
Comments
As a quick hack, I wrote a shell script that writes PiCW actions specified on the command line to standard output.
I think you can control the keyer by piping this output to PiCW.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Another thought.... I'd like to be able to maybe do some PiCW stuff from a web page. To do that, I think that having a CLI of some sort for PiCW would be nice to have available. Something like:
PiCW --speed=15 --cmd=kb --data="cq cq cq de ka5ojd"
or
PiCW --speed=10 --cmd=xmit --data="/var/www/html/morse_code/cq_cq.cw"
Having this cli would let me have a web page to do a GUI interface with clickable buttons or access my rig from a different room in my home or my laptop.
The text was updated successfully, but these errors were encountered: