Re: [twsocket] SslWSocketServer Send and receive

2011-01-15 Thread daniel cc
: twsocket@elists.org Subject: Re: [twsocket] SslWSocketServer Send and receive I unfortunately can't get anything out of it because I am not that good to understand and do right away what you are telling. You should first run two or more instances of the EXE demo in Magenta Systems IP Log Stre

Re: [twsocket] SslWSocketServer Send and receive

2011-01-15 Thread Angus Robertson - Magenta Systems Ltd
> I unfortunately can't get anything out of it because I am not that > good to understand and do right away what you are telling. You should first run two or more instances of the EXE demo in Magenta Systems IP Log Streaming Component I referred before, one as client, one as server, they will sho

Re: [twsocket] SslWSocketServer Send and receive

2011-01-15 Thread Francois PIETTE
To receive data, each side install an OnDataAvailable event handler and from there call Receive to get hand on data. Could you please inform the name of these samples? Please start by fully understanding OverbyteIcsSrvTcp and OverbyteIcsClient7 samples. Forget about SSL right now, you'll com

Re: [twsocket] SslWSocketServer Send and receive

2011-01-15 Thread daniel cc
Clearly you did not read my earlier message, or you would not be asking many of these questions, but would have your project working already. Angus Thanks Angus, I did read your early message. I unfortunately can't get anything out of it because I am not that good to understand and do right

Re: [twsocket] SslWSocketServer Send and receive

2011-01-15 Thread Angus Robertson - Magenta Systems Ltd
> To receive data, each side install an OnDataAvailable event handler > and from there call Receive to get hand on data. > Could you please inform the name of these samples? Do you know how to use search? OverbyteIcsConSrv1C.pas OverbyteIcsDynCli1.pas OverbyteIcsMtSrv2.pas OverbyteIcsRecv1.pas

Re: [twsocket] SslWSocketServer Send and receive

2011-01-15 Thread daniel cc
hanks in advance -daniel -Original Message- From: Francois PIETTE Sent: Friday, January 14, 2011 11:23 PM To: ICS support mailing Subject: Re: [twsocket] SslWSocketServer Send and receive 1) I need to send from SslWSocketServer to SslWSocket, A socket server cannot send any d

Re: [twsocket] SslWSocketServer Send and receive

2011-01-15 Thread Francois PIETTE
middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be - Original Message - From: "daniel cc" To: "ICS support mailing" Sent: Saturday, January 15, 2011 12:23 AM Subject: Re: [twsocket] SslWSocketServer Send and receive

Re: [twsocket] SslWSocketServer Send and receive

2011-01-14 Thread daniel cc
aniel -Original Message- From: Francois PIETTE Sent: Friday, January 14, 2011 11:23 PM To: ICS support mailing Subject: Re: [twsocket] SslWSocketServer Send and receive 1) I need to send from SslWSocketServer to SslWSocket, A socket server cannot send any data to a client. The client has fi

Re: [twsocket] SslWSocketServer Send and receive

2011-01-14 Thread Francois PIETTE
1) I need to send from SslWSocketServer to SslWSocket, A socket server cannot send any data to a client. The client has first to establish the communication with the server. At server side, a new socket is instanciated by SslWSocketServer to handle the communication with that client. Then onc

[twsocket] SslWSocketServer Send and receive

2011-01-14 Thread daniel cc
Hi guys, 1) I need to send from SslWSocketServer to SslWSocket, - Files (upload and download) - Commands. Commands are just text lines like: change IP Address, change display resolution, reboot the machine ETC. 2) I need to send from SslWSocket to SslWSocketServer, - Files (upload and download) -