feat(webconnectivity): long-term-evolution prototype (#882)
See https://github.com/ooni/probe/issues/2237
This commit is contained in:
parent
9ba6f8dcbb
commit
1a1d3126ae
20 changed files with 3067 additions and 1 deletions
7
internal/experiment/webconnectivity/doc.go
Normal file
7
internal/experiment/webconnectivity/doc.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// Package webconnectivity implements the web_connectivity experiment.
|
||||
//
|
||||
// Spec: https://github.com/ooni/spec/blob/master/nettests/ts-017-web-connectivity.md.
|
||||
//
|
||||
// This implementation, in particular, contains extensions over the original model,
|
||||
// which we document at https://github.com/ooni/probe/issues/2237.
|
||||
package webconnectivity
|
||||
Loading…
Reference in a new issue