ErickLGonzalez / owamp

A tool for performing one-way or two-way active measurements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

release CentOS Build Status (CentOS) Debian Build Status (Debian)

OWAMP

This release is contains implementations of the OWAMP (one-way active measurement protocol) defined by https://tools.ietf.org/html/rfc4656 and the TWAMP (two-way active measurement protocol) defined by https://tools.ietf.org/html/rfc5357

Code Organization

It is organized as follows:

Directory Description
I2util/ convienient utility functions... Error reporting, hash funcs...
owamp/ directory for owamp api - a high level abstraction for speaking the owamp/twamp protocols.
owampd/ OWAMP and TWAMP server implementations.
owping/ A command line owamp client (one way ping) and twamp client (two way ping).
powstream/ A client-daemon for continuous one-way tests.
conf/ Example config files. (not installed - EXAMPLES!)
doc/ html and man page descriptions of owamp and twamp tools.
test/ unit tests.

About

A tool for performing one-way or two-way active measurements

License:Apache License 2.0


Languages

Language:C 97.8%Language:Makefile 0.8%Language:M4 0.6%Language:Shell 0.5%Language:C++ 0.2%Language:Perl 0.1%Language:Objective-C 0.1%