Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Multicast and UDP?

 [1/2] from: pwoodward::cncdsl::com at: 17-Aug-2001 14:33


Hi - I'm working my way thru an idea with REBOL/View/Pro, and it involves using Multicast and UDP to handle communications. Is this possible with REBOL? I've got my "Internet Core Protocols" book out, and am considering how I might implement a UDP multicast server in REBOL (and of course, the matching client). I'm just thinking it might be neat to be able to use multicasting for chat purposes, or even network games implemented in REBOL. And - if one were so inclined, one could write a REBOL streaming media client/server!!! - Porter Woodward

 [2/2] from: m:koopmans2:chello:nl at: 17-Aug-2001 21:04


You can, see the core 2.5 release notes. However multicast is poorly supported sometimes. It depends on policy and hardware of your ISP and backbone providers. Alternatively, check out rugby 4 (www.rebolforces.com/~erebol) --Maarten ----- Original Message ----- From: "Porter Woodward" <[pwoodward--cncdsl--com]> To: <[rebol-list--rebol--com]> Sent: Friday, August 17, 2001 8:33 PM Subject: [REBOL] Multicast and UDP?
> Hi - > > I'm working my way thru an idea with REBOL/View/Pro, and it involves using
Multicast and UDP to handle communications. Is this possible with REBOL? I've got my "Internet Core Protocols" book out, and am considering how I might implement a UDP multicast server in REBOL (and of course, the matching client).
> I'm just thinking it might be neat to be able to use multicasting for chat
purposes, or even network games implemented in REBOL. And - if one were so inclined, one could write a REBOL streaming media client/server!!!