commit 8d26efcff80f595556782c05effbd6e1fc715c83 Author: Arturo Filastò art@fuffa.org Date: Fri Dec 21 20:39:24 2012 +0100
Add details on the current implementation status of ooni* (cherry picked from commit 303788d7289ba3cf6a47f4de0a1fad9fa04048ee) --- docs/source/architecture.rst | 65 +++++++++++++++++++++++++++++++++++++++++- 1 files changed, 64 insertions(+), 1 deletions(-)
diff --git a/docs/source/architecture.rst b/docs/source/architecture.rst index af92878..f0736ce 100644 --- a/docs/source/architecture.rst +++ b/docs/source/architecture.rst @@ -265,6 +265,69 @@ Like so for example Implementation status =====================
-.. TODO +ooniprobe +......... + +**Reporting** + + * To flat YAML file: *alpha* + + * To remote httpo backend: *alpha* + +**Test templates** + + * HTTP test template: *alpha* + + * Scapy test template: *alpha* + + * DNS test template: *alpha* + + * TCP test template: *prototype* + +**Tests** + +To see the list of implemented tests see: +https://ooni.torproject.org/docs/#core-ooniprobe-tests + +**ooniprobe API** + + * Specification: *draft* + + * HTTP API: *not implemented* + +**ooniprobe HTML5/JS user interface** + + Not implemented. + +**ooniprobe build system** + + Not implemented. + +**ooniprobe command line interface** + + Implemented in alpha quality, though needs to be ported to use the HTTP based + API. + +oonib +..... + +**Collector** + + * collection of YAML reports to flat file: *alpha* + + * collection of pcap reports: *not implemented* + + * association of reports with test helpers: *not implemented* + +**Test helpers** + + * HTTP Return JSON Helper: *alpha* + + * DNS Test helper: *prototype* + + * Test Helper - collector mapping: *Not implemented* + + * TCP Test helper: *prototype*
+ * Daphn3 Test helper: *prototype*
tor-commits@lists.torproject.org