To use any of these examples, do the following from the top directory of
ripeatlas
.
mkdir -p "$GOPATH/src/github.com/DNS-OARC"
ln -s "$PWD" "$GOPATH/src/github.com/DNS-OARC/"
make dep
make
cd examples/
make
After building all examples programs, each one can be run with -help
to see
what options are available.
This will fetch and print metadata about measurements.
This will fetch and print metadata about probes.
This will read and display results from measurements.
This will open a stream to a specific type of measurement or all and display results as they come in.