UDP?
Blitz3D Forums/Blitz3D Programming/UDP?
| ||
How do you receive and send messages in UDP? There isn't any functions that allow to send text. |
| ||
use the stream functions ;) |
| ||
and if you are using internet to send/recive the client also must map that port to its own pc. open firewall is not enough. but in lan.. udp is cool.. try send to 192.160.0.255 if you do you will send data to all 253 nodes in just one burst. |