Versions in this module Expand all Collapse all v0 v0.2.0 Jan 3, 2026 Changes in this version + func CyNetworkToConfig(cyNet protocol.CyNetwork) config.EntityConfig + func StateToCyNetwork(ns state.NetworkState) protocol.CyNetwork + type Frame struct + ConfigHash string + Cycle int + Edges []FrameEdge + InFlight int + Nodes []FrameNode + Paused bool + Stats interface{} + type FrameEdge struct + Backpressured bool + BandwidthLimit int + Label string + Latency int + PipelineStages []PipelineStage + Source string + Target string + type FrameNode struct + Capabilities []string + DownstreamBackpressure bool + ID string + InQueueBackpressure bool + Label string + OutQueueBackpressure bool + Payload interface{} + Queues []FrameQueue + Type string + type FramePacket struct + Cycle int + ID string + Info string + type FrameQueue struct + Capacity int + Length int + Name string + Packets []FramePacket + type PipelineStage struct + PacketCount int + StageIndex int v0.0.3 Dec 24, 2025 Changes in this version + var VisualizationMode = "ascii" + type Visualizable interface + GetVisualState func() string