Last updated
Was this helpful?
Last updated
Was this helpful?
The TCP Nodes provide a means for the user to perform several actions within the TCP communications protocol. TCP, or Transmission Control Protocol, is part of the Internet protocol suite and allows for bidirectional communication between a server and a client. To use the TCP Nodes in Incari, the user needs to locate the in Project Settings and add a Connection
.
This form of Communication in Incari is available as a plugin and is enabled as default. However, in the case that it is disabled in the Plugins Editor, it will not appear in the Project Settings and render the TCP Nodes unavailable. Please refer to the to find out more information.
These are the guidelines for incorporating TCP Communication into a Project.
To properly start a connection, see the on the Communication Introduction page.
Once the connection has been established, there are several Nodes that cover important functions of TCP Communication.
sends a Message
through the established connection to the TCP endpoint.
executes once a TCP Message
is received.
To properly stop a connection, see the on the Communications Introduction page.