Skip to content

RLNC (via SHM) Helpers/Utils #148

Description

@alexanderbez

Now that we have RLNC's API exposed over a shared memory boundary, there are essentially two things needed for any repo, project or tool to utilize/call RLNC APIs:

  1. Pull and compile the RLNC proto types via Buf's schema registry (BSR). Ref
  2. Create a SHM wrapper to execute requests and read responses. Ref

We now have done this twice in both mump2p v1 (optimum-p2p) and mump2p v2 (mump2p-protocol) and we'll need to do it again for DeRAM eventually.

This is a codesmell as we're essentially duplicating the same thing over and over.

Instead, let's define everything in optimum-common (under pkg/shm and pkg/rlncpb) and have upstream tools/repos use a single source for anything related to calling RLNC via SHM.

cc @hpsing @swarna1101

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions