Network Switch With QoS: Difference between revisions

m
m (capitalizing links.)
 
(2 intermediate revisions by 2 users 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
|}