
commit c5db73f7dde3c9b490c90c16e171ea17c601ecd4 Author: Damian Johnson <atagar@torproject.org> Date: Thu Sep 15 22:17:43 2016 -0700 Add OnionView and OnionCircuits to examples Interesting! Two GTK interfaces for circuit information that were new to me... https://lists.torproject.org/pipermail/tor-dev/2016-September/011414.html --- docs/tutorials/double_double_toil_and_trouble.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/tutorials/double_double_toil_and_trouble.rst b/docs/tutorials/double_double_toil_and_trouble.rst index af4f7b4..72b6ab5 100644 --- a/docs/tutorials/double_double_toil_and_trouble.rst +++ b/docs/tutorials/double_double_toil_and_trouble.rst @@ -75,7 +75,9 @@ Applications `OnionPerf <https://github.com/robgjansen/onionperf>`_ Measures onion service performance over time using customizable client behavior models. `OnioNS <https://github.com/Jesse-V/OnioNS-client>`_ Distributed DNS for hidden services. `OnionShare <https://github.com/micahflee/onionshare>`_ Hidden service based file sharing application. -`Syboa <https://gitorious.org/syboa/syboa>`_ GTK Tor interface similar to `TorK <http://sourceforge.net/projects/tork/>`_. +`OnionView <https://github.com/skyguy/onionview>`_ GTK interface for viewing circuit information. +`OnionCircuits <https://git-tails.immerda.ch/onioncircuits/>`_ GTK interface for viewing circuit information. +`Syboa <https://gitorious.org/syboa/syboa>`_ GTK interface similar to `TorK <http://sourceforge.net/projects/tork/>`_. `hs-health <https://gitlab.com/hs-health/hs-health>`_ Experiment to measure churn and reachability of hidden services. `trnnr <https://github.com/NullHypothesis/trnnr>`_ Python implementation of tor's nearest neighbour ranking. `TorTP <https://github.com/vinc3nt/stem-tortp>`_ Configures iptables to torify all traffic.