aboutsummaryrefslogtreecommitdiff
path: root/config/UDPTestConfig.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/UDPTestConfig.xml')
-rw-r--r--config/UDPTestConfig.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/config/UDPTestConfig.xml b/config/UDPTestConfig.xml
new file mode 100644
index 0000000..8483833
--- /dev/null
+++ b/config/UDPTestConfig.xml
@@ -0,0 +1,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>