E erkin593 New Member Jan 20, 2011 #1 At basic4 created here it is necessary to convey a specific IP port 5000, just a short message "Hello IP" I made it here Client1.New1 Client1.Connect(Client1.GetIP2("159.158.х.хх"),5000) Msgbox("Client connected.") And then display a message from the server and sending him messages not get connected dll Network.dll :sign0085:
At basic4 created here it is necessary to convey a specific IP port 5000, just a short message "Hello IP" I made it here Client1.New1 Client1.Connect(Client1.GetIP2("159.158.х.хх"),5000) Msgbox("Client connected.") And then display a message from the server and sending him messages not get connected dll Network.dll :sign0085:
M magarcan Active Member Licensed User Longtime User Aug 25, 2011 #2 You need to send a packet using TCP or UDP protocol, with the info. One system that send the packets and other receiving. I'm basic4android user so I don't think if you can do this. PD: look for NetUDP add-on. Last edited: Aug 25, 2011
You need to send a packet using TCP or UDP protocol, with the info. One system that send the packets and other receiving. I'm basic4android user so I don't think if you can do this. PD: look for NetUDP add-on.