mirror of
https://github.com/km4ack/pi-scripts
synced 2026-08-13 17:52:05 -04:00
Create txgrid2
This commit is contained in:
parent
8441f8c5f9
commit
4649b5c7e6
1 changed files with 15 additions and 0 deletions
15
txgrid2
Normal file
15
txgrid2
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
#script to auto transmit your grid in js8call
|
||||
#be sure js8 is running before using this script
|
||||
#this script should be used in conjunction with
|
||||
#the ruby script setgrid2
|
||||
#to automate the process use a cronjob
|
||||
#HINT: */10 * * * * /paht/to/file/txgrid2
|
||||
#will run the script every 10 minutes
|
||||
#20190420 km4ack
|
||||
|
||||
|
||||
value="\"@ALLCALL GRID <MYGRID12>\""
|
||||
|
||||
printf '{"params": {}, "type": "TX.SEND_MESSAGE", "value": %s}\n' "${value}" | nc -l -u -w 10 2237
|
||||
Loading…
Add table
Add a link
Reference in a new issue