feat(webconnectivity): long-term-evolution prototype (#882)

See https://github.com/ooni/probe/issues/2237
This commit is contained in:
Simone Basso 2022-08-26 16:42:48 +02:00 committed by GitHub
commit 1a1d3126ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 3067 additions and 1 deletions

View 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