* AmmosReader Project containing necessary File- or SocketStream-Reader to read the various datastreams of Ammos * Installation #+BEGIN_SRC shell git clone http://gitlab.kid.local/kidzg/ammosreader.git cd ammosreader python3 -m pip install . #+END_SRC * Usage The sample_scripts subdirectory contains multiple scripts. ** audio_reader.py #+BEGIN_SRC shell python3 audio_reader.py 'path_to_ammos_file' #+END_SRC ** iqdw_reader.py #+BEGIN_SRC shell python3 iqdw_reader.py 'path_to_iqdw_file' #+END_SRC ** pdw_reader.py #+BEGIN_SRC shell python3 pdw_reader.py 'path_to_pdw_file' #+END_SRC