Encodes and decodes TSB messages
Project description
### Python library for TSB Taskit Serial Bus (TSB) is a packet protocol for serial data
e.g.: encoder_decoder = TSBEncoderDecoder() tsb_msg = encoder_decoder.encode(0x01, encoder_decoder.TSB_TYPE_TEXT, “Hello, world!”) channel, tsb_type, payload = encoder_decoder.decode(tsb_msg) print(channel, tsb_type, payload)
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
File details
Details for the file tsb_encoder_decoder-1.0.4.tar.gz.
File metadata
- Download URL: tsb_encoder_decoder-1.0.4.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07c985c89e219406615e68f7475fe2087f3bda67eb3db9ca27099d682c9da6bc
|
|
| MD5 |
6d4da84c52d3a879f00c40051fac37d5
|
|
| BLAKE2b-256 |
032369aa8bf177ee88892a0cbb323f5a77e52de9d6c937a69ceee3102aa1b831
|