Hi. How can I allow multiple clients to connect to my device or desktop and refer to them individually to send/receive text? I am able to do server client interaction but how can i interact with more than one client? Thanks.
Hi, From what I could read from the help file, you can only serv one client at a time.... you can serve serveral clients but not simultaneously... One thing I think is missing in the library is the ability to refer to the client, like client.name="BedRoom" and then use Client(BedRoom).Value = server.Accept
It is possible to communicate between one server and many clients. The ChitChat example does this exactly.