From c1e302fce37e033d75452a1353731e0532898616 Mon Sep 17 00:00:00 2001 From: Geno Date: Fri, 3 Mar 2017 10:57:38 +0100 Subject: [PATCH] Update README.md to yanic #27 --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 38caea1..31af6c8 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,25 @@ -# Respond Collector +# Yanic +``` +__ __ _ +\ \ / /_ _ _ __ (_) ___ + \ V / _` | '_ \| |/ __| + | | (_| | | | | | (__ + |_|\__,_|_| |_|_|\___| +Yet another node info collector +``` +(previously [respond-collector](https://github.com/FreifunkBremen/respond-collector)) [![Build Status](https://travis-ci.org/FreifunkBremen/respond-collector.svg?branch=master)](https://travis-ci.org/FreifunkBremen/respond-collector) [![Coverage Status](https://coveralls.io/repos/github/FreifunkBremen/respond-collector/badge.svg?branch=master)](https://coveralls.io/github/FreifunkBremen/respond-collector?branch=master) -`respond-collector` is a respondd client that fetches, stores and publishes information about a Freifunk network. The goals: +`yanic` is a respondd client that fetches, stores and publishes information about a Freifunk network. The goals: * Generating JSON for [Meshviewer](https://github.com/ffrgb/meshviewer) * Storing statistics in [InfluxDB](https://influxdata.com/) to be analyzed by [Grafana](http://grafana.org/) * Provide a little webserver for a standalone installation with a meshviewer ## Usage ``` -Usage of ./respond-collector: +Usage of ./yanic: -config path/to/config.toml ``` ## Configuration