Skip to content
Snippets Groups Projects
Commit 937fa6ca authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Added README with source and basic usage

parent 321331c6
No related branches found
No related tags found
No related merge requests found
README 0 → 100644
A Two-Way Active Measurement Protocol
Read the RFC: http://tools.ietf.org/html/rfc5357
Heavily based on https://packetblog.wordpress.com/2012/08/24/udp-packet-measurement/
by Roman Arcea.
Installation:
None, run the files provided.
Requirements:
python2
Usage instructions:
On one machine open UDP_client_server.py, change the IP addresses, ports, packet size, etc.
On the other machine do the same with the UDP_reflector.py
As default they point to localhost (IPv6), so it is possible to run it on loopback.
Start UDP_reflector.py first: python UDP_reflector.py
Start UDP_client_server.py: python UDP_client_server.py
Stop with CTRL+C
A .csv file will be generated containing statistics.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment