Skip to main content

Classes and utilities to support Flight Test Instrumentation Ethernet networks

Project description

AcraNetwork

Documentation Status Python App Python Published PyPI PyPI - Downloads

A collection of classes that can be used to decom network or PCM based FTI traffic. This module contains classes to handle various packet formats like, iNetX, IENA, Chapter10, DARv3 (NPD).

It also contains a class to decom data from a SAM/DEC/008

Full documentation is available here https://acranetwork.readthedocs.io/en/latest/

Summary

  • iNetX : Class for packing and unpacking iNetX objects
  • IENA : Class for packing and unpacking IENA objects
  • SimpleEthernet : A simplified set of classes for Ethernet, IP and UDP packets. These are not fully featured is sufficient for the network systems used in the KAM500 networks
  • Pcap : Class and helper methods for reading pcap files
  • Chapter10: Class for chapter10 and chapter11 packets
  • MPEGTS: MpegTransport stream packets

Install

Install using pip

pip install AcraNetwork

Usage

Browse the example folder for some example usage

Testing

pip install pytest coverage
pytest
pytest --doctest-modules AcraNetwork
coverage run -m pytest
coverage html

To Make a Distribution

This can be skipped and let githugb actions do it by tagging as vx.y.z

Then create a release on github

python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html 
pip  install --upgrade pip wheel setuptools twine
rm dist/*
python ./setup.py sdist bdist_wheel --universal sdist
twine upload dist/*

Project details


Release history Release notifications | RSS feed

This version

1.3.9

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

acranetwork-1.3.9.tar.gz (120.7 kB view details)

Uploaded Source

File details

Details for the file acranetwork-1.3.9.tar.gz.

File metadata

  • Download URL: acranetwork-1.3.9.tar.gz
  • Upload date:
  • Size: 120.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for acranetwork-1.3.9.tar.gz
Algorithm Hash digest
SHA256 c6daee4d49544b062239b0f07bafab2ad2a8dd73e7c7b34608d4bb9f9a75beb0
MD5 e4b5ec1ce3db58d769e3cc589d3c7c04
BLAKE2b-256 fa535839471f60df1ca7af8e277cd55892ac2ec86df1965036cd281d45421dad

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page