Hi! I want to develop an app able to send (an receive) some data with a computer.
One way in what I'm thinking is stablish connection via network and exchange info using UDP packets.
Do you know any better way??? I've read that using AsyncStreams is very useful in order to do this.
Do you know any sample file can I use as base??
As I want my app be able to "talk" with computer, I'm developing another app in .NET. I know how to use UDP packets, but what does AsyncStreams use?? Maybe sockets??
Thanks!!
One way in what I'm thinking is stablish connection via network and exchange info using UDP packets.
Do you know any better way??? I've read that using AsyncStreams is very useful in order to do this.
Do you know any sample file can I use as base??
As I want my app be able to "talk" with computer, I'm developing another app in .NET. I know how to use UDP packets, but what does AsyncStreams use?? Maybe sockets??
Thanks!!
Last edited: