TCP Socket Connection

The SenRa Network can be instructed to forward received messages to a specified IP and Port on a TCP Socket connection. The forwarder will be expecting a TCP Listener to be available to accept incoming socket connections. It is the responsibility of the user to provide a correctly configured Socket Listener for incoming socket connections. Through the SenRa Development Portal, users can configure the Notification Target option as TCP Socket and supply the Socket IP/Hostname as well as the Port. The messages are sent serially (in JSON format) on an individual socket connection, i.e. Socket.Open, Socket.Write, Socket.Close.

Platform Setup

Implementation specific.

Notifier Setup

Put the Socket IP and Port of your listening server into the Notification Target fields.