ooni-probe-cli/internal/tutorial
Simone Basso aa27bbe33f
fix(measurex): use same keys of the OONI data format (#572)
This change should simplify the pipeline's job.

Reference issue: https://github.com/ooni/probe/issues/1817.

I previously dismissed this possibility, but now it seems clear it
is simpler to have a very tabular data format internally and to
convert such a format to OONI's data format when serializing.

The OONI data format is what the pipeline expects, but processing
is easier with a more linear/tabular format.
2021-11-05 10:46:45 +01:00
..
experiment/torsf feat: tutorial on how to write the torsf experiment (#390) 2021-06-22 00:12:03 +02:00
generator doc(measurex): explain how to write experiments (#529) 2021-09-30 01:36:03 +02:00
measurex fix(measurex): use same keys of the OONI data format (#572) 2021-11-05 10:46:45 +01:00
netxlite doc(netxlite): revamp the documentation (#523) 2021-09-29 20:21:25 +02:00
README.md fix: add missing reference to netxlite's tutorial (#535) 2021-10-04 15:37:48 +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)