We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To get an accurate picture of the network a Node is connected to, we must also collect from the Channel.
Node
Channel
Configure the channel once a configured NetDevice is attached to it, even if not all Nodes connected are configured.
NetDevice
Add the following components to the module:
ChannelConfiguration
Automatically aggregated when a configured NetDevice attaches to a channel. Flags this Channel for tracking.
Allow for specialized output based on the Channel type, like NetDevice
Represent as an independent entity from NetDevices, but create a direct relationship in output.
Related: usnistgov/NetSimulyzer#15
The text was updated successfully, but these errors were encountered:
bpe2
No branches or pull requests
To get an accurate picture of the network a
Node
is connected to, we must also collect from theChannel
.Configure the channel once a configured
NetDevice
is attached to it, even if not allNode
s connected are configured.Add the following components to the module:
ChannelConfiguration
Automatically aggregated when a configured
NetDevice
attaches to a channel. Flags thisChannel
for tracking.Allow for specialized output based on the
Channel
type, likeNetDevice
Represent as an independent entity from
NetDevice
s, but create a direct relationship in output.Related: usnistgov/NetSimulyzer#15
The text was updated successfully, but these errors were encountered: