ok so here is my problem:
Given an olsr network, I have written a code that accesses the
objectState m_State of each OLSR node and get the one hop and two hop
neighbor information from it.
so n0 would know its one hop information
n1 would also know its one hope information.
then I want to compare the one hop information of n0 and n1 and get a
result that YES, they do have a node in common, which is n2. ( this is
why i want n2 to have one ip.
(its part of a bigger problem I am trying to implement)
so now that you explained how p2p is used, I guess I need an AD HOC
network where I can connect nodes manually and assign one ip.
I looked at dumbell quickly, I didnt really understand what it
does...can I use it to have ad and hoc network where I can connect
nodes manually and assign one ip.?