Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/libevp-app-sdk/sdkrpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ SPDX-License-Identifier: Apache-2.0
This implements a simple record exchange protocol used
by CONFIG_EVP_SDK_SOCKET.

The client is a part of [evpmodulesdk](../evpmodulesdk).
The client is a part of [libevp-app-sdk](..).

The server is a part of the evp agent, [sdk_worker.c](../sdk_worker.c).
The server is a part of the evp agent, [sdk_worker.c](../../libevp-agent/sdk_worker.c).

## Protocol

Expand All @@ -28,6 +28,6 @@ To avoid a deadlock, it's the responsibility of the client to drain
the receive buffer even when it would be blocked on the send buffer.

Each record is a flatbuffers-encoded binary, prepended by
[struct record_hdr](record_hdr.h).
[struct record_hdr](../../../include/internal/record_hdr.h).

You can find the flatbuffers schema at [sdk.fbs](../sdkenc/sdk.fbs).
You can find the flatbuffers schema at [sdk.fbs](../../sdkenc/sdk.fbs).