From af810c6ee5dcbadf9d085dfd08cf052adfd7fc42 Mon Sep 17 00:00:00 2001 From: Matthew Cotton Date: Thu, 25 Jan 2024 11:41:21 +1100 Subject: [PATCH] Adding small references to Common and SS_Test. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4546e864..a4e5c032 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,12 @@ The Pixel Streaming Infrastructure contains reference implementations for all th - A signalling web server, called Cirrus, found in [`SignallingWebServer/`](SignallingWebServer/). - An SFU (Selective Forwarding Unit), found in [`SFU/`](SFU/). - A matchmaker, found in [`Matchmaker/`](Matchmaker/). +- A common library for frontend applications, found in [`Common/`](Common/). - Several frontend projects for the WebRTC player and input, found in [`Frontend/`](Frontend/): - shared libraries for [communication](Frontend/library/) and [UI](Frontend/ui-library/) functionality - separate [implementations](Frontend/implementations/) using different techologies such as TypeScript or React/JSX - - For detailed information, see the [/frontend](/Frontend/). + - For detailed information, see the [/frontend](/Frontend/). +- A signalling protocol test application that validates implementations of the signalling protocol, found in [`SS_Test/`](SS_Test/). ## Releases We release a number of different components under this repository, specifically: