TSP Edge User’s Manual
40-400-00065, Rev. E
60
Communicating with Edge Configuration Software Using TCP
To communicate with the Edge configuration software using TCP, an application
must request three socket connections from the Edge configuration software. All
requests are to the IP address of the PC that is running the Edge configuration
software, and are sent to the same port (default 3474). The first socket requested will
become
socket1
, the second
socket2
and the third
socket3
. All commands to the Edge
configuration software are sent on
socket1
. Data returned from the Edge configuration
software is sent as described in the following command descriptions.
Since the socket connections are assigned in the order that they are requested, in the
event that any connection fails, all three must be closed and then re-established.
For example, to set a channel into a ringing diagnostic state, the command would be:
puts $socket1 SETDIAGNOSTIC,test.2.1.01,1
The exact command format may vary depending upon the actual programming
language used.
Содержание TSP Edge
Страница 1: ...TSP Edge User s Manual 40 400 00065 Rev E ...