https://github.com/oxidecomputer/transceiver-control
Crate for controlling optical transceivers over the network
https://github.com/oxidecomputer/transceiver-control
Last synced: 11 months ago
JSON representation
Crate for controlling optical transceivers over the network
- Host: GitHub
- URL: https://github.com/oxidecomputer/transceiver-control
- Owner: oxidecomputer
- License: mpl-2.0
- Created: 2022-11-08T23:08:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-08T01:57:31.000Z (12 months ago)
- Last Synced: 2025-07-08T04:20:46.307Z (12 months ago)
- Language: Rust
- Size: 593 KB
- Stars: 8
- Watchers: 16
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Host-to-SP management of network transceivers
This workspace allows managing the optical transceivers on a Sidecar from the
host. It provides a network protocol and a host-side control interface for
making requests of the Service Processor (SP), which in turn uses the I2C
interface that QSFP modules implement to control and monitor the transceivers.
## Crates
- `transceiver-messages`: A `no_std` crate defining the network protocol for
communicating between host and SP.
- `transceiver-controller`: A crate used on the host side, operating as the
controller of a set of transceivers via the SP.
- `transceiver-decode`: Decoding module data, such as vendor or power
information.