Go to file
Arturo Filastò 42deb58fac
Merge pull request #82 from ooni/probe-legacy-compat
Add document outlining the differences between probe-cli and probe-le…
2019-12-04 13:14:11 +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 Address feedback from @bassosimone 2019-12-04 13:13:13 +02:00
internal Fix import for groups 2019-12-02 18:05:02 +02:00
nettests Use a faster nettest for testing 2019-12-02 18:00:12 +02: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 Refactoring to reduce package count 2019-12-02 15:15:50 +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 Add coverage.txt to .gitignore 2019-12-02 15:26:12 +02:00
.travis.yml Use coveralls which is the same thing used in other repos 2019-12-02 15:42:14 +02:00
build.sh Disable -race as it fails on alpine 2019-12-02 16:09:10 +02: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 Refactoring to reduce package count 2019-12-02 15:15:50 +02: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.