|
Home > Archive > Apache Directory Project > March 2006 > MINA broadcast support
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
MINA broadcast support
|
|
| Jörg Henne 2006-03-23, 8:46 pm |
| Hi all,
the MINA website lists (UDP) broadcast support as missing. Is this
information still correct? Do you have any pointers for me, if I were to
embark on a mission to build broadcast support (specifically, something
DHCPish) based on old IO?
Thanks
Joerg Henne
| |
| Niklas Therning 2006-03-23, 8:46 pm |
| Hi Jörg,
AFAIK broadcast is not supported in MINA at the moment.
BTW, MINA related questions are best asked on the MINA developers list.
http://directory.apache.org/subproj...mail-lists.html describes
how to subscribe. I'm forwarding your question below to that list.
HTH
/Niklas
Jörg Henne wrote:
> Hi all,
>
> the MINA website lists (UDP) broadcast support as missing. Is this
> information still correct? Do you have any pointers for me, if I were to
> embark on a mission to build broadcast support (specifically, something
> DHCPish) based on old IO?
>
> Thanks
> Joerg Henne
| |
| Trustin Lee 2006-03-23, 8:46 pm |
| Niklas already answered, but I'd like to comment a little bit more.
On 3/23/06, Jörg Henne <j.henne-EfRxLUFLFsSzQB+pC5nmwQ@public.gmane.org> wrote:
>
> the MINA website lists (UDP) broadcast support as missing. Is this
> information still correct? Do you have any pointers for me, if I were to
> embark on a mission to build broadcast support (specifically, something
> DHCPish) based on old IO?
It's still correct and we'll be really glad if someone wants to implement
it. Implementing a new transport type (i.e. multicast) is to implement
IoAcceptor and IoConnector interface. Please refer to the implementation
classes such as DatagramAcceptor and DatagramConnector.
I didn't consider broadcasting at the moment I designed MINA API, so you
might have to modify the API to support broadcasting thoroughly. It's OK of
course. I think we need to support multicast before we release 1.0 for the
completeness of the API.
HTH,
Trustin
--
what we call human nature is actually human habit
--
http://gleamynode.net/
--
PGP key fingerprints:
* E167 E6AF E73A CBCE EE41 4A29 544D DE48 FE95 4E7E
* B693 628E 6047 4F8F CFA4 455E 1C62 A7DC 0255 ECA6
| |
| Alex Karasulu 2006-03-23, 8:46 pm |
| Trustin Lee wrote:
> Niklas already answered, but I'd like to comment a little bit more.
>
> On 3/23/06, *Jörg Henne* <j.henne-EfRxLUFLFsSzQB+pC5nmwQ@public.gmane.org
> <mailto:j.henne-EfRxLUFLFsSzQB+pC5nmwQ@public.gmane.org>> wrote:
>
> the MINA website lists (UDP) broadcast support as missing. Is this
> information still correct? Do you have any pointers for me, if I
> were to
> embark on a mission to build broadcast support (specifically,
> something
> DHCPish) based on old IO?
>
>
> It's still correct and we'll be really glad if someone wants to
> implement it. Implementing a new transport type ( i.e. multicast) is
> to implement IoAcceptor and IoConnector interface. Please refer to
> the implementation classes such as DatagramAcceptor and DatagramConnector.
>
> I didn't consider broadcasting at the moment I designed MINA API, so
> you might have to modify the API to support broadcasting thoroughly.
> It's OK of course. I think we need to support multicast before we
> release 1.0 for the completeness of the API.
Agreed would be nice to have multicast for DHCP server implementation
within ApacheDS soon so development on that can continue. This is a big
wish .
Alex
| |
| Jörg Henne 2006-03-23, 8:46 pm |
| Alex Karasulu schrieb:
> Trustin Lee wrote:
>
> Agreed would be nice to have multicast for DHCP server implementation
> within ApacheDS soon so development on that can continue. This is a
> big wish .
>
> Alex
>
Thanks to all for your input. I'll hopefully find time to have a look at
this stuff some time next week. But don't hold your breath for a fully
functioning DHCP server :-/
Joerg Henne
|
|
|
|
|