SEDSnet 4.0.0

A memory safe, no_std-capable networking stack with routing, discovery, reliability, and Rust/C/Python bindings.
Documentation
{
  "endpoints": [
    {
      "rust": "SoftwareBus",
      "name": "SOFTWARE_BUS",
      "doc": "Link-local software bus endpoint for IPC between local processes."
    }
  ],
  "types": [
    {
      "rust": "IpcMessage",
      "name": "IPC_MESSAGE",
      "doc": "Link-local IPC message payload for the software bus.",
      "class": "Data",
      "element": {
        "kind": "Dynamic",
        "data_type": "String"
      },
      "endpoints": [
        "SoftwareBus"
      ]
    }
  ]
}