From 3cdf1c9448f8481e395200c1b4480d176f372cf7 Mon Sep 17 00:00:00 2001 From: Michael Cardell Widerkrantz Date: Sun, 23 Oct 2016 18:42:35 +0200 Subject: [PATCH] Explanation on what this project does. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ba96a97 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# birdwatcher + +birdwatcher is a small HTTP server meant to provide an API defined by +Barry O'Donovan's +[birds-eye](https://github.com/inex/birds-eye-design/) to +[the BIRD routing daemon](http://bird.network.cz/). + +In the background it (doesn't yet) runs the `birdc` client and sends +commands and parses the result.