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

Collect Information from Net Devices #16

Open
bpe2 opened this issue Oct 22, 2020 · 0 comments
Open

Collect Information from Net Devices #16

bpe2 opened this issue Oct 22, 2020 · 0 comments
Assignees
Labels
network output This issue alters output from the module

Comments

@bpe2
Copy link
Contributor

bpe2 commented Oct 22, 2020

In order to do things like displaying wired links between ns3::Nodes, we must first be able to identify and track NetDevices.

Add the following components to the module:

NetDeviceConfiguration

Like a NodeConfiguration, used to mark a ns3::NetDevice for tracking, and to collect metadata.

Automatically install these when a new NetDevice is aggregated onto a configured Node, or
when a NodeConfiguration is aggregated onto a Node with existing NetDevices

Track the specific type of NetDevice and define specific information to be retrieved from each supported type

Any configurable behavior for these?

Related: usnistgov/NetSimulyzer#15

@bpe2 bpe2 added the output This issue alters output from the module label Oct 22, 2020
@bpe2 bpe2 self-assigned this Oct 22, 2020
@bpe2 bpe2 added the network label Oct 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
network output This issue alters output from the module
Projects
None yet
Development

No branches or pull requests

1 participant