Changes for page UDP Input

Last modified by Alexander Mott on 2024/06/14 19:07

From version 5.1
edited by Alexander Mott
on 2024/06/14 19:07
Change comment: There is no comment for this version
To version 3.1
edited by Mark Kohlmann
on 2021/01/20 18:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -SHOWRUNNER™ Integrations Guide.Integration Options.WebHome
1 +SHOWRUNNER™ User Guide & Wiki.SHOWRUNNER™ Appendix.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.alexander\.mott@chiefintegrations\.com
1 +XWiki.mark\.kohlmann@chiefintegrations\.com
Content
... ... @@ -1,14 +1,11 @@
1 -ShowRunnerCLC™ can accept commands via UDP.  Feedback is not provided.
1 +ShowRunner can accept commands via UDP.  Feedback is not provided.
2 2  
3 3  Enable the UDP listener by specifying a port in the config:
4 4  
5 -(% class="box" %)
6 -(((
7 -##"UdpListener":
5 +## "UdpListener":
8 8   {
9 9   "ListenPort": 45794
10 10   },##
11 -)))
12 12  
13 13  Commands are sent to objects by GlobalId followed by the Action and then any relevant Properties (Properties are interpreted in the order shown).  They are dot delimited and terminated with a carriage return. 
14 14  Format: ##GlobalId.ActionName[.ActionPropertyValue]\x0D##