From bfb2fea90d69587d834bc9e3b9c0276880a26d18 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Mon, 26 Oct 2020 19:35:59 +0100 Subject: [PATCH] adds readme --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1af1f5f --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +## dmr-dashboard + +by Dominic Reich OE7DRT + +**This is under development and may not work properly.** Please don't create issues +but create patches and send pull requests. + +### About + +This is a very simple dashboard for **DMR only**. It loops through the logfile of +MMDVMHost and displays the information that you already know from Pi-Star. + +This dashboard is for people that don't know how to code one for theirself. As I'm +not a good programmer there might be still a lot of bugs, but the board works for me +and I do not have high standards to meet - I just want a simple dashboard that I can +also look at from my phone. Otherwise I would rather look into the logs on the command +line. + +### Installation + +Copy all files into your webroot and modify `config.php` to your needs. + +### Licenses + +Some code (Stylesheet) was taken from Pi-Star by Andy Taylor. + +The rest (php) is published using the MIT License. +