Hi,
I'm using a simple server code on B4a to connect the tablet as a client with a pc server.
Socket1.Initialize("Socket1")
Socket1.Connect(ServerIp,port,1000)
If Connected = True Then AStreams.Initialize(Socket1.InputStream,Socket1.OutputStream,"Astreams")
Is there any better and more safe way to do that, something like B4a-bridge but acting as a client?
I appreciate any help
thank you
mike
I'm using a simple server code on B4a to connect the tablet as a client with a pc server.
Socket1.Initialize("Socket1")
Socket1.Connect(ServerIp,port,1000)
If Connected = True Then AStreams.Initialize(Socket1.InputStream,Socket1.OutputStream,"Astreams")
Is there any better and more safe way to do that, something like B4a-bridge but acting as a client?
I appreciate any help
thank you
mike