PhyTrace SDK Specification¶
For the full SDK specification, see the PhyTrace SDK Spec.
Component Architecture¶
┌──────────────────────────────────────────────────┐
│ PhyTrace SDK │
│ │
│ Core SDK │
│ UDM Models · Event Emitters · Validation │
│ Provenance Tagger │
│ │
│ Transport Layer │
│ HTTP · gRPC · MQTT · WebSocket │
│ │
│ Reliability Layer │
│ Edge Buffer · Retry · Backpressure · Batching │
│ │
│ Platform Adapters │
│ ROS2 · Tesla · Simulation · Custom │
└──────────────────────────────────────────────────┘
SDK Language Bindings¶
| Language | Status | Package |
|---|---|---|
| Python | ✅ Available | pip install phytrace-sdk |
| Rust | ✅ Available | cargo add phytrace-sdk |
| C++ | 🔜 Planned | — |
| Go | 🔜 Planned | — |