Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello,
I have implemented a global Internet delay model that I would like to contribute to the master branch:
The DELFOI (Delay Estimation Localized For Omnet++/Inet) model implements
end-to-end Internet delay including
The model usually is parametrized from user measurements obtained through the
website www.speedtest.net. With the parametrization file installed, it is
very easy to use (see example).
The parametrization for each node is sampled from the group (e.g. "US") specified
as Par or property.
More info:
Delay in P2P Networks"'Proceedings of the Workshop on Advanced Video
Streaming Techniques for Peer-to-Peer Networks and Social Networking', ACM
Press, 2010.
HTTP-Measurements"'Proc of the Annual International Conference on Network
Technologies & Communications (NTC 2010)', Global Science and Technology Forum
(GSTF), 2010, pp. N77-N82.
Requirements:
gnplib
https://sourceforge.net/projects/gnplib/
Parametrization data:
speedtest.net datasets may be obtained from Ookla
http://www.speedtest.net/contact.php
Three days worth of measurement data ought to suffice.
Automated scripts to generate parametrization data ("measured_data.xml") from
speedtest.net measurements are included with gnplib
in the vibello directory.
Alternatively, an XML data set (though without access delay!) can be
obtained from
http://peerfact.kom.e-technik.tu-darmstadt.de/de/downloads/
Best Regards,
Philipp