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

probe-engine: Implement app <-> engine API for handling the OONI Run v2 link lifecycle #2472

Closed hellais closed 1 year ago

hellais commented 1 year ago

This includes having an interface for triggering OONI Run links, updating them when needed and retrieving the metadata of a link.

See also: https://github.com/ooni/spec/blob/master/backends/bk-005-ooni-run-v2.md

hellais commented 1 year ago

A first iteration of this is available over here: https://github.com/ooni/probe-cli/pull/1176

hellais commented 1 year ago

There is nothing left on the engine side, the API is feature complete.