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