Android Question How to receive a UDP packet?

PD5DJ

Member
Licensed User
Longtime User
Hi all

Im playing with UDP at the moment.
I am making an app that send UDP packets to a server to controll stuf..
That part already works very very good.. via the UDP send sample.. so far so good.

But now i want to receive a packet back from the server on another port after a command i send to the server.

I can not seem to find a simple example for receiving a packet.. :(
 
Top