View Source Skitter.BIO.TCPSource (Skitter v0.7.1)

TCP source operation.

This operation is a source which listens to data on a tcp socket. This operation should be embedded in the workflow with a keyword list as its argument. This list should contain address and port keys, which specify the address and port to connect to, respectively.

A data element is emitted for each line sent to the tcp socket.

Operation Properties