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
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
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
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