Skip to main content

Crate plato_ship_protocol

Crate plato_ship_protocol 

Source
Expand description

§plato-ship-protocol

Ship Interconnection Protocol — 6-layer trait definitions for the Plato network stack.

Layers (bottom to top):

  1. HarborLayer — direct addressing, peer discovery
  2. TidePoolLayer — async message routing, buffering
  3. CurrentLayer — cross-runtime transport (git-based i2i)
  4. ChannelLayer — simulation ↔ live channel bridging
  5. BeaconLayer — event signaling, observation, trust score emission
  6. ReefLayer — persistence, state handoff, belief serialization

Structs§

ShipStack
A composed stack of all 6 Ship Interconnection Protocol layers.

Traits§

BeaconLayer
Event signaling, observation, and trust score emission.
ChannelLayer
Simulation ↔ live channel bridging.
CurrentLayer
Cross-runtime transport (git-based i2i).
HarborLayer
Direct addressing and peer discovery.
ReefLayer
Persistence, state handoff, and belief serialization.
TidePoolLayer
Async message routing and buffering.