Skip to content

inecrom/twamp-protocol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twamp-protocol

A Two-Way Active Measurement Protocol

Read the RFC: http:https://tools.ietf.org/html/rfc5357

Developer: Emma Mirică

Note: This is a minimal implementation of the TWAMP protocol.

What is not supported:
    - the authenticated, encrypted mode for client and server
    - it has the option to set this mode for client and server, but is not
      yet supported. The messages were defined but the logic is not
      implemented.

To run:
    make
    make setcap
    ./server [-h | -a <not supported> | -p <port>]
    ./client -s <ip_server [-h | -a <not_supported> | -p <port_sender> | -P
    <port_receiver> | -n <test_sessions> | -m <test_sess_msgs>]

About

A Two-Way Active Measurement Protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.9%
  • Makefile 1.1%