cfs-tools / cfs-basecamp

Provides a framework and tools for developing, downloading, and integrating core Flight System (cFS) applications into an operational system.
Other
25 stars 3 forks source link

Add new functions to osk_c_fw's pkt_util convert between binary and 'text hex' representations #8

Closed dmccomas closed 1 year ago

dmccomas commented 1 year ago

The MQTT Gateway app needs to be able to encode binary data as 'text hex' and to decode 'text hex' back to binary. This will allow remote telemetry packets to be transferred using an MQTT broker.