Hi everyone,
I am a new user of IBR-DTN (v 0.10.2). I need help for several problem: How to make a new routing algorithm other than epidemic or prophet for IBR-DTN, such as RAPID? What is the test bench topology for epidemic or prophet? Which classes or procedures can be used on base router for making new routing algorithm?
Thanks Didit Jatmiko
Am 15.01.2014 10:42, schrieb Andri Jatmiko:
Hi everyone,
I am a new user of IBR-DTN (v 0.10.2). I need help for several problem:
Welcome! That are great news. :-)
How to make a new routing algorithm other than epidemic or prophet for IBR-DTN, such as RAPID?
The best way is to study the classes like EpidemicRoutingExtension, ProphetRoutingExtension and NeighborRoutingExtension. A new routing should be implemented similar to them.
What is the test bench topology for epidemic or prophet?
There exists automated tests for those routing modules. Instead I do manual tests with multiple hops.
Which classes or procedures can be used on base router for making new routing algorithm?
All of the provided. The existing routing extension modules should direct you to the useful ones.
Kind regards, Johannes Morgenroth
participants (2)
-
Andri Jatmiko
-
Johannes Morgenroth