UDP Server?

Blitz3D Forums/Blitz3D Programming/UDP Server?

Can you create UDP servers? I've looking but I can't find the command for it. Also, How can I make it so that if a computer sends some info about position and stuff how could I make it so that all the computers playing on this server would hear it?

Code archives has plenty of this stuff - look under the network section, here are some links below:

http://www.blitzbasic.com/codearcs/codearcs.php?cat=4

http://www.blitzbasic.com/codearcs/codearcs.php?code=1593

http://www.blitzbasic.com/codearcs/codearcs.php?code=876

http://www.blitzbasic.com/codearcs/codearcs.php?code=336

Also check out blitzplay in the toolbox and rottnet also in the toolbox.

OK thanks. I will lok at it.