aboutsummaryrefslogtreecommitdiff
path: root/config/UDPTestConfig.xml
blob: 848383337ff2b741630f782c1f8d4468b19c8c92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!---All configuration items contain a "Class" tag specifying the python class they represent, and an "Args" tag specifying the args to be passed in.-->
<LightSystem>
    <InputConfiguration>
        <InputElement>
            <Class>UDPInput</Class>
            <Args>
                <InputId>UDP</InputId>
                <Port>6038</Port>
            </Args>
        </InputElement>
    </InputConfiguration>
    <BehaviorConfiguration>
        <Behavior>
            <Class>DebugBehavior</Class>
            <Args>
                <behaviorId>debug</behaviorId>
                <z-index>0</z-index>
                <Inputs>
                    <InputId>UDP</InputId>
                </Inputs>
            </Args>
        </Behavior>
    </BehaviorConfiguration>
</LightSystem>