source: ammosreader/org/README.org@ 7e96694

AmmosSource guix
Last change on this file since 7e96694 was 7e96694, checked in by Enrico Schwass <ennoausberlin@…>, 3 years ago

docs updated

  • Property mode set to 100644
File size: 597 bytes
Line 
1* AmmosReader
2
3Project containing necessary File- or SocketStream-Reader to read the various datastreams of Ammos
4
5* Installation
6
7#+BEGIN_SRC shell
8git clone http://gitlab.kid.local/kidzg/ammosreader.git
9cd ammosreader
10python3 -m pip install .
11#+END_SRC
12
13* Usage
14
15The sample_scripts subdirectory contains multiple scripts.
16
17** audio_reader.py
18
19#+BEGIN_SRC shell
20python3 audio_reader.py 'path_to_ammos_file'
21#+END_SRC
22
23** iqdw_reader.py
24
25#+BEGIN_SRC shell
26python3 iqdw_reader.py 'path_to_iqdw_file'
27#+END_SRC
28
29** pdw_reader.py
30
31#+BEGIN_SRC shell
32python3 pdw_reader.py 'path_to_pdw_file'
33#+END_SRC
Note: See TracBrowser for help on using the repository browser.