0

I am learning the DTN routing algorithms using ONE simulator. I want to know how to make a hello packet for the neighbor nodes in ONE simulator.

Scath
  • 3,777
  • 10
  • 29
  • 40
sgkim
  • 13
  • 4

1 Answers1

0

The ONE simulator discovers neighbor nodes automatically as long as they have their radio interface on and are within the radio range. If scanning interval is defined, discovery happens once every interval. Hence there is usually no need to make hello packets in the routing protocol implementations.