Quicr/libquicr

Implement draft-ietf-moq-transport-04

Closed this issue · 0 comments

Implement all control messages and all object data stream modes.

Refactor libquicr quicr client/server into moq instance that can be used by both server and client. Refactor API to be track based. Abstract in the API much of the work and state that MOQT requires. The client should have simple subscribe and publish track methods to establish data flows.

Ensure metrics continue to work with MOQ implementation.

Create new mod-example client/server programs to show how to use the client APIs for both client and server. Include a date publishing/subscribe implementation in the example.

Update the README for MOQ.