TCP/IP Based Network traffic (Like WinSock)

TARQ

Member
Licensed User
TCP/IP Based Network traffic (Like WinSock)

--------------------------------------------------------------------------------

I am trying to write a program that has a Client/Server structure.
The Client has to communicate raw data (no files but strings and numbers)through the Internet with the server. This has to be a two way communication.

The server application has to be able to handle multiple clients at the same time. So this will be written in MS VS NET 2005.

Is there a way with the current version of Basic4PPC to do this????
 

TARQ

Member
Licensed User
The example in the help is of sending strings.
After you get a stream with client.GetStream you can send any data you want with a BinaryFile object.

Thanks. Will try that.
And this will communicate with VB.NET 2005???
 
Top