AmmosSource
guix
|
Last change
on this file since 09b290d was 9db2d9a, checked in by Enrico Schwass <ennoausberlin@…>, 4 years ago |
|
README fixed
|
-
Property mode
set to
100644
|
|
File size:
615 bytes
|
| Line | |
|---|
| 1 | #+OPTIONS: ^:nil
|
|---|
| 2 |
|
|---|
| 3 | * AmmosReader
|
|---|
| 4 |
|
|---|
| 5 | Project containing necessary File- or SocketStream-Reader to read the various datastreams of Ammos
|
|---|
| 6 |
|
|---|
| 7 | * Installation
|
|---|
| 8 |
|
|---|
| 9 | #+BEGIN_SRC shell
|
|---|
| 10 | git clone http://gitlab.kid.local/kidzg/ammosreader.git
|
|---|
| 11 | cd ammosreader
|
|---|
| 12 | python3 -m pip install .
|
|---|
| 13 | #+END_SRC
|
|---|
| 14 |
|
|---|
| 15 | * Usage
|
|---|
| 16 |
|
|---|
| 17 | The sample_scripts subdirectory contains multiple scripts.
|
|---|
| 18 |
|
|---|
| 19 | ** audio_reader.py
|
|---|
| 20 |
|
|---|
| 21 | #+BEGIN_SRC shell
|
|---|
| 22 | python3 audio_reader.py 'path_to_ammos_file'
|
|---|
| 23 | #+END_SRC
|
|---|
| 24 |
|
|---|
| 25 | ** iqdw_reader.py
|
|---|
| 26 |
|
|---|
| 27 | #+BEGIN_SRC shell
|
|---|
| 28 | python3 iqdw_reader.py 'path_to_iqdw_file'
|
|---|
| 29 | #+END_SRC
|
|---|
| 30 |
|
|---|
| 31 | ** pdw_reader.py
|
|---|
| 32 |
|
|---|
| 33 | #+BEGIN_SRC shell
|
|---|
| 34 | python3 pdw_reader.py 'path_to_pdw_file'
|
|---|
| 35 | #+END_SRC
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.