Network game

Blitz3D Forums/Blitz3D Programming/Network game

mhorvatic(Posted 2005) [#1]
Hello,

Could someone post a tcp/ip example of a client server communication?

Thanks,
Marko


jfk EO-11110(Posted 2005) [#2]
check out the code archives.


mhorvatic(Posted 2005) [#3]
i found one in documentation but i ran into a problem that when i open tcp/ip stream i can only send 1 line of string from client to server. after that i need to close stream and open stream again to send another stream.

i must be doing something wrong.


boomboom(Posted 2005) [#4]
Yes i found that also...


Strider Centaur(Posted 2005) [#5]
Get BlitzPlay, its a Network lib that makes doing network gamine a breaze. Look for it in the tools section or over at the BlitzCoder.Com web site.