Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Cluster the nodes in the EMANE network and control the links between them #240

Open
LongGieGie opened this issue Aug 28, 2023 · 2 comments

Comments

@LongGieGie
Copy link

emane version: 1.4.1
coreemu/core#814 (comment)

Is your feature request related to a problem? Please describe.
I need to cluster the nodes in the EMANE network and each cluster has a head node and other member nodes in each cluster. The head nodes of each cluster need to establish links with each other and the member nodes can only establish links with the head node.

I have achieved this effect using EEL controlled path loss under precomputed propagation model. It is shown in the figure below.
shot

I want to realize this under 2ray model because I want to adjust the link state in real time according to the distance between nodes and I don't know how to achieve it.

@patelkb
Copy link

patelkb commented Aug 28, 2023 via email

@LongGieGie
Copy link
Author

Yep, I've tried the 2ray propagation model and was able to dynamically adjust the path loss.
But functionally, the 2ray propagation model automatically calculates the path loss for all nodes in range and establishes the physical link, rather than specifying the link to be established.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants