usnistgov / NetSimulyzer

A flexible 3D visualizer for displaying, debugging, presenting, and understanding ns-3 scenarios.
Other
34 stars 8 forks source link

Display Logical Links Between Nodes #45

Closed bpe2 closed 1 month ago

bpe2 commented 1 year ago

Currently, only physical links are displayed between two nodes It would be useful to display logical links between nodes to represent a relationship/connection between them, for example:

From the module, the user should be able to:

tomhenderson commented 1 year ago

Agreed on this, and wondering about also adding routes (multi-hop paths) to show routing paths, paths that traffic flows are actually traversing, etc. Not sure if you consider that a separate feature request or an extension of this.

igs3000 commented 1 year ago

Displaying this kind of links are good while visualizing wired networks. But, I believe that displaying 'too much logical link with lines' while visualizing a wireless ad hoc network scenario will spoil the elegance of 'wireless' nature of that scenario.

From the module, the user should be able to:

Show/hide the link set an offset/position of the line adjust appearance of the line: Color Thickness Solid/Dashed

This is good—So, in such case, we may use dotted lines of very light colors without disturbing the very 'wireless nature' of the scenario.

Just a thought.

YueLester commented 1 year ago

How is this work going? I try to show the communication process in the network. For example, the communication status between nodes or the process of sending and receiving packets can be displayed.

bpe2 commented 1 month ago

Added in Version 1.0.11