Skip to main content

A package to encode network communication for SARP

Project description

Codecs for SARP

sarp-utils is a package containing message schema for all networked SARP systems as well as various utilities for SARP software. It will help establish a consistent encoding scheme for all SARP related network communication.

Installation

pip install sarp-utils

Example Usage of Codec Software

from sarp_utils.template_codec import TemplateCodec

telem_item = {"timestamp": 12345, "example_channel_1": 1, "example_channel_2": 2, "example_channel_3": 3}

fill_codec = TemplateCodec()

fill_codec.encode(telem_item)

Expected Output

The expected output will be the encoded version of telem_item

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

sarp_utils-1.2.15.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

sarp_utils-1.2.15-py3-none-any.whl (7.9 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