is there a network-lib in process of planning?

schimanski

Well-Known Member
Licensed User
Longtime User
Hello together!

Is there a network-lib in the process of planning, like the network-lib in basic4ppc? I need something like this for TCP:

B4X:
Client.Connect (IP,Port)
..
If client.DataAvailable=True Then
  filestream.New1(client.GetStream,True)
..
..
filestreamwrite.New1(clientwrite.GetStream,True)
..

Thanks for any efforts...
 
Top