Metadata-Version: 2.1
Name: ammosreader
Version: 0.1.dev60+g4180d6a.d20220509
Summary: ammosreader: tool to parse R&S Ammos files
Home-page: http://gitlab.kid.local/kidzg/ammosreader
Author: KIDZg
License: UNKNOWN
Project-URL: Source, http://gitlab.kid.local/kidzg/ammosreader
Keywords: metadata
Platform: linux
Classifier: Development Status :: 5 - Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/text
Provides-Extra: testing
License-File: LICENSE


# 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)



<a id="org2244bce"></a>

# AmmosReader

Project containing necessary File- or SocketStream-Reader to read the various datastreams of Ammos


<a id="orge8b118b"></a>

# Installation

    git clone http://gitlab.kid.local/kidzg/ammosreader.git
    cd ammosreader
    python3 -m pip install .


<a id="orgcea0ee3"></a>

# Usage

The sample\_scripts subdirectory contains multiple scripts.


<a id="orgae8ea86"></a>

## audio\_reader.py

    python3 audio_reader.py 'path_to_ammos_file'


<a id="orge3ddc95"></a>

## iqdw\_reader.py

    python3 iqdw_reader.py 'path_to_iqdw_file'


<a id="org59847de"></a>

## pdw\_reader.py

    python3 pdw_reader.py 'path_to_pdw_file'



