# Table of Contents 1. [AmmosReader](#org648bc2e) 2. [Installation](#orgac54ade) 3. [Usage](#org7607ab4) 1. [audioreader.py](#orge8346ca) 2. [iqdwreader.py](#orga0495eb) 3. [pdwreader.py](#orga0c748c) # AmmosReader Project containing necessary File- or SocketStream-Reader to read the various datastreams of Ammos # Installation git clone http://gitlab.kid.local/kidzg/ammosreader.git cd ammosreader python3 -m pip install . # Usage The samplescripts subdirectory contains multiple scripts. ## audioreader.py python3 audio_reader.py 'path_to_ammos_file' ## iqdwreader.py python3 iqdw_reader.py 'path_to_iqdw_file' ## pdwreader.py python3 pdw_reader.py 'path_to_pdw_file'