UDP Server?

Blitz3D Forums/Blitz3D Programming/UDP Server?

asdfasdf(Posted 2006) [#1]
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?


Matty(Posted 2006) [#2]
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.


asdfasdf(Posted 2006) [#3]
OK thanks. I will lok at it.