ooni-probe-cli/internal/tutorial
Simone Basso 9ef4d9df7d
doc: add tutorial on how to use netxlite (#519)
The main tutorial will be the one at https://github.com/ooni/probe-cli/pull/506, but
it's useful to also document the primitives used by measurex.

So, here's the companion tutorial, which explains how to use the
features in netxlite to perform measurements.

This work is part of https://github.com/ooni/ooni.org/issues/361.
2021-09-28 18:15:38 +02:00
..
experiment/torsf feat: tutorial on how to write the torsf experiment (#390) 2021-06-22 00:12:03 +02:00
generator doc: add tutorial on how to use netxlite (#519) 2021-09-28 18:15:38 +02:00
netxlite doc: add tutorial on how to use netxlite (#519) 2021-09-28 18:15:38 +02:00
README.md feat: tutorial on how to write the torsf experiment (#390) 2021-06-22 00:12:03 +02:00

Tutorials: writing OONI nettests

This package contains a living tutorial explaining how to write OONI nettests. The code in here is based on existing nettests.

Because it's committed to the probe-cli repository and depends on real OONI code, it should always be up to date.

Index

Regenerating the tutorials

(cd ./internal/tutorial && go run ./generator)