Go to file
Arturo Filastò a0bf7fb832 Bump mk
2018-03-08 13:46:09 +01:00
cmd/ooni Implement handlers to normalise how logging is handled 2018-02-21 17:06:30 +02:00
config Add functions to handling migration from legacy OONI Probe 2018-02-12 12:18:14 +02:00
data Get some data into the database 2018-02-13 18:11:22 +02:00
internal Implement handlers to normalise how logging is handled 2018-02-21 17:06:30 +02:00
nettests Implement handlers to normalise how logging is handled 2018-02-21 17:06:30 +02:00
.gitignore Get NDT test to run via gooni 2018-02-13 17:16:23 +02:00
Gopkg.lock Bump mk 2018-03-08 13:46:09 +01:00
Gopkg.toml Lay out the structure of nettests 2018-02-13 11:48:46 +02:00
Makefile Lay out the structure of nettests 2018-02-13 11:48:46 +02:00
ooni.go Get NDT test to run via gooni 2018-02-13 17:16:23 +02:00
Readme.md Add basic readme 2018-02-12 18:33:13 +02:00

gooni

An attempt at writing OONI Probe in golang.

This is heavy work in progress.

Development setup

This project uses dep with the vendor/ dir in .gitignore.

Once you have dep installed, run:

dep ensure

You should then be able to build a ooni binary by running:

make build