hello
I have a question while using netcomm
I want to work with a program for the server and client at the same time.
It is a kind of relay serves
server (A) <——— my App (B) <———– other App (c)
When I try to get the currently connected connections,
It returns all the connections (A) and (C).
my code here ————–
Dim k As List(Of Connection) = NetworkComms.GetExistingConnection(ConnectionType.TCP)
For Each item As Connection In k
item.SendObject("line_condition", send_text_msg)
Next
————————
I connected to only (C), sending to the data
I want to get all the connections associated with the (C).
How should I just to get the connection associated with the (C)?
Also things, I bought a netcomm products.
I want to receive the file download to install.
I kept you wrote a download link has expired.
How do I get new download install File?
-
This topic was modified 9 years, 1 month ago by .