c.chnl.dst.tcps - TCP Server Delivery

Config Type Default Description
c.chnl[#].dst.tcps.port integer 5001 The TCP/IP port to listen on.
c.chnl[#].dst.tcps.ssl string '' Whether to use SSL on the TCP/IP link. ''=plain; 'i'=implicit SSL.
c.chnl[#].dst.tcps.intf string 'LM' Which interface(s) to allow TCP Server connection.
c.chnl[#].dst.tcps.allow string '' The name, IP address, wildcard IP address, or list to allow connection. ''= any device.
c.chnl[#].dst.tcps.realtime integer 0 Whether to establish a real-time link. 0=Disconnect/One-shot, 1=Real-time/Stay-connected.
c.chnl[#].dst.tcps.prompt string 'Password:' The prompt for the socket. #Firmware/v230
c.chnl[#].dst.tcps.password string 'password' The password to request before releasing data. ''= no password check.
c.chnl[#].dst.tcps.successmsg string '' (Optional) The string to send when a correct password is entered. e.g. 'OK\r\n' #Firmware/v230
Warning

One-shot TCP deliveries are an “all-or-nothing” delivery.
Data is only deleted from the ip.buffer when the remote end's TCP/IP stacks have ACK'd all the packets.
In contrast, the real-time link will read/deliver/delete in 32k chunks.