BWPing is a tool to measure bandwidth and response times between two hosts using Internet Control Message Protocol (ICMP) echo request/echo reply mechanism. It does not require any special software on the remote host. The only requirement is the ability to respond on ICMP echo request messages.
15 lines
365 B
Makefile
15 lines
365 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/01/13 04:29:50 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= bwping-1.7
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bwping/}
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://bwping.sourceforge.net/
|
|
COMMENT= Tool to measure bandwidth and RTT between two hosts using ICMP
|
|
LICENSE= 2-clause-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|