ooni-probe-cli/internal/engine/experiment/vanillator
Simone Basso bbcd2e2280
refactor(netx): merge archival, trace, and the savers (#772)
This diff creates a new package under netx called tracex that
contains everything we need to perform measurements using events
tracing and postprocessing (which is the technique with which
we implement most network experiments).

The general idea here is to (1) create a unique package out of
all of these packages; (2) clean up the code a bit (improve tests,
docs, apply more recent code patterns); (3) move the resulting
code as a toplevel package inside of internal.

Once this is done, netx can be further refactored to avoid
subpackages and we can search for more code to salvage/refactor.

See https://github.com/ooni/probe/issues/2121
2022-05-31 21:53:01 +02:00
..
testdata feat: re-implement the vanilla_tor experiment (#718) 2022-05-10 15:43:28 +02:00
integration_test.go feat: re-implement the vanilla_tor experiment (#718) 2022-05-10 15:43:28 +02:00
vanillator_test.go feat: re-implement the vanilla_tor experiment (#718) 2022-05-10 15:43:28 +02:00
vanillator.go refactor(netx): merge archival, trace, and the savers (#772) 2022-05-31 21:53:01 +02:00