Yes, but I'm working on it in C nor Android(currently): https://github.com/zeromq/pyre/blob/master/pyre/zbeacon.py#L208
On 2015-03-23 15:23, Kenneth Adam Miller wrote: > Since you have acknowledged that a UDP stack is needed on android in > C, do you have a public repository where youre testing and working on > it? > > On Mon, Mar 23, 2015 at 9:42 AM, Arnaud Loonstra <[email protected] > [3]> wrote: > >> On 2015-03-20 14:41, Pieter Hintjens wrote: >> > Could you provide me a spec for the multicast? Then Ill add it to >> > the RFC. >> > >> > The other discovery methods Id like to eventually make are >> bluetooth >> > and manual (i.e. provide the Zyre API with node endpoints taken >> from >> > arbitrary mechanisms). >> >> Its not very different from broadcast. Ive copied code from an >> early >> prototype before I adopted ZRE. The prototype use address >> 225.25.25.25 >> (the foundation I work with is called z25 hence the 25). Portnr can >> remain the same. The socket setup is slightly different. Weve >> discussed >> before setting the TTL to 1 so traffic is not leaked accidentally. >> Crossing multiple network segments would then be done consciously. >> >> I personally feel multicast should be the default. IPv6 doesnt even >> have broadcast and I havent encountered issues with multicast on >> reasonable platforms. I dont know what policies are used in >> wireless >> networks but theres a chance that multicast is allowed where >> broadcast >> isnt. >> >> Rg, >> >> Arnaud >> >> _______________________________________________ >> zeromq-dev mailing list >> [email protected] [1] >> http://lists.zeromq.org/mailman/listinfo/zeromq-dev [2] > > > > Links: > ------ > [1] mailto:[email protected] > [2] http://lists.zeromq.org/mailman/listinfo/zeromq-dev > [3] mailto:[email protected] _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
