aboutsummaryrefslogtreecommitdiffstats
path: root/glougloud/README
diff options
context:
space:
mode:
Diffstat (limited to 'glougloud/README')
-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 ===