From e4ad97bf3fa59dc7c4e13db49473a1f605ad5bd6 Mon Sep 17 00:00:00 2001 From: Renan Dincer Date: Wed, 15 Apr 2026 12:57:06 -0400 Subject: [PATCH] add note about example applications in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7b7e66a3..6f1af0bf 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ An implementation of the Media over QUIC Transport (MoQT) protocol for live medi This codebase was originally created by [Luke Curley (@kixelated)](https://github.com/kixelated). [Mike English (@englishm)](https://github.com/englishm) contributed to early design and has maintained this IETF-aligned fork. The project is now maintained by Cloudflare. The implementation targets [draft-ietf-moq-transport-14](https://datatracker.ietf.org/doc/draft-ietf-moq-transport/14/). +> **Note:** This repository includes example client and server applications (moq-pub, moq-sub, moq-clock-ietf, moq-relay-ietf) intended to demonstrate usage of the moq-transport library. These are meant for testing and development purposes and have not been optimized for production use. + ## Protocol Support The `main` branch targets **draft-14** of the MoQT specification. For draft-07 compatibility (used in [Cloudflare's current production deployment](https://developers.cloudflare.com/moq/)), see the [`draft-ietf-moq-transport-07`](https://github.com/cloudflare/moq-rs/tree/draft-ietf-moq-transport-07) branch.