ooni / probe

OONI Probe network measurement tool for detecting internet censorship
https://ooni.org/install
BSD 3-Clause "New" or "Revised" License
755 stars 142 forks source link

engine: dslx tutorial #2460

Closed kelmenhorst closed 1 year ago

kelmenhorst commented 1 year ago

We have recently added dslx, a high-level API for writing experiments: https://github.com/ooni/probe/issues/2402 We want to have a tutorial in probe-cli/internal/tutorial to explain the basic concepts of dslx and show how to write an network test using the API. The core of the tutorial should guide the reader on how to re-implement an existing OONI Probe experiment (SNI blocking) using dslx.

bassosimone commented 1 year ago

We have done this!