4.20. jsa.util.streamServer: Receiving streaming data over a network

jsa.util.streamServer implements a server that listen at a specified port. Upon receiving data from a client, it forwards the stream data to standard output. jsa.util.streamServer and jsa.util.streamClient can be used to set up streaming applications such as real-time analyses. By default, the server listens on port 3456, unless specified otherwise.

4.20.1. Synopsis

jsa.util.streamServer: Listen for input from a stream and forward the streamed data to the standard output

4.20.2. Usage

jsa.util.streamServer [options]

4.20.3. Options

--port=i Port to listen to (default=‘3456’)
--help Display this usage and exit (default=’false’)