From f114ae60e0661a3dc3bdfa98a11b096255320569 Mon Sep 17 00:00:00 2001 From: laurent Date: Tue, 17 Jul 2012 17:57:51 +0200 Subject: add more explanations --- glougloud/README | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'glougloud') diff --git a/glougloud/README b/glougloud/README index 1f0686b..9836cd3 100644 --- a/glougloud/README +++ b/glougloud/README @@ -2,10 +2,18 @@ glougloud - glouglou server, for network traffic visualisation in real time === Usage === +* Run the daemon + sudo ./glougloud It logs to /var/log/glougloud. -For the moment it listens on lo0 interface. +For the moment it monitors lo0 interface. + +* Connect to the daemon + +nc -vvv -u 127.0.0.1 4430 |hexdump -C + +You get informations of traffic flowing on the monitored interface. === Installation === -- cgit v1.2.3-59-g8ed1b