/mtrparser

Parsing raw mtr output in Go

Primary LanguageGoMIT LicenseMIT

mtrparser

Parsing raw mtr output in Go

GoDoc

This library was primarily created to parse output of mtr command for TurboBytes Pulse. This parses the output of mtr with --raw argument into Go structures. From there one can format it however they want... regardless of the mtr version running. Also included in the struct is the timing details of each ping received.

See the reference command in cmd/mtrparser.go for usage.