Re: [twsocket] SslWSocketServer Send and receive

2011-01-14 Thread daniel cc
Thanks Francois, Sorry for not making myself clear :( I already know these. How do I send text comand from server to the client after it has established a connection to the server? how do I do the same thing from client to the server? for example: Server sends "Hello client" to the client and

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

Re: [twsocket] TWSocket and SSL

2011-01-14 Thread Francois PIETTE
I don't have the book yet but I have already collected some info. Here are few unclear things, 1) Do I need to install the OpenSSL to the machine? Yes, but this is simply copying the two OpenSSL DLL 2) How do I use the batch file for making the keys, the batch file is made by you and it is fou

Re: [twsocket] TWSocket and SSL

2011-01-14 Thread daniel cc
Hi Francois, Thanks for the response :) I don't have the book yet but I have already collected some info. Here are few unclear things, 1) Do I need to install the OpenSSL to the machine? 2) How do I use the batch file for making the keys, the batch file is made by you and it is founded in SSL di

Re: [twsocket] TWSocket and SSL

2011-01-14 Thread Francois PIETTE
Hello Daniel, I think you first need a little background knowledge about SSL and then you can apply it with ICS components. You should probably read the book (or at least parts of it): "Network security win OpenSSL" by John Viega, matt Messier & Pravir Chandra. O-Reilly. ISBN 0-596-00270-X.