On 2018/04/25 13:55, Stuart Henderson wrote:
> On 2018/04/25 14:29, Denis Fondras wrote:
> > Blaeu is a set of programs to create distributed Internet measurements on
> > the
> > network of RIPE Atlas probes.
> >
> > https://framagit.org/bortzmeyer/blaeu
> >
>
> Please could you install README.rst as well?
>
> COMMENT = creating measurements on RIPE Atlas probes.
> ->
> COMMENT = create measurements on RIPE Atlas probes
>
> If I try "blaeu-traceroute -b $some_ip", I'm expecting to see some printed
> output (-b = "downloads the results and format them in a traditional
> traceroute way"),
> the trace runs and I can see results on atlas.ripe.net, but this is all I get
> on
> screen, am I doing something wrong?
>
> $ blaeu-traceroute -b 195.95.187.26
> Measurement #12306848 Traceroute 195.95.187.26 uses 5 probes
> 5 probes reported
> Test #12306848 done at 2018-04-25T12:51:59Z
>
>
>
Oh, looks like there's a conflicting short command-line argument,
--machinereadable or -b : machine-readable output, to be consumed by tools
like grep or cut
--format or -b : downloads the results and format them in a traditional
traceroute way
--machinereadable doesn't output anything, and generally looks the same as -b.
This looks like an upstream bug, so with those changes I'm ok to import it.