source:
ammosreader/org/README.md@
d62906b
Last change on this file since d62906b was 9db2d9a, checked in by , 3 years ago | |
---|---|
|
|
File size: 899 bytes |
Rev | Line | |
---|---|---|
[7e96694] | 1 | |
2 | # Table of Contents | |
3 | ||
[9db2d9a] | 4 | 1. [AmmosReader](#org2244bce) |
5 | 2. [Installation](#orge8b118b) | |
6 | 3. [Usage](#orgcea0ee3) | |
7 | 1. [audio\_reader.py](#orgae8ea86) | |
8 | 2. [iqdw\_reader.py](#orge3ddc95) | |
9 | 3. [pdw\_reader.py](#org59847de) | |
[7e96694] | 10 | |
11 | ||
[9db2d9a] | 12 | |
13 | <a id="org2244bce"></a> | |
[7e96694] | 14 | |
15 | # AmmosReader | |
16 | ||
17 | Project containing necessary File- or SocketStream-Reader to read the various datastreams of Ammos | |
18 | ||
19 | ||
[9db2d9a] | 20 | <a id="orge8b118b"></a> |
[7e96694] | 21 | |
22 | # Installation | |
23 | ||
24 | git clone http://gitlab.kid.local/kidzg/ammosreader.git | |
25 | cd ammosreader | |
26 | python3 -m pip install . | |
27 | ||
28 | ||
[9db2d9a] | 29 | <a id="orgcea0ee3"></a> |
[7e96694] | 30 | |
31 | # Usage | |
32 | ||
[9db2d9a] | 33 | The sample\_scripts subdirectory contains multiple scripts. |
[7e96694] | 34 | |
35 | ||
[9db2d9a] | 36 | <a id="orgae8ea86"></a> |
[7e96694] | 37 | |
[9db2d9a] | 38 | ## audio\_reader.py |
[7e96694] | 39 | |
40 | python3 audio_reader.py 'path_to_ammos_file' | |
41 | ||
42 | ||
[9db2d9a] | 43 | <a id="orge3ddc95"></a> |
[7e96694] | 44 | |
[9db2d9a] | 45 | ## iqdw\_reader.py |
[7e96694] | 46 | |
47 | python3 iqdw_reader.py 'path_to_iqdw_file' | |
48 | ||
49 | ||
[9db2d9a] | 50 | <a id="org59847de"></a> |
[7e96694] | 51 | |
[9db2d9a] | 52 | ## pdw\_reader.py |
[7e96694] | 53 | |
54 | python3 pdw_reader.py 'path_to_pdw_file' | |
55 |
Note:
See TracBrowser
for help on using the repository browser.