From 34897e2ee34bee5fa7cd1298b7c56470ab45a19d Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Fri, 11 Mar 2016 15:41:22 -0800 Subject: [PATCH] Initial doc --- sinks/sourcestats/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sinks/sourcestats/README.md diff --git a/sinks/sourcestats/README.md b/sinks/sourcestats/README.md new file mode 100644 index 0000000..da575a7 --- /dev/null +++ b/sinks/sourcestats/README.md @@ -0,0 +1,9 @@ +## Overview + +sourcestats takes an ADS-B feed and periodically outputs statistics on message and clock rate (written in Python) + +These statistics will appear in the adsbus logs. + +## Use + +Pass `--exec-send=json=/path/to/sourcestats.py` to [adsbus](../../adsbus/).