Go to file
2019-12-02 12:59:10 +02:00
cmd/ooniprobe Rename the binary as ooniprobe (#58) 2019-10-02 19:27:15 +02:00
config Remove all settings which are not implemented (#73) 2019-11-14 17:58:31 +01:00
data Remove all settings which are not implemented (#73) 2019-11-14 17:58:31 +01:00
docs Update OONIProbeLegacyCompatibility.md 2019-12-02 12:59:10 +02:00
internal Add support for calculating the estimate time remaining (#71) 2019-11-14 12:01:40 +01:00
nettests Remove all settings which are not implemented (#73) 2019-11-14 17:58:31 +01:00
scripts Rename the binary as ooniprobe (#58) 2019-10-02 19:27:15 +02:00
testdata Remove all settings which are not implemented (#73) 2019-11-14 17:58:31 +01:00
utils Use ooni/probe-engine: episode 1 (#42) 2019-05-23 16:38:46 +02:00
version Bump version number 2019-11-14 18:03:31 +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 build.sh: produce smaller binaries (#72) 2019-11-14 12:20:04 +01:00
Dockerfile Integrate further with ooni/probe-engine: episode two (#46) 2019-08-15 18:08:43 +02:00
go.mod Bump probe-engine 2019-11-14 18:02:18 +01:00
go.sum Bump probe-engine 2019-11-14 18:02:18 +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 Remove all settings which are not implemented (#73) 2019-11-14 17:58:31 +01:00
Readme.md Readme.md: we require Go >= 1.13 now 2019-11-14 10:14:25 +01:00

OONI Probe CLI

The next generation OONI Probe Command Line Interface.

Development setup

Be sure you have golang >= 1.13. 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.

Releasing

./build.sh release

and follow instructions.