Topology Traces and Simulation ProgramsThis page contains the topology traces and simulation programs used for the Fuzzycast papers (Fuzzycast: Efficient Video-on-Demand over Multicast (Infocom 2002) and Efficient Media-on-demand over multiple Multicast groups (Global Internet 2001)).GraphsTwo graphs are available:
Graph SimulatorGraphSim.java is a Java program that builds an overlay multicast tree over a real network. It can understand a couple of formats: the default format for GT-ITM generated graphs and the Inet format (<node>: <node> <node> ...) for Internet traces. It also does a multicast receiver count based on a set of time windows called a filter.Graph Generation Scripts
tree.pl < big_graph.dat | rankize.pl > little_graph.datwill work (mostly!). Afterwards, wc -l little_graph.datand edgecount.pl < little_graph.datwill give the number of vertices and edges respectively. This page has been manually mirrored, reformatted, and extended from the original page. |