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
Release files for sarp-utils 1.2.15
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sarp_utils-1.2.15.tar.gz | 5.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sarp_utils-1.2.15-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.9 kB
Release files / sarp_utils-1.2.15.tar.gz
| Download URL | sarp_utils-1.2.15.tar.gz |
|---|---|
| Size | 5.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7d9d0a653557a4b329721ed88d75512ddcca62ee89114b90a7ec608606ae1462
|
|
BLAKE2b-256 checksum How to use checksums |
b1be91083d6c21868f6bb40a9b2342a4d5b698fec3aa3ca97c805f625a228d68
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.8
|
Release files / sarp_utils-1.2.15-py3-none-any.whl
| Download URL | sarp_utils-1.2.15-py3-none-any.whl |
|---|---|
| Size | 7.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a9522c527b310b7a435c844ce1511313189b7fe020f655ba0c894d2bf8096aef
|
|
BLAKE2b-256 checksum How to use checksums |
47d68bd7540a705c5492dbb50ab2015750f7eb530bc49cb6c8dfaf08b6a654cb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.8
|