Skip to main content

Various tools for managing IRIG 106 Chapter 10/11 data

Project description

C10 Tools

Build Status PyPI - License PyPI PyPI - Python Version Docker Cloud Automated build

Various utilities for analyzing and manipulating Irig 106 Chapter 10 data using libirig106-python and pychapter10.

Included Tools

Each tool is self-documenting with the --help flag as in:

c10-stat --help
  • c10-allbus - Switch 1553 format 1 messages to indicate the same bus.
  • c10-copy - Copy a file optionally filtering on channel id or data type.
  • c10-dmp1553 - Print a hex dump of word n for every 1553 message found.
  • c10-dump - Export packet data to file.
  • c10-dump-pcap - Export Ethernet data from a Chapter 10 file to pcap.
  • c10-errcount - Count error flags in 1553 format 1 packets.
  • c10-events - Print recording event packet info.
  • c10-from-pcap - Extract chapter 10 data from a pcap file.
  • c10-grep - Search files/directories for specific data markers
  • c10-reindex - Strip and optionally rebuild index packets for a file.
  • c10-stat - Display packet counts and channel information for a file.
  • c10-timefix - Correct time values in a file.
  • c10-validator - Attempt to recover viable data from a corrupt file.
  • c10-wrap-pcap - Wrap ethernet data from a pcap file as ethernet packets in a chapter 10 file.
  • wireshark_dissector - Lua based wireshark dissector for Chapter 10 data

Installation

Install the latest version with pip:

pip install c10-tools

To install offline from the "full" zip, install the included dependencies and the library with:

pip install dependencies/* .

Choosing Backend Library

By default everything will run with pychapter10. You can improve the performance of pychapter10 by installing cbitstruct pip install cbitstruct. You can also install libirig106-python. To manually select between backends when both are installed, set the LIBRARY environment variable with c10 or i106 as in (for unix):

LIBRARY=c10 c10-stat test.ch10

Running Tests

To run the included sanity tests install dependencies with pip (also included in full zip, see above):

pip install -r requirements.txt

Then run:

pytest test

Building Native Binaries

If the dependencies are installed (see Running Tests) you can compile native executables of the tools with:

python setup.py build_scripts

Project details


Download files

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

Source Distribution

c10-tools-0.1.9.tar.gz (19.0 kB view hashes)

Uploaded Source

Built Distribution

c10_tools-0.1.9-py3-none-any.whl (23.8 kB view hashes)

Uploaded Python 3

Supported by

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