README 718 B

123456789101112
  1. This example demonstrates how to display obstacle loss that happens during radio
  2. signal propagation. Obstacle loss is twofold: dielectric loss is caused by the
  3. object's material, reflection loss is caused by entering and leaving the object.
  4. The ad-hoc wireless network contains 2 nodes. The source node continuously pings
  5. the destination node through a simple physical wall. Both nodes move up and down
  6. but they always stay at the opposite sides of the wall.
  7. When you run the example, the obstacle loss visualizer displays the intersections
  8. between the radio signal propagation path and the physical object. It also shows
  9. the face normal vectors for the intersections where the signal enters or leaves
  10. the object.