source: ammosreader/org/README.md@ 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: 961 bytes
RevLine 
[7e96694]1
2# Table of Contents
3
41. [AmmosReader](#org648bc2e)
52. [Installation](#orgac54ade)
63. [Usage](#org7607ab4)
7 1. [audio<sub>reader.py</sub>](#orge8346ca)
8 2. [iqdw<sub>reader.py</sub>](#orga0495eb)
9 3. [pdw<sub>reader.py</sub>](#orga0c748c)
10
11
12<a id="org648bc2e"></a>
13
14# AmmosReader
15
16Project containing necessary File- or SocketStream-Reader to read the various datastreams of Ammos
17
18
19<a id="orgac54ade"></a>
20
21# Installation
22
23 git clone http://gitlab.kid.local/kidzg/ammosreader.git
24 cd ammosreader
25 python3 -m pip install .
26
27
28<a id="org7607ab4"></a>
29
30# Usage
31
32The sample<sub>scripts</sub> subdirectory contains multiple scripts.
33
34
35<a id="orge8346ca"></a>
36
37## audio<sub>reader.py</sub>
38
39 python3 audio_reader.py 'path_to_ammos_file'
40
41
42<a id="orga0495eb"></a>
43
44## iqdw<sub>reader.py</sub>
45
46 python3 iqdw_reader.py 'path_to_iqdw_file'
47
48
49<a id="orga0c748c"></a>
50
51## pdw<sub>reader.py</sub>
52
53 python3 pdw_reader.py 'path_to_pdw_file'
54
Note: See TracBrowser for help on using the repository browser.