I have a general question regarding the transmission sequence. In INET ->exapmles->manetrouting->dynamicNodeCreation, how does it decide which node should initiate beacon transmission. And how does the next node would be selected to transmit.
I tried to go through the tic-toc example where getIndex() in initialize function is used for the selection of transmitting node (eg txc10.cc). But I haven't figure out such functionality in INET examples.
Is there a way, in which I can select the respective node for beacon transmission as par my beacon occupancy map vector?
Is there a way, in which I can select the resepective node for beacon transmission as par my beacon occupancy map vector.
I beg your forgiveness for not being comprehensive for this problem.