Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is Multicast programming possible in android 4.0.3?

I'm developing an Android application which can communicate to the java server using multicast socket. I've developed same application successfully in java only, but i am getting problem when I'm using the same code in android. I found a code on Google thread reporting that android doesn't support multicastSocket. Please tell me how can we apply multicasting in android ? Is Multicast programming possible in android ? Please provide some useful links..

like image 723
Rahul Gautam Avatar asked Mar 25 '26 12:03

Rahul Gautam


1 Answers

Yes it is possible in android to use multicast socket. you may refer to this class for android

http://developer.android.com/reference/java/net/MulticastSocket.html

like image 110
Macrosoft-Dev Avatar answered Mar 28 '26 01:03

Macrosoft-Dev



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!