gravatar

arkeats

André

Recently Published

Traffic Dublin (Travel Times)
dublin_data
Voronoi Diagram for Public Libraries in Dublin City
Testing RHIPE & SDN Delay Matrix
This R markdown presents a basic example about the use of RHIPE over traffic data gathered from a SDN network based on Mininet. The main idea is to construct a tree-based topology network with 27 nodes, to apply “ping test” between all these nodes, and finally to get a delay matrix. Obviously, it’s also possible to develop performance test like iperf (UDP and UDP) in order to get throughput or jitter, but in this case only a delay scheme is presented. On the other hand, two Map/Reduce schemes are presented: 1) dividing the dataset by means of an identifier, in this case “IP_Source + IP Destination” and 2) using a random scheme in the division of the dataset.