AcraNetwork


NameAcraNetwork JSON
Version 1.1.6 PyPI version JSON
download
home_pagehttps://github.com/diarmuidcwc/AcraNetwork
SummaryClasses and utilities to support Flight Test Instrumentation Ethernet networks
upload_time2025-01-21 09:22:24
maintainerNone
docs_urlNone
authorDiarmuid Collins
requires_python>=3.7
licenseGNU GPLv3
keywords acra inetx fti iena
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # AcraNetwork 


[![Documentation Status](https://readthedocs.org/projects/acranetwork/badge/?version=latest)](https://acranetwork.readthedocs.io/en/latest/?badge=latest)
![Python App](https://github.com/diarmuidcwc/AcraNetwork/actions/workflows/python-app.yml/badge.svg)
![Python Published](https://github.com/diarmuidcwc/AcraNetwork/actions/workflows/python-publish.yml/badge.svg)
![PyPI](https://img.shields.io/pypi/v/AcraNetwork?label=pypi%20package)
![PyPI - Downloads](https://img.shields.io/pypi/dm/AcraNetwork)

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

```shell
pip install AcraNetwork
```

## Usage

Browse the example folder for some example usage


## Testing

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

## To Make a Distribution

```shell
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/*
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/diarmuidcwc/AcraNetwork",
    "name": "AcraNetwork",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "ACRA, iNetX, FTI, IENA",
    "author": "Diarmuid Collins",
    "author_email": "dcollins@curtisswright.com",
    "download_url": "https://files.pythonhosted.org/packages/16/69/f54933329d1daf07a2e4aa28f08fa47d0f4fb8f771693ff22ad5a2f6a7be/acranetwork-1.1.6.tar.gz",
    "platform": null,
    "description": "# AcraNetwork \n\n\n[![Documentation Status](https://readthedocs.org/projects/acranetwork/badge/?version=latest)](https://acranetwork.readthedocs.io/en/latest/?badge=latest)\n![Python App](https://github.com/diarmuidcwc/AcraNetwork/actions/workflows/python-app.yml/badge.svg)\n![Python Published](https://github.com/diarmuidcwc/AcraNetwork/actions/workflows/python-publish.yml/badge.svg)\n![PyPI](https://img.shields.io/pypi/v/AcraNetwork?label=pypi%20package)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/AcraNetwork)\n\nA 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).\n\nIt also contains a class to decom data from a SAM/DEC/008\n\nFull documentation is available here https://acranetwork.readthedocs.io/en/latest/\n\n## Summary\n\n* iNetX : Class for packing and unpacking iNetX objects\n* IENA  : Class for packing and unpacking IENA objects\n* 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\n* Pcap : Class and helper methods for reading pcap files\n* Chapter10: Class for chapter10 and chapter11 packets\n* MPEGTS: MpegTransport stream packets\n\n\n## Install\n\nInstall using pip\n\n```shell\npip install AcraNetwork\n```\n\n## Usage\n\nBrowse the example folder for some example usage\n\n\n## Testing\n\n```shell\npip install pytest coverage\npytest\npytest --doctest-modules AcraNetwork\ncoverage run -m pytest\ncoverage html\n```\n\n## To Make a Distribution\n\n```shell\npython -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html \npip  install --upgrade pip wheel setuptools twine\nrm dist/*\npython ./setup.py sdist bdist_wheel --universal sdist\ntwine upload dist/*\n```\n",
    "bugtrack_url": null,
    "license": "GNU GPLv3",
    "summary": "Classes and utilities to support Flight Test Instrumentation Ethernet networks",
    "version": "1.1.6",
    "project_urls": {
        "Homepage": "https://github.com/diarmuidcwc/AcraNetwork"
    },
    "split_keywords": [
        "acra",
        " inetx",
        " fti",
        " iena"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "139dd58c4c7c035606be466dea7b6998bd34e1d7192e843cd6a8d923b56c5a56",
                "md5": "c41d9bfa7f8d73f458c1c7956ccb4bd8",
                "sha256": "71a5557e38de2ba397067ed66e21520b178382e5bbacf92d983a8d5c3425aa06"
            },
            "downloads": -1,
            "filename": "AcraNetwork-1.1.6-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c41d9bfa7f8d73f458c1c7956ccb4bd8",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 135111,
            "upload_time": "2025-01-21T09:22:22",
            "upload_time_iso_8601": "2025-01-21T09:22:22.628518Z",
            "url": "https://files.pythonhosted.org/packages/13/9d/d58c4c7c035606be466dea7b6998bd34e1d7192e843cd6a8d923b56c5a56/AcraNetwork-1.1.6-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1669f54933329d1daf07a2e4aa28f08fa47d0f4fb8f771693ff22ad5a2f6a7be",
                "md5": "421be8f760a50be4adc9ae8aefeb7f72",
                "sha256": "170a9a95ea8ffea9598cef1e0ce24290a9dd710c5d1a756fdf16364552c21b36"
            },
            "downloads": -1,
            "filename": "acranetwork-1.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "421be8f760a50be4adc9ae8aefeb7f72",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 99685,
            "upload_time": "2025-01-21T09:22:24",
            "upload_time_iso_8601": "2025-01-21T09:22:24.233826Z",
            "url": "https://files.pythonhosted.org/packages/16/69/f54933329d1daf07a2e4aa28f08fa47d0f4fb8f771693ff22ad5a2f6a7be/acranetwork-1.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-21 09:22:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "diarmuidcwc",
    "github_project": "AcraNetwork",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "lcname": "acranetwork"
}
        
Elapsed time: 1.80942s