Tagged Questions
0
votes
0answers
136 views
Please suggest whether Android WiFi Direct supports Multicast Socket communication
Using WiFi Direct in Android is it possible to establish a MulticastSocket communication?
I tried a lot for multicast socket communication between S3 and Note2 devices but no success.
Is WiFi Direct ...
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 ...
1
vote
1answer
6k views
Problem with MulticastSocket on Java-Android
I'm starting to code with MulticastSocket, trying to make a simple app with a client and a server to send messages.
The code I have for the server:
import java.io.IOException;
import ...
1
vote
2answers
2k views
Android Multicast socket stops listening
I have a service on Android that listens and responds to packets it receives via multicast.
This works most of the time, but unfortunately, I'm finding that every now and again it'll just stop ...