From 1cef925f5b0aaa2e01d0e152f81ecbc6fda484f7 Mon Sep 17 00:00:00 2001 From: Andrea Bondavalli <56439183+bondagit@users.noreply.github.com> Date: Thu, 6 Feb 2020 21:05:07 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a046adc..8d4f44e 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,11 @@ The daemon uses the following open source: This directory contains the AES67 daemon source code. The daemon can be cross-compiled for multiple platforms and implements the following functionalities: -* communication and configuration with the ALSA RAVENNA/AES67 driver via netlink -* HTTP REST API for control and configuration +* control and configuration of up to 64 sources and sinks using the ALSA RAVENNA/AES67 driver via netlink * session handling and SDP parsing and creation +* HTTP REST API for control and configuration * SAP discovery protocol implementation -* IGMP handling for SAP and RTP sessions +* IGMP handling for SAP, RTP and PTP multicast traffic The directory also contains the daemon regression tests in the [tests](daemon/tests) subdirectory. To run daemon tests install the ALSA RAVENNA/AES67 kernel module enter the [tests](daemon/tests) subdirectory and run *./daemon-test -l all*