2022-07-08 14:20:49 +02:00
|
|
|
// Package oonirun contains code to run OONI experiments.
|
|
|
|
//
|
|
|
|
// This package supports OONI Run v1 and v2 as well as the direct
|
|
|
|
// creation and instantiation of OONI experiments.
|
2022-08-31 19:51:31 +02:00
|
|
|
//
|
|
|
|
// See https://github.com/ooni/probe-cli/blob/master/docs/design/dd-004-minioonirunv2.md
|
|
|
|
// for more information on the subset of OONI Run v2 implemented by this package.
|
2022-07-08 14:20:49 +02:00
|
|
|
package oonirun
|