2
votes
0answers
1k views

How can I receive Multicast messages on Android?

I've got a very simple draw application on my PC that stores points and draws an oval for each point. I'm trying to send this to an android application that will receive coordinates for each point ...