Measurement Kit library for performing probe IP, probe ASN, probe CC, and
probe ORG resolution. Since this is a basic building block that aims to
be vendored in Measurement Kit, we don't provide any stable API guarantee
(i.e. we'll never release v1.0.0
).
Possibly edit MKBuild.yaml
, then run:
go get -v github.com/measurement-kit/mkbuild
mkbuild
mkdir build
cd build
cmake -GNinja ..
cmake --build .
ctest -a -j8 --output-on-failure
./docker.sh <build-type>