From 580a5d9c120839674557503c2293b897ca82a427 Mon Sep 17 00:00:00 2001 From: Andrea Bondavalli <56439183+bondagit@users.noreply.github.com> Date: Sun, 5 Feb 2023 17:28:38 +0100 Subject: [PATCH] Added GitHub workflows status to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bca771c..f73cdde 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ AES67 Linux Daemon is a Linux implementation of AES67 interoperability standard used to distribute and synchronize real time audio over Ethernet. See [https://en.wikipedia.org/wiki/AES67](https://en.wikipedia.org/wiki/AES67) for additional info. +# Status + +![Daemon tests status](https://github.com/bondagit/aes67-linux-daemon/actions/workflows/daemon-tests.yml/badge.svg?branch=master) + +![WebUI release status](https://github.com/bondagit/aes67-linux-daemon/actions/workflows/release.yml/badge.svg) + # Introduction The daemon is a Linux process that uses the [Merging Technologies ALSA RAVENNA/AES67 Driver](https://bitbucket.org/MergingTechnologies/ravenna-alsa-lkm/src/master) to handle PTP synchronization and RTP streams and exposes a REST interface for configuration and status monitoring.