Difference between revisions of "Experimental:SocketIO DAT"
(Created page with "{{Summary |opFamily=DAT |opLabel=SocketIO |opFilter=False |opType=socketio |long= See also: WebSocket DAT |opClass=socketioDAT_Class |short= |opLicen...") |
|||
Line 14: | Line 14: | ||
|pageName=Connect | |pageName=Connect | ||
|pageSummary= | |pageSummary= | ||
− | |items= | + | |items={{Parameter|opFamily=DAT |
+ | |opType=socketio | ||
+ | |parName=active | ||
+ | |parOrder=0 | ||
+ | |parSummary=When enabled, the SocketIO DAT is actively listening for events from the server, and can also emit events. | ||
+ | |parLabel=Active | ||
+ | |parType= | ||
+ | |parReadOnly= | ||
+ | |parItems= | ||
+ | }} | ||
+ | {{Parameter|opFamily=DAT | ||
+ | |opType=socketio | ||
+ | |parName=url | ||
+ | |parOrder=0 | ||
+ | |parSummary=The URL of the socket.io server. | ||
+ | |parLabel=URL | ||
+ | |parType= | ||
+ | |parReadOnly= | ||
+ | |parItems= | ||
+ | }} | ||
+ | {{Parameter|opFamily=DAT | ||
+ | |opType=socketio | ||
+ | |parName=url | ||
+ | |parOrder=0 | ||
+ | |parSummary=Enables TLS (transport layer security) certificate verification. | ||
+ | |parLabel=URL | ||
+ | |parType= | ||
+ | |parReadOnly= | ||
+ | |parItems= | ||
+ | }} | ||
}} | }} | ||
{{ParameterPage | {{ParameterPage | ||
Line 22: | Line 51: | ||
|items= | |items= | ||
{{Parameter|opFamily=DAT | {{Parameter|opFamily=DAT | ||
− | |opType= | + | |opType=socketio |
|parName=callbacks | |parName=callbacks | ||
|parOrder=0 | |parOrder=0 | ||
Line 32: | Line 61: | ||
}} | }} | ||
{{Parameter|opFamily=DAT | {{Parameter|opFamily=DAT | ||
− | |opType= | + | |opType=socketio |
|parName=executeloc | |parName=executeloc | ||
|parOrder=1 | |parOrder=1 | ||
Line 61: | Line 90: | ||
}} | }} | ||
{{Parameter|opFamily=DAT | {{Parameter|opFamily=DAT | ||
− | |opType= | + | |opType=socketio |
|parName=fromop | |parName=fromop | ||
|parOrder=2 | |parOrder=2 | ||
Line 71: | Line 100: | ||
}} | }} | ||
{{Parameter|opFamily=DAT | {{Parameter|opFamily=DAT | ||
− | |opType= | + | |opType=socketio |
|parName=clamp | |parName=clamp | ||
|parOrder=3 | |parOrder=3 | ||
Line 81: | Line 110: | ||
}} | }} | ||
{{Parameter|opFamily=DAT | {{Parameter|opFamily=DAT | ||
− | |opType= | + | |opType=socketio |
|parName=maxlines | |parName=maxlines | ||
|parOrder=4 | |parOrder=4 | ||
Line 91: | Line 120: | ||
}} | }} | ||
{{Parameter|opFamily=DAT | {{Parameter|opFamily=DAT | ||
− | |opType= | + | |opType=socketio |
|parName=clear | |parName=clear | ||
|parOrder=5 | |parOrder=5 | ||
Line 101: | Line 130: | ||
}} | }} | ||
{{Parameter|opFamily=DAT | {{Parameter|opFamily=DAT | ||
− | |opType= | + | |opType=socketio |
|parName=bytes | |parName=bytes | ||
|parOrder=6 | |parOrder=6 |
Revision as of 17:28, 12 August 2019
Summary[edit]
See also: WebSocket DAT
Contents
Parameters - Connect Page
Active active
- When enabled, the SocketIO DAT is actively listening for events from the server, and can also emit events.
URL url
- The URL of the socket.io server.
URL url
- Enables TLS (transport layer security) certificate verification.
Parameters - Received Messages Page
Callbacks DAT callbacks
- The Callbacks DAT will execute once for each message coming in.
Execute from executeloc
- ⊞ - Determines the location the script is run from.
- Current Node
current
- The script is executed from the current node location.
- Callbacks DAT
callbacks
- The script is executed from the location of the DAT specified in the Callbacks DAT parameter.
- Specified Operator
op
- The script is executed from the operator specified in the From Operator parameter below.
From Operator fromop
- The operator whose state change will trigger the DAT to execute its script when Execute from is set to Specified Operator. This operator is also the path that the script will be executed from if the Execute from parameter is set to Specified Operator.
Clamp Output clamp
- The DAT is limited to 100 messages by default but with Clamp Output, this can be set to anything including unlimited.
Maximum Lines maxlines
- Limits the number of messages, older messages are removed from the list first.
Clear Output clear
- Deletes all lines except the heading. To clear with a python script op("opname").par.clear.pulse()
Bytes Column bytes
- Outputs the raw bytes of the message in a separate column.
Parameters - Common Page
Language language
- ⊞ - Select how the DAT decides which script language to operate on.
- Input
input
- The DAT uses the inputs script language.
- Node
node
- The DAT uses it's own script language.
Edit/View Extension extension
- ⊞ - Select the file extension this DAT should expose to external editors.
- dat
dat
- various common file extensions.
- From Language
language
- pick extension from DATs script language.
- Custom Extension
custom
- Specify a custom extension.
Custom Extension customext
- Specifiy the custom extension.
Word Wrap wordwrap
- ⊞ - Enable Word Wrap for Node Display.
- Input
input
- The DAT uses the inputs setting.
- On
on
- Turn on Word Wrap.
- Off
off
- Turn off Word Wrap.
Operator Inputs
- Input 0 -
DATs |
---|
• • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • |
An Operator Family that manipulates text strings: multi-line text or tables. Multi-line text is often a command Script, but can be any multi-line text. Tables are rows and columns of cells, each containing a text string.
Any of the procedural data operators. OPs do all the work in TouchDesigner. They "cook" and output data to other OPs, which ultimately result in new images, data and audio being generated. See Node.