TCP/IP transmit

erkin593

New Member
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:
 

magarcan

Active Member
Licensed User
Longtime User
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:
Top