probe-cli icon indicating copy to clipboard operation
probe-cli copied to clipboard

Next generation OONI Probe. Library and CLI tool.

Results 75 probe-cli issues
Sort by recently updated
recently updated
newest added

# Description First iteration of a new openvpn experiment. This takes a set of endpoints and uses minivpn to attempt a handshake with each of the configured endpoints. This first...

Part of https://github.com/ooni/probe/issues/2702 and https://github.com/ooni/probe/issues/2695. Note that we still need to upgrade Psiphon and ideally this should happen as part of this pull request.

- outline the current methodology; - explain its theoretical assumptions; - describe limitations; - mention possible future directions. Part of https://github.com/ooni/ooni.org/issues/1406.

Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.40.1 to 0.42.0. Release notes Sourced from github.com/quic-go/quic-go's releases. v0.42.0 New Features added a qlog tracer for events that happen before / outside of established connection: #4305...

external dependency

## Checklist - [ ] I have read the [contribution guidelines](https://github.com/ooni/probe-cli/blob/master/CONTRIBUTING.md) - [ ] reference issue for this pull request: https://github.com/ooni/probe/issues/2692 - [ ] if you changed anything related to...

## Checklist - [x] I have read the [contribution guidelines](https://github.com/ooni/probe-cli/blob/master/CONTRIBUTING.md) - [x] reference issue for this pull request: https://github.com/ooni/probe/issues/2552 ## Description Add support for HTTP/HTTPS proxy dialing in netxlite. Even...

## Checklist - [ ] I have read the [contribution guidelines](https://github.com/ooni/probe-cli/blob/master/CONTRIBUTING.md) - [ ] reference issue for this pull request: https://github.com/ooni/probe/issues/2457 - [ ] if you changed anything related to...

If we transform psiphon and tor into services, we should be able to get rid of crashing and other singleton issues. ## Checklist - [ ] I have read the...

## Checklist - [x] I have read the [contribution guidelines](https://github.com/ooni/probe-cli/blob/master/CONTRIBUTING.md) - [x] reference issue for this pull request: https://github.com/ooni/probe/issues/1928 and https://github.com/ooni/probe/issues/1842 - [x] if you changed anything related to how...

Implement basic reproducible benchmarking See https://pythonspeed.com/articles/consistent-benchmarking-in-ci/