From: Matt Kimball Date: Wed, 13 Feb 2019 17:37:21 +0000 (-0800) Subject: Mention Python mtrpacket package in mtr-packet man page X-Git-Tag: v0.93~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F290%2Fhead;p=thirdparty%2Fmtr.git Mention Python mtrpacket package in mtr-packet man page There is now a package for Python which invokes mtr-packet and sends network probes asynchronously: https://pypi.org/project/mtrpacket/ This change adds mention of it to the mtr-packet man page, which should help people interested in using mtr-packet in monitoring scripts find it. --- diff --git a/man/mtr-packet.8.in b/man/mtr-packet.8.in index 73ac309..9c02470 100644 --- a/man/mtr-packet.8.in +++ b/man/mtr-packet.8.in @@ -437,6 +437,12 @@ Note that the replies in this example are printed out of order. This is the reason that it is important to send commands with unique token values, and to use those token values to match replies with their originating commands. +.SH LANGUAGE BINDINGS +.PP +A Python 3.x package for sending asynchronous network probes using +mtr-packet is available. See +.UR https://\:pypi.\:org/\:project/\:mtrpacket/ +.UE .SH CONTACT INFORMATION .PP For the latest version, see the mtr web page at