mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-29 02:30:16 +00:00
homemade AIS receiver with OpenCPN
(see https://www.reddit.com/r/RTLSDR/comments/1mcikt/for_the_nautical_set_rtlsdr_with_grais_and_opencpn/)
This commit is contained in:
parent
5c9f6902f0
commit
7db2a0b026
3 changed files with 18 additions and 0 deletions
|
|
@ -1,8 +1,17 @@
|
|||
---
|
||||
- name: Install Viking
|
||||
pacman: name=viking state=present
|
||||
tags:
|
||||
- mapping
|
||||
|
||||
- name: Install gpxpy
|
||||
aur: name=python-gpxpy user={{ user.name }}
|
||||
tags:
|
||||
- aur
|
||||
- mapping
|
||||
|
||||
- name: Install OpenCPN
|
||||
aur: name=opencpn-git user={{ user.name }}
|
||||
tags:
|
||||
- aur
|
||||
- mapping
|
||||
|
|
|
|||
|
|
@ -39,3 +39,6 @@
|
|||
|
||||
- name: Add user to wireshark group
|
||||
user: name={{ user.name }} groups=wireshark append=yes
|
||||
|
||||
- name: Install socat
|
||||
pacman: name=socat state=present
|
||||
|
|
|
|||
|
|
@ -15,3 +15,9 @@
|
|||
tags:
|
||||
- aur
|
||||
- radio
|
||||
|
||||
- name: Install gr-ais-git
|
||||
aur: name=gr-ais-git user={{ user.name }}
|
||||
tags:
|
||||
- aur
|
||||
- radio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue