From c1f44e13a11263a9d670b73763ed6d5e2fcaeec3 Mon Sep 17 00:00:00 2001 From: Matt Kimball Date: Wed, 13 Feb 2019 09:37:21 -0800 Subject: [PATCH] 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. --- man/mtr-packet.8.in | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.47.2