Skip to content

phylib/QSPMiniNDN

Repository files navigation

Mini-NDN QSP Evaluation

This repository contains software artifacts for the the paper: Philipp Moll, Selina Isak, Hermann Hellwagner, Jeff Burke. A Quadtree-based Synchronization Protocol for Inter-Server Game State Synchronization. Submitted to Computer Networks, Elsevier.

This repository is a fork of the MiniNDN repository. The original README content can be found below.

The script to perform the evaluation can bei found in examples/serversync_experiment.py. To start, execute sudo python3 examples/serversync_experiment.py -h. The used topologies were the 4-server-topo, the 16-server-topo and the geant topology. Please specify the parameters --server-cluster and --num-servers accordingly.

The trace files used in the paper's evalulations can be found in the traceFiles folder. However, other trace files can be generated as explained in the reproducibility repository of the paper.

To install MiniNDN and all Dependencies, please use sudo ./install.sh -a

Calculation of results

The results of a minindn evaluation run can be found in the folder specified by the --resultDir option. In order to draw figures from the raw results, a post processing step is necessary. The scripts can be found in the scripts folder of this repository. To postprocess, use the script scripts/SyncLatencyCalculation.py.

Once the results for all required settings are post-processed, the script 'scripts/visuals.py' can be used to create the required figures.

Mini-NDN

If you are new to the NDN community of software generally, read the Contributor's Guide.

What is Mini-NDN?

Mini-NDN is a lightweight networking emulation tool that enables testing, experimentation, and research on the NDN platform based on Mininet. Mini-NDN uses the NDN libraries, NFD, NLSR, and tools released by the NDN project to emulate an NDN network on a single system.

Mini-NDN is open and free software licensed under the GPL 3.0 license. Mini-NDN is free to all users and developers. For more information about licensing details and limitations, please refer to COPYING.md.

The first release of Mini-NDN is developed by members of the NSF-sponsored NDN project team. Mini-NDN is open to contribution from the public. For more details, please refer to AUTHORS.md. Bug reports and feedback are highly appreciated and can be made through our Redmine site and the mini-ndn mailing list.

Documentation

Please refer to http://minindn.memphis.edu/ or docs/index.rst for installation, usage, and other documentation. The documentation can be built using:

./install.sh -d

and is available under docs/_build/html.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published