[BMX] BBStream Module

Community Forums/Showcase/[BMX] BBStream Module

Ked(Posted 2008) [#1]
Hey. I completed a simple module that lets you use the Blitz+/Blitz3D TCP commands to create TCP streams/servers. Could someone help me test it out and let me know if there are any problems? It would be greatly appreciated.

Thanks.

DOWNLOAD
BBStream.ZIP


xlsior(Posted 2008) [#2]
Some actual sample code might be useful...


Ked(Posted 2008) [#3]
I have just noticed that I forgot a pretty important function. I will post some code when I update the link.


Ked(Posted 2008) [#4]
The link has been updated along with the module. I have also added simple client and server codes to the ZIP.

Sorry, that I have not been on here recently.


Ked(Posted 2008) [#5]
BTW: When I said:
I completed a simple module that lets you use the Blitz+/Blitz3D TCP commands to create TCP streams/servers.
I meant that I wrapped the TSocket and TSocketStream functions into B3D/B+ functions. (ie. BBAcceptTCPStream, BBCreateTCPServer)