And that's all there is to it! Here is how our client looks like
Here is how our server looks like
That is all there is to the socket programming.
I was having the same problem until some minutes ago. The code below worked for me. See the bold section. Take a look at the help for Socket.Poll. This will return True o...
Hi
how can i acknowledege an sending message in asynchronous socket program????
thank you
Hello,I'm currently working on the both the server and multiple clients with tcp port connections. A port has been opened at server side for listening. Have tried multiple clients connections ...
Hi,
I am new to this forum but I am trying to do exactly what you may have achieved!
I am trying to connect multiple clients to Server!
Any Help is appriciated
AG
Nice tutorial on Sockets. i've been developing and small network app and this article was very helpfull but i have problems implementing the comunication part, i can connect, receive and send data t...