aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaurent <laurent@tigrou.my.domain>2012-07-17 17:57:51 +0200
committerlaurent <laurent@tigrou.my.domain>2012-07-17 17:57:51 +0200
commitf114ae60e0661a3dc3bdfa98a11b096255320569 (patch)
tree8d41e255423d5ef07bed2d7bd8190b3c05941478
parentadd installation and usage instructions (diff)
downloadglouglou-f114ae60e0661a3dc3bdfa98a11b096255320569.tar.xz
glouglou-f114ae60e0661a3dc3bdfa98a11b096255320569.zip
add more explanations
-rw-r--r--glougloud/README10
1 files changed, 9 insertions, 1 deletions
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 ===