aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libglouglou/README.txt')
-rw-r--r--libglouglou/README.txt24
1 files changed, 22 insertions, 2 deletions
diff --git a/libglouglou/README.txt b/libglouglou/README.txt
index 003db0a..577d7e8 100644
--- a/libglouglou/README.txt
+++ b/libglouglou/README.txt
@@ -3,15 +3,35 @@ libglouglou - underlaying library for glougloud and glouglou clients
Requirements
============
-* libevent2
+* libevent
+* libpcap
+* libdnet
* libbsd (linux only)
+Fedora 17:
+sudo yum install libevent-devel libpcap-devel libdnet-devel libbsd-devel
+
libggnet
========
-libglouglou includes libggnet a helper to keep track of network nodes and
+libglouglou includes libggnet, a helper to keep track of network nodes and
connections.
+libggnet_dns
+============
+
+libglouglou includes libggnet_dns, a wrapper around evdns to do asyncronous
+DNS reverse resolving with a simple API.
+It can be reused independently by using libggnet_dns.c and libggnet_dns.h.
+
+libggnet_traceroute
+===================
+
+libglouglou includes libggnet_traceroute, a library to do asyncronous traceroute
+based on libevent, libpcap and libdnet.
+It can be reused independently by using libggnet_traceroute.c and
+libggnet_traceroute.h.
+
sendbuf
=======