servers, streams, etc.

BlitzMax Forums/BlitzMax Programming/servers, streams, etc.

rdodson41(Posted 2005) [#1]
Is there any way to create a server and have streams connect to that server as in BlitzPlus? Or is there a whole new way to do it in BlitzMax? I found the stream commands, but I couldn't find anyway to have two programs on seperate computers communicate via stream. In B+ i would just make a server on one, and create a stream to connect to that server by TCP. What do I do here?


rdodson41(Posted 2005) [#2]
Is there any way to do this?


Perturbatio(Posted 2005) [#3]
take a look at TSocketStream (BRL.Socketstream) It may do what you need. (not in the docs because it is uncommented).


rdodson41(Posted 2005) [#4]
This looks like it might work, but I can't really figure it out without some english documentation. Maybe Mark can document this for the next version? *hint hint*