NetSimulyzer-ns3-module icon indicating copy to clipboard operation
NetSimulyzer-ns3-module copied to clipboard

Collect Information from Net Devices

Open bpe2 opened this issue 4 years ago • 0 comments

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: https://github.com/usnistgov/ns3-visualizer3d/issues/15

bpe2 avatar Oct 22 '20 17:10 bpe2