Re: [twsocket] Triggering DataAvailable

2011-07-27 Thread Lukáš Skála
I have very simillar situation, my clients (embedded units connected through GPRS) expect some sequence of bytes from server after connecting. Clients are able to send their data after they receive this starting sequence. I just send sequence of bytes in OnClientConnect events of server socket

Re: [twsocket] Triggering DataAvailable

2011-07-26 Thread Francois PIETTE
I'm using TWSocketServer to handle multiple incoming connections from a client's embedded unit. Unfortunately the remote unit has a few limitations; the main one being that it can establish an IP connection to a server but cannot send data until the server requests it. This means that althou

Re: [twsocket] Triggering DataAvailable

2011-07-26 Thread Arno Garrels
Paul Howes wrote: > Hi, > > I'm using TWSocketServer to handle multiple incoming connections from > a client's embedded unit. > > Unfortunately the remote unit has a few limitations; the main one > being that it can establish an IP connection to a server but cannot > send data until the server r

[twsocket] Triggering DataAvailable

2011-07-26 Thread Paul Howes
Hi, I'm using TWSocketServer to handle multiple incoming connections from a client's embedded unit. Unfortunately the remote unit has a few limitations; the main one being that it can establish an IP connection to a server but cannot send data until the server requests it. This means that alt