Skip to content

Commit

Permalink
Auto start dump1090 - will fail if only one dongle.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyoung committed Aug 31, 2015
1 parent 0ae7a47 commit e17c0a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions start_stratux.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash

screen -S stratux -d -m /usr/bin/start_uat
screen -S dump1090 -d -m /usr/bin/dump1090 --net --device-index 1
2 changes: 1 addition & 1 deletion start_uat.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

/usr/local/bin/rtl_sdr -f 978000000 -s 2083334 -g 48 - | /usr/bin/dump978 | /usr/bin/gen_gdl90
/usr/local/bin/rtl_sdr -f 978000000 -s 2083334 -g 48 -d 0 - | /usr/bin/dump978 | /usr/bin/gen_gdl90

0 comments on commit e17c0a5

Please sign in to comment.