Go to file
2019-11-12 16:45:54 +01:00
cmd/ooniprobe Rename the binary as ooniprobe (#58) 2019-10-02 19:27:15 +02:00
config Implement the show command (#53) 2019-10-02 18:23:14 +02:00
data Strip the trailing slash from the bouncer url 2018-09-26 15:35:17 +02:00
internal Use more general ooni/probe-engine API (#67) 2019-10-28 14:05:05 +01:00
nettests Use more general ooni/probe-engine API (#67) 2019-10-28 14:05:05 +01:00
scripts Rename the binary as ooniprobe (#58) 2019-10-02 19:27:15 +02:00
testdata Implement the show command (#53) 2019-10-02 18:23:14 +02:00
utils Use ooni/probe-engine: episode 1 (#42) 2019-05-23 16:38:46 +02:00
version Bump to v3.0.0-rc.2 2019-11-12 16:45:54 +01:00
.dockerignore Ignore dist in .dockerignore 2019-05-15 17:44:00 +02:00
.gitignore Use MK v0.10.x, zap legacy GeoIP, build also on Linux (#29) 2019-05-15 15:48:06 +03:00
.travis.yml Implement the show command (#53) 2019-10-02 18:23:14 +02:00
build.sh Update build.sh 2019-10-03 23:34:41 +02:00
Dockerfile Integrate further with ooni/probe-engine: episode two (#46) 2019-08-15 18:08:43 +02:00
go.mod Upgrade to github.com/ooni/probe-engine@v0.2.0 2019-11-12 16:45:24 +01:00
go.sum Upgrade to github.com/ooni/probe-engine@v0.2.0 2019-11-12 16:45:24 +01:00
LICENSE.md Add LICENSE.md 2018-07-11 18:06:27 +02:00
ooni_test.go Basic ooni unittest 2018-09-17 11:52:42 +02:00
ooni.go Use more general ooni/probe-engine API (#67) 2019-10-28 14:05:05 +01:00
Readme.md Use MK v0.10.x, zap legacy GeoIP, build also on Linux (#29) 2019-05-15 15:48:06 +03:00

OONI Probe CLI

The next generation OONI Probe Command Line Interface.

Development setup

Be sure you have golang >= 1.12. We use Go modules. Make sure you don't have GOPATH set.

Run

./build.sh help

to get information on the supported systems as well as to get instructions on how to install dependencies.