Replies: 1 comment 1 reply
-
The TsnNetworkBase contains only components that can configure an existing network. If the network is not existing, you cannot configure it. I just don't understand this:
how TsnNetworkBase is related to classes, or Bitrate? as for building up a TSN network dynamically. It's exactly the same as with any other module. You just can't configure them automatically. You have to configure all the TSN parameters, schedules manually (as you can use the TsnNetworkBase) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to dynamically build TSN network without using the ned or ini files, similar to the examples in samples/routing/netbuilder.cc.
The problem is that I can't inherit the network from the TsnNetworkBase as shown below. It would show me an error that the network is empty. which is true, since my network started to be built after I ran the simulation.
I want to inherit from TsnNetworkBase since I want also to modify parameters that come from that class (e.g: Bitrate). Is there way to go around this?
Is there an example that shows how to build TsnNetwork dynamically?
Beta Was this translation helpful? Give feedback.
All reactions