Levente Mészáros
Levente Mészáros
I checked the documentation and added some more to what was already there.
Can we close this issue?
Not really, but basically you can write expressions with and/or and *, colors are either dark/light color groups or color names separated by commas. Colors are used cyclically. 
I have no idea. It seems like that the expression should be used instead of 0 but it was commented out for a reason I guess. Needs more investigation.
optimparallel is a Python library. You can install it with the usual `pip3 install optimparallel` command.
I think the bandwidth parameter is inherited from a base module and it is misleading because it gives you the impression that you can directly control the bandwidth of the...
Try searching for those class names in the src folder using the `rg Ieee80211OfdmCompliantModes` and `rg Ieee80211HtmcsTable`.
The queue module and the classifier modules are both passive modules, they do not initiate activity. There are queue submodules in the expressMacLayer and preemptableMacLayer submodules by default, I don't...
The servers pull packets from the directly connected modules on their input. Perhaps you could try putting a server module right after the outer queue. This would allow the TAS...
Without having the example I cannot tell what is the cause of this behavior. Let's add a frame preemption combined with time-aware shaper showcase to the repository. Could you please...