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:
Thanks for any efforts...
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...