Network Switch With QoS: Difference between revisions

m
m (Embri moved page Network switch with QoS to Network Switch With QoS: 'With' is capitalized in game, so it shall be here.)
 
(One intermediate revision by the same user not shown)
Line 14:
 
== Construction ==
 
 
== Usage ==
It can accept multiple [[Master]] and [[Slave Hatch]]es. The ratio of distribution is calculated based on weights set as parameters. Hatches are assigned to [[parameters]] based on their id which u can get by [[scanning]] them.<ref>https://github.com/Technus/TecTech/wiki/Network-switch</ref>
 
 
The parameters have ID's A:B:I and are labeled Destination A and Weight A. A represents the group of parameters. B is whether the parameter is the Destination B=0 or the Weight B=1. To do a 50,50 ratio set the parameters according to the table. The parameters allow for up to ten output to be set.
{| class="wikitable"
|+
|Parameter ID
|Label
|Value
|-
|0:0:I
|Destination 0
|1
|-
|0:1:I
|Weight 0
|0.5
|-
|1:0:I
|Destination 1
|1
|-
|1:1:I
|Weight 1
|0.5
|}