# Table of Contents
1.  [AmmosReader](#org2244bce)
2.  [Installation](#orge8b118b)
3.  [Usage](#orgcea0ee3)
    1.  [audio\_reader.py](#orgae8ea86)
    2.  [iqdw\_reader.py](#orge3ddc95)
    3.  [pdw\_reader.py](#org59847de)
# 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 sample\_scripts subdirectory contains multiple scripts.
## audio\_reader.py
    python3 audio_reader.py 'path_to_ammos_file'
## iqdw\_reader.py
    python3 iqdw_reader.py 'path_to_iqdw_file'
## pdw\_reader.py
    python3 pdw_reader.py 'path_to_pdw_file'