javapgm icon indicating copy to clipboard operation
javapgm copied to clipboard

What would it take for javapgm to support android?

Open awynne opened this issue 9 years ago • 4 comments

awynne avatar May 01 '15 13:05 awynne

First problem for Android is that multicast packets are dropped, I don't follow each version but other projects desiring an efficient mobile communication medium have had to resort to plain broadcast. Zbeacon is an example of this.

steve-o avatar May 01 '15 13:05 steve-o

Thanks for the tip. Do you have experience with Zbeacon with JeroMQ on Android? Is it well supported?

awynne avatar May 01 '15 16:05 awynne

I believe it is used by Samsung for many different apps, you can get support through the ZeroMQ mailing list or commercially through iMatix. There are active discussions this month.

steve-o avatar May 01 '15 17:05 steve-o

I just read here, Android supports Multicast. You just have to obtain a lock. This should allow a pure-Java PGM implementation for Android.

b-errouane avatar Dec 15 '15 09:12 b-errouane