| Crates.io | veecle-telemetry-server-protocol |
| lib.rs | veecle-telemetry-server-protocol |
| version | 0.1.0 |
| created_at | 2025-09-16 15:33:27.079094+00 |
| updated_at | 2025-09-16 15:33:27.079094+00 |
| description | Message definition for the WebSocket tracing data protocol |
| homepage | https://veecle.io/ |
| repository | https://github.com/veecle/veecle-os |
| max_upload_size | |
| id | 1841947 |
| size | 15,410 |
Message definition for the WebSocket tracing data protocol.
This crate defines the protocol messages used for communication between the telemetry server and UI. It provides the data structures for serializing and deserializing telemetry data over WebSocket connections.
Note: Most users should depend on the veecle-os crate instead of using this crate directly.
The veecle-os crate re-exports this functionality and provides a more complete API for building Veecle OS applications.
For examples and more detailed usage information, please refer to the repository.