Skip to the content.

Protocol Model

[TOC]


⚠️ This document is incomplete. It was never finalized and contains placeholder text (TBD, ???, “blablabla”). The protocol model is fully described in the code: see src/mmt_core/private_include/packet_processing.h:352 (protocol_struct) and sdk/include/plugin_defs.h (plugin interface).

What is a Protocol

In MMT, a protocol is represented by protocol_t (protocol_struct):

See Add New Protocol for the workflow to register a new protocol.