(E-Mail Removed) (parag) wrote in message news:<(E-Mail Removed). com>...
> Hi,
>
> I want to look at the possibility of using reliable multicast to send
> software updates and periodic config/status information to all hosts
> on an Ethernet network.
What sort of config/staus info are we talking about and why would
multicasting be the best way to "distribute" it -- multicasting is a
"subsciber" initiated request, you can't "push" data to the
uninterested.
> Most of the reliable multicast work seems to be experimental/research
> oriented.
> Is there any implementation of reliable multicast on Linux that people
> have used to solve real world issues?
>
> Any help appreciated.
>
> thanks
> parag
Since you are looking to "broadcast" to _all_ hosts why use a "host
subscriber" model?
Many multicast services are available on Linux -- it's been several
years since I've played with them. Could you find a working demo
"model" similar to your needs to help you out?
I suspect that what you are after may be the work with multicasting
and IPv6 which offers an "all hosts" multicast addressing scheme. I'm
not too familiar with it however, and you can probably Google for hits
pertinent to your project better than I can.
Be warned that getting any kind of multicasting working on a LAN is
not as easy as it sounds -- there are a number of protocols that have
to be correctly set up and running. Give yourself time to play with
it and get familiar with its quirks.
You may want to consider another approach depending on your needs.
Are you sure there are not already implementations similar to what you
need that use unicasting and TCP?
not much help, I'm afraid,
prg
email above disabled