diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-07-21 16:50:21 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-07-21 16:50:21 +0200 |
commit | 2967d5a3502a0215faefa91745b1e8cd14471193 (patch) | |
tree | 44c945d828bbf0b54f1d57ba35ae100d75607f66 /etisnoop-stat-server | |
parent | a861ec324c8c2edd5312a7b5a35447e00aa464f0 (diff) | |
download | mmbtools-aux-2967d5a3502a0215faefa91745b1e8cd14471193.tar.gz mmbtools-aux-2967d5a3502a0215faefa91745b1e8cd14471193.tar.bz2 mmbtools-aux-2967d5a3502a0215faefa91745b1e8cd14471193.zip |
Add README for etisnoop-stat-server
Diffstat (limited to 'etisnoop-stat-server')
-rw-r--r-- | etisnoop-stat-server/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etisnoop-stat-server/README.md b/etisnoop-stat-server/README.md new file mode 100644 index 0000000..5c1f17a --- /dev/null +++ b/etisnoop-stat-server/README.md @@ -0,0 +1,6 @@ +This folder contains a prototype for a statistics webpage that +bases on the etisnoop statistic feature. + +It requires dab2eti and etisnoop to be in the $PATH. + +Call server.py --help to see options. |