Merge pull request #16 from jshuping/radio_progs

add basic ham radio stuff. Fixes #7
This commit is contained in:
Peter Hogg 2016-02-12 12:55:50 -08:00
commit a03f170dc1
4 changed files with 65 additions and 2 deletions

View file

@ -1,5 +1,18 @@
---
- name: Install CHIRP
aur: name=chirp user={{ user.name }}
- name: Install GNUradio
pacman: name=gnuradio state=present
tags:
- radio
- name: Install hamlib
aur: name={{ item }} user={{ user.name }}
with_items:
- perl-opcodes
- hamlib
tags:
- aur
- radio
- include: rtl-sdr.yml
- include: radio_mgmt.yml
- include: radio_ops.yml

View file

@ -0,0 +1,6 @@
---
- name: Install CHIRP
aur: name=chirp user={{ user.name }}
tags:
- aur
- radio

View file

@ -0,0 +1,27 @@
---
- name: Install fldigi
aur: name={{ item }} user={{ user.name }}
with_items:
- cty
- fldigi
tags:
- aur
- radio
- name: Install wsjtx
aur: name={{ item }} user={{ user.name }}
with_items:
- kvasd-bin
- wsjtx
tags:
- aur
- radio
- name: Install tucnak3
aur: name={{ item }} user={{ user.name }}
with_items:
- libzia3
- tucnak3
tags:
- aur
- radio

View file

@ -0,0 +1,17 @@
---
- name: Install rtl-sdr-git
aur: name=rtl-sdr-git user={{ user.name }}
tags:
- aur
- radio
- name: Install gr-osmosdr-git
aur: name={{ item }} user={{ user.name }}
with_items:
- libmirisdr-git
- libosmosdr-git
- airspy-git
- gr-osmosdr-git
tags:
- aur
- radio