https://github.com/edera-dev
Protect computing workloads with advanced isolation technology.
This repo contains Edera's public protobuf definitions.
These protobufs are published to a buf.build repo here.
You can include these protos in your own buf.yaml like so:
deps:
- buf.build/edera-dev/protectThe folder hierarchy, file naming and package naming schemes follow the Buf style guide.
The Edera control API a Protobuf API exposed locally on each Edera node via a Unix socket.
The Unix socket typically lives at /var/lib/edera/protect/daemon.socket.
For a complete code example of a standalone Edera control API client, including connecting to the socket, issuing command RPCs, and subscribing to event streams, see this Rust crate.