TSAT 3000 - Telemetry and data transfer via SATellite
TSAT 3000 Configuration Parameter Description, January 2013 Page 30 of 124
3.2 SOCKET PARAMETERS
Define SOCKETs used for communication to/from this Main-Unit.
The type of data on this SOCKET is defined by
•
SOCK_TYPE [n]
… while Transport-Protocol and type of SOCKET is defined by:
•
SOCK_PROTOCOL [n]
•
SOCK_ADDRESS [n]
•
SOCK_LOCAL_PORT [n]
•
SOCK_REMOTE_PORT [n]
… as shown in table below:
SOCK_
PROTOCOL
SOCK_
ADDRESS
SOCK_
LOCAL_
PORT
SOCK_
REMOTE_
PORT
Description
0 <empty>
or
“LISTEN”
1 … 65535
n/a
TCP Server Socket. Wait for an incoming
connection to this <
LOCAL-PORT>.
0 0 … 65535
TCP Client Socket. Establish a connection to
<
ADDRESS>:<REMOTE-PORT>, using a default
<
LOCAL-PORT> selected by IP-STACK.
A new attempt to establish connection is done
each
SOCK_CONNECT_TIMEOUT [n] second.
TCP
<ADDRESS>
1 … 65535 0 … 65535
TCP Client Socket. Establish a connection to
<
ADDRESS>:<REMOTE-PORT>, using the defined
<
LOCAL-PORT>.
A new attempt to establish connection is done
each
SOCK_CONNECT_TIMEOUT [n] second.
0 n/a
Not Applicable.
<empty>
or
“LISTEN”
1 … 65535 n/a
UDP Receive Socket. Receive UDP packets
to this <
LOCAL-PORT> from any ADDRESS, and
any
REMOTE-PORT.
You cannot send any data to this SOCKET.
0 0 … 65535
UDP Send Socket. Send UDP packets to
<
ADDRESS>:<REMOTE-PORT>, using a default
<
LOCAL-PORT> selected by IP-STACK.
You cannot receive any data from this SOCKET.
UDP
<ADDRESS>
1 … 65535 0 … 65535
UDP Socket. Send UDP packets to
<
ADDRESS>:<REMOTE-PORT>, using the defined
<
LOCAL-PORT>, and receive UDP packets from
the same <
ADDRESS>:<REMOTE-PORT> to the
defined <
LOCAL-PORT>.