README 1.2 KB

123456789101112131415161718
  1. This example demonstrates how to display active links in a network. An active
  2. link is created when a packet gets delivered directly from one node to another.
  3. Active links become inactive over time unless they are reinforced by new packets.
  4. The adhoc wireless network contains a source node, a destination node, and a
  5. number of intermediate nodes. The source node continuously pings the destination
  6. node while all nodes move around randomly.
  7. If you run the dynamic example in express mode until 2s, then you should see a
  8. number of black arrows between the network nodes showing the currently active
  9. links. These active links represent the communication that happened between the
  10. DYMO routing protocols to determine the route from the source node to the
  11. destination. After the route has been established, it is used for a while
  12. without sending further routing protocol packets. If you continue the simulation
  13. in fast mode until 10s, then you should see how these links fade away and become
  14. inactive. Meanwhile the source node continuously sends ping packets to the
  15. destination node through the established route. This is shown by the arrows
  16. representing the active links along the route.