ooni-probe-cli/internal/tutorial/README.md
Simone Basso d45e58c14f
doc(measurex): explain how to write experiments (#529)
Part of https://github.com/ooni/ooni.org/issues/361

Co-authored-by: Arturo Filastò <arturo@openobservatory.org>
2021-09-30 01:36:03 +02:00

20 lines
501 B
Markdown

# 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
- [Rewriting the torsf experiment](experiment/torsf/)
- [Using the measurex package to write network experiments](measurex)
## Regenerating the tutorials
```
(cd ./internal/tutorial && go run ./generator)
```