Go to file
2019-05-15 14:55:47 +02:00
cmd/ooni Add rm command to delete results 2018-09-18 09:54:27 +02:00
config Strip the trailing slash from the bouncer url 2018-09-26 15:35:17 +02:00
data Strip the trailing slash from the bouncer url 2018-09-26 15:35:17 +02:00
internal Use MK v0.10.x, zap legacy GeoIP, build also on Linux (#29) 2019-05-15 15:48:06 +03:00
nettests Use MK v0.10.x, zap legacy GeoIP, build also on Linux (#29) 2019-05-15 15:48:06 +03:00
scripts Add basic smoke test on travis 2019-05-15 14:55:47 +02:00
utils Use MK v0.10.x, zap legacy GeoIP, build also on Linux (#29) 2019-05-15 15:48:06 +03:00
.gitignore Use MK v0.10.x, zap legacy GeoIP, build also on Linux (#29) 2019-05-15 15:48:06 +03:00
.goreleaser.yml Fix goreleaser glob matching 2018-09-27 19:32:31 +02:00
.travis.yml Add basic smoke test on travis 2019-05-15 14:55:47 +02:00
build.sh Use MK v0.10.x, zap legacy GeoIP, build also on Linux (#29) 2019-05-15 15:48:06 +03:00
Dockerfile Use MK v0.10.x, zap legacy GeoIP, build also on Linux (#29) 2019-05-15 15:48:06 +03:00
go.mod Use MK v0.10.x, zap legacy GeoIP, build also on Linux (#29) 2019-05-15 15:48:06 +03:00
go.sum Use MK v0.10.x, zap legacy GeoIP, build also on Linux (#29) 2019-05-15 15:48:06 +03:00
LICENSE.md Add LICENSE.md 2018-07-11 18:06:27 +02:00
Makefile Use MK v0.10.x, zap legacy GeoIP, build also on Linux (#29) 2019-05-15 15:48:06 +03:00
ooni_test.go Basic ooni unittest 2018-09-17 11:52:42 +02:00
ooni.go Use MK v0.10.x, zap legacy GeoIP, build also on Linux (#29) 2019-05-15 15:48:06 +03: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.