/
Proof of Concept - Encode/Decode Bytes Functions
Proof of Concept - Encode/Decode Bytes Functions
Link to functions in IMACS repository (encode-decode-bytes branch)
encode.py (encoding function)
receives a message – of type string – as a parameter and encodes it into space-separated hexadecimal values.
the encoded value is joined with other relevant information (temporarily hardcoded) included from the Array of Bytes documentation found in Ground-Side-Telemetry
decode.py (decoding function)
recevies and paritions and an encoded message – passed as string – and a integer base (defaulted at 16)
relevant information (e.g message length, frame type, etc.) are extracted, decoded, and stored in a dictionary
res
to be returned at the end of the function
, multiple selections available,
Related content
Communication & Message Formats
Communication & Message Formats
More like this
telemetry meeting minutes 7-16
telemetry meeting minutes 7-16
More like this
MAVLink Decoder & Encoder Docs
MAVLink Decoder & Encoder Docs
More like this
Wireshark Capture
Wireshark Capture
More like this
Ground-Jetson Comms Implementation
Ground-Jetson Comms Implementation
More like this
Streaming Protocol and Codec Decision Matrix
Streaming Protocol and Codec Decision Matrix
More like this