刚开始用The ONE仿真器,能找到的资料很少,最后不得不深入源代码,了解整个仿真器的工作原理。本文分享一些The ONE仿真器的学习资料。
The ONE官网
https://www.netlab.tkk.fi/tutkimus/dtn/theone/
官网的Q & A 和The ONE源码文件readme很值得一看。
学术文章
[1] Keränen, A., Ott, J., & Kärkkäinen, T. (2009, March). The ONE simulator for DTN protocol evaluation. In Proceedings of the 2nd international conference on simulation tools and techniques (p. 55). ICST (Institute for Computer Sciences, Social-Informatics and Telecommunications Engineering). pdf | BibTeX
The ONE邮件列表,在这里订阅
邮件列表挺活跃的,通常都能得到回复。我曾经向他们建议开个Google group,便于查询到之前的答案,没被采纳。好在,The ONE Knowledge Base提供类似的功能,建议提问之前先查询。
其他资料
官网给了一些社区资源(Community Resources)的链接,如下(我几乎没看过):
- The ONE Simulator for Beginners
- ONE Tutorial by Mauro Margalho Coutinho
- Agussalim's metrics compilation
- Barun Saha's blog on Delay-tolerant Networks
- Sahil Gupta's web site related to DTN and ONE
若以上材料不能满足你的需求,那还有源代码:-)
路由协议源代码
The ONE官网给出了一些其他路由协议的源代码,除此之外,还可以上GitHub搜,比如这份源码the-one-pitt,里面就实现了Bubble Rap。