Search found 3 matches

by mitalum
Fri Sep 20, 2013 3:41 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: New Feature Requests
Replies: 275
Views: 2222345

Re: TPI Enhancement Proposal

The envisalink will only accept one client connection on port 4025. When a connection is established an attempt at a second connection has the following behavior. client sends SYN envisalink sends SYN-ACK client sends ACK (this is the normal 3-way TCP handshake for connections establishment) then ...
by mitalum
Wed Jul 31, 2013 8:00 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: New Feature Requests
Replies: 275
Views: 2222345

TPI Enhancement Proposal

The envisalink will only accept one client connection on port 4025. When a connection is established an attempt at a second connection has the following behavior. client sends SYN envisalink sends SYN-ACK client sends ACK (this is the normal 3-way TCP handshake for connections establishment) then ...
by mitalum
Tue Jul 30, 2013 8:29 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Envisalink - TPI Documentation
Replies: 120
Views: 785968

Re: Envisalink 2DS - TPI Documentation

I have written (in TCL) a simple TPI client which decodes, timestamps and logs all TPI commands from the envisalink 3. The client can detect socket errors, like the connection closed or reset by the server. In order to make this more reliable, the client sends a poll application command every 2.5 ...