- Timestamp:
- 05/04/22 14:40:15 (3 years ago)
- Branches:
- AmmosSource, guix
- Children:
- e3e89c2
- Parents:
- 7e96694
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.md
-
Property mode
changed from
120000
to100644
r7e96694 r9db2d9a 1 ./org/README.md 1 2 # Table of Contents 3 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) 10 11 12 13 <a id="org2244bce"></a> 14 15 # AmmosReader 16 17 Project containing necessary File- or SocketStream-Reader to read the various datastreams of Ammos 18 19 20 <a id="orge8b118b"></a> 21 22 # Installation 23 24 git clone http://gitlab.kid.local/kidzg/ammosreader.git 25 cd ammosreader 26 python3 -m pip install . 27 28 29 <a id="orgcea0ee3"></a> 30 31 # Usage 32 33 The sample\_scripts subdirectory contains multiple scripts. 34 35 36 <a id="orgae8ea86"></a> 37 38 ## audio\_reader.py 39 40 python3 audio_reader.py 'path_to_ammos_file' 41 42 43 <a id="orge3ddc95"></a> 44 45 ## iqdw\_reader.py 46 47 python3 iqdw_reader.py 'path_to_iqdw_file' 48 49 50 <a id="org59847de"></a> 51 52 ## pdw\_reader.py 53 54 python3 pdw_reader.py 'path_to_pdw_file' 55 -
Property mode
changed from
Note:
See TracChangeset
for help on using the changeset viewer.