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