TCP Sink: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(initial creation)
 
Line 14: Line 14:


; Address
; Address
: default: '127.0.0.1'
: Only used in Client mode (default: '127.0.0.1')


; Port
; Port

Revision as of 01:16, 8 December 2020

This block supports TCP connections in both server (listening for inbound connections) and client mode (initiating connections to other systems as a client). In client mode,the block connects to a server at the given address and port. In server mode, the block starts a local listener on the given port and accepts the first client connection.

This block does support IPv6 addresses. If an IPv6 address is detected as the destination IP address, the block will automatically adjust for proper connection. Just make sure your IPv6 stack is enabled. To listen in server mode for both IPv4 and IPv6, use :: as the address. To connect to IPv6 localhost use ::1 as the address.
Added in 3.9

Parameters

(R): Run-time adjustable

Input Type
options: [complex, float, int, short, byte]
Mode
options: [Client, Server]
Address
Only used in Client mode (default: '127.0.0.1')
Port
default: '2000'
Vec Length
default: '1'

Example Flowgraph

This flowgraph can be found at [1]

Test tcp sink server fg.png

Source Files

C++ files
TODO
Header files
TODO
Public header files
TODO
Block definition
TODO