Skip to content

Conversation

embediver
Copy link
Collaborator

Implementation of a baremetal mctp router that uses the available types from mctp-estack.

The router currently only supports a single transport binding (so no real routing/bridge functionality).
The mctp-rs blocking traits for requests and listeners are not implemented right now since that is difficult without any runtime.

@embediver embediver requested a review from leongross September 3, 2025 16:54
@embediver embediver self-assigned this Sep 3, 2025
edition = "2024"

[dependencies]
mctp-estack = { git = "https://github.com/9elements/mctp-rs.git", branch = "embassy-feature", default-features = false, features = ["log"] }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add this to the Cargo.toml of the workspace.

@embediver
Copy link
Collaborator Author

Closing this in favor of OpenPRoT/mctp-lib#3.

@embediver embediver closed this Sep 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants