Hello
Should I create an application that functions
from server and is accessible via the Internet,
the server sends data to the client after a
number of seconds. The client in turn
sends the response has been received.
Dll that use?
The Network library offers client server communication. But as far as I know, it only works on a local network. You might be able to get it to work with setting up port forwarding in your router.
Hello
I started to try the library network, after
I created the server side to determine the client that connects
course, giving each client an identifier?
By responding only to that Clinet Server?
On the server side each client would get its own Winsock # to identify it. There are many examples for simple chat programs that can handle multiple clients in almost any programming language. It is no problem to connect to these from an B4A project using the Network Library.
What kind of environment are you using on the server side?