Hi @ankanna
To determine the interfering nodes for a given path in a network, you can follow these steps:
- List the nodes on your chosen path (from source to destination).
- For each node on the path, find all other nodes within its interference or communication range.
- Combine these nodes and remove any nodes that are already on the path.
- The remaining nodes are the interfering nodes for that path.
This approach works for any network as long as you know which nodes can interfere with each other.
Hope this helps!