comp.lang.ada
 help / color / mirror / Atom feed
* RE: UD(datagram)  multicasting in ada
@ 2001-05-15 15:45 Coker, Jeremy
  2001-05-15 16:45 ` tmoran
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Coker, Jeremy @ 2001-05-15 15:45 UTC (permalink / raw)
  To: 'comp.lang.ada@ada.eu.org'

Hi, can anyone help me.

I've been using the R.R. Claw package to do UDP datagram send/receive,

The claw package does not seem to include multicasting for UDP (is this 
correct ?0

Otherwise, does anyone have any hints/example of UDP multicasting in ADA ?


Jeremy Coker 
Principal Software Engineer
BAE Sytems

Jeremy.coker@bae.co.uk




********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************




^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: UD(datagram)  multicasting in ada
  2001-05-15 15:45 UD(datagram) multicasting in ada Coker, Jeremy
@ 2001-05-15 16:45 ` tmoran
  2001-05-15 19:42 ` Ted Dennison
  2001-05-15 20:02 ` Randy Brukardt
  2 siblings, 0 replies; 4+ messages in thread
From: tmoran @ 2001-05-15 16:45 UTC (permalink / raw)


>I've been using the R.R. Claw package to do UDP datagram send/receive,
>
>The claw package does not seem to include multicasting for UDP (is this
>correct ?
  Look at Claw.Sockets.Datagrams.Broadcast



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: RE: UD(datagram)  multicasting in ada
  2001-05-15 15:45 UD(datagram) multicasting in ada Coker, Jeremy
  2001-05-15 16:45 ` tmoran
@ 2001-05-15 19:42 ` Ted Dennison
  2001-05-15 20:02 ` Randy Brukardt
  2 siblings, 0 replies; 4+ messages in thread
From: Ted Dennison @ 2001-05-15 19:42 UTC (permalink / raw)


In article <mailman.989942234.16016.comp.lang.ada@ada.eu.org>, Coker, Jeremy
says...
>Otherwise, does anyone have any hints/example of UDP multicasting in ADA ?

The way I remember it, multicasting involves making some appropriate IOCTL
calls, and then doing normal UDP using the proper IP addresses. There's not
really any Ada-specific issues involved. 

All you have to do is figure out the proper Socket API calls to make (any good
TCP/IP reference should have this info), then translate them into Ada (which is
a fairly trivial step). Is there something specific that you are having trouble
translating?

---
T.E.D.    homepage   - http://www.telepath.com/dennison/Ted/TED.html
          home email - mailto:dennison@telepath.com



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: UD(datagram)  multicasting in ada
  2001-05-15 15:45 UD(datagram) multicasting in ada Coker, Jeremy
  2001-05-15 16:45 ` tmoran
  2001-05-15 19:42 ` Ted Dennison
@ 2001-05-15 20:02 ` Randy Brukardt
  2 siblings, 0 replies; 4+ messages in thread
From: Randy Brukardt @ 2001-05-15 20:02 UTC (permalink / raw)


Coker, Jeremy wrote in message ...
>Hi, can anyone help me.
>
>I've been using the R.R. Claw package to do UDP datagram send/receive,
>
>The claw package does not seem to include multicasting for UDP (is this
>correct ?)
>
>Otherwise, does anyone have any hints/example of UDP multicasting in
ADA ?

Claw.Sockets was implemented on top of WinSock 1.1. Multicasting was
introduced with WinSock 2.0, so we didn't look at implementing it. We
could probably look at implementing a multicasting package; is your Claw
support agreement up-to-date??

            Randy Brukardt
            R.R. Software, Inc.






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-05-15 20:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-15 15:45 UD(datagram) multicasting in ada Coker, Jeremy
2001-05-15 16:45 ` tmoran
2001-05-15 19:42 ` Ted Dennison
2001-05-15 20:02 ` Randy Brukardt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox