From 0485b262c60d0bbfffcbfc2039da87d2d0737717 Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Fri, 14 Dec 2012 08:00:36 +0100 Subject: move TODO to a separate file --- README.txt | 52 ---------------------------------------------------- doc/TODO.txt | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 52 deletions(-) create mode 100644 doc/TODO.txt diff --git a/README.txt b/README.txt index e77cced..64460e7 100644 --- a/README.txt +++ b/README.txt @@ -28,55 +28,3 @@ Order of installation 2. glougloud daemon 3. probes 4. analysers/visualisation clients - -TODO -==== - -gg_map: minimal version -using evas, efx and elementary -and igraph - http://igraph.sourceforge.net/index.html - -gg_sniff traceroute -using jtrace code http://monkey.org/~jose/software/jtrace/ -use libdnet for encoding / decoding - -Connectivity improvements: -libglouglou: connect and disconnect packets -libglouglou: keepalive and timeout -glougloud: when no viz cli, report to probes -probes: when ggd tells no viz cli, stop sending traffic - -gg_elife: forced_colors of gg_packet disapear to black with time - -libglouglou: doxygen documentation - -libglouglou: ability to log to file + logging from utils and sendbuf - -glougloud + gg_trackproc + gg_sniff: use gg_log - -libglouglou: function handlers per packet: _encode, _decode, _getsize - -general glouglou Makefile that builds the right stuff - -TO LOOK AT -========== - -skyrails -iron main - -TODO later: network -=================== - -gg_jsmap -using http://networkx.lanl.gov/ -make graph without displaying data packets -without even receving them (register packet type to glougloud, that could -tell the probe that all clients have registered only specific events so the -probe do not send other type of events) - -include wireshark dissectors to give habitility to builds maps based on known -dissectors. - -netexpect-0.20/src/packets/ -wireshark/epan/ -wireshark/epan/dissectors diff --git a/doc/TODO.txt b/doc/TODO.txt new file mode 100644 index 0000000..c647895 --- /dev/null +++ b/doc/TODO.txt @@ -0,0 +1,51 @@ +TODO +==== + +gg_map: minimal version +using evas, efx and elementary +and igraph - http://igraph.sourceforge.net/index.html + +gg_sniff traceroute +using jtrace code http://monkey.org/~jose/software/jtrace/ +use libdnet for encoding / decoding + +Connectivity improvements: +libglouglou: connect and disconnect packets +libglouglou: keepalive and timeout +glougloud: when no viz cli, report to probes +probes: when ggd tells no viz cli, stop sending traffic + +gg_elife: forced_colors of gg_packet disapear to black with time + +libglouglou: doxygen documentation + +libglouglou: ability to log to file + logging from utils and sendbuf + +glougloud + gg_trackproc + gg_sniff: use gg_log + +libglouglou: function handlers per packet: _encode, _decode, _getsize + +general glouglou Makefile that builds the right stuff + +TO LOOK AT +========== + +skyrails +iron main + +TODO later: network +=================== + +gg_jsmap +using http://networkx.lanl.gov/ +make graph without displaying data packets +without even receving them (register packet type to glougloud, that could +tell the probe that all clients have registered only specific events so the +probe do not send other type of events) + +include wireshark dissectors to give habitility to builds maps based on known +dissectors. + +netexpect-0.20/src/packets/ +wireshark/epan/ +wireshark/epan/dissectors -- cgit v1.2.3-59-g8ed1b