@gothenburg-quantum-analytics/orbit-protocol
v0.4.0
Published
Shared types and message definitions for Orbit plugin system
Readme
Orbit Protocol
Shared TypeScript types, message definitions, and binary CAN frame layout constants used by Orbit hosts, runtimes, SDKs, and developer tools.
Installation
npm install @gothenburg-quantum-analytics/orbit-protocolUsage
import type {
CANFrame,
HostMessage,
PluginManifest,
PluginMessage,
} from '@gothenburg-quantum-analytics/orbit-protocol';This package contains definitions only; it does not start a host or plugin runtime.
Documentation
See Getting Started with Orbit Plugin Development for the Helix 2 Plus development workflow.
License
MIT
