misb: MISB Standards implementation in Rust

  Implement the entire MISB standard in Rust, with C++ and Python bindings


  Personal Project — Status: In Progress / Under Review

  Sep 2024Columbia, Maryland


Overview

This crate is currently privated due to being under-review by my current employer for intellectual property disclosure. It should be released in the near future.

Many multi-media (streaming) protocols are defined using MISB, which has many partial or incomplete implementations. As a result, I always see industry use slow adaptations of parsing/generating using Python, or incorrect implementation using their own proprietary tools. I have yet to see an exhaustive implementation which is open-source.

The intention here was to open-source the Rust implemenation, and create CPP and Python bindings. Then, industry could reference this single project and contribute to it under a GPL-like license.