aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2012-07-21 21:57:12 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2012-07-21 21:57:12 +0200
commitb16e10207d194b5b84cae74b15cbea63711c3532 (patch)
tree4ef4cb90f50544924e666dbfbeba68a950ed4d1e
parentrename callback, always prefix callback functions by _cb_ (diff)
downloadglouglou-b16e10207d194b5b84cae74b15cbea63711c3532.tar.xz
glouglou-b16e10207d194b5b84cae74b15cbea63711c3532.zip
libglouglou in README
-rw-r--r--README.txt3
-rw-r--r--libglouglou/README.txt1
2 files changed, 4 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index b3e8023..01b0383 100644
--- a/README.txt
+++ b/README.txt
@@ -4,6 +4,9 @@ The solution is constitued of a daemon that captures the traffic, and
clients that connects to the daemon and receives a summary of the traffic
and displays it.
+Install libglouglou first, and then glougloud daemon and/or a glouglou client.
+
glougloud - glouglou daemon, for network traffic visualisation in real time
glouglou_efl - glougloud client in C using EFL
glouglou_ruby - glougloud client using ruby cairo
+libglouglou - undelaying library for glougloud and glouglou clients
diff --git a/libglouglou/README.txt b/libglouglou/README.txt
new file mode 100644
index 0000000..30dd09e
--- /dev/null
+++ b/libglouglou/README.txt
@@ -0,0 +1 @@
+libglouglou - underlaying library for glougloud and glouglou clients