From: Erann Gat
Subject: UDP and multicast in MCL?
Date: 
Message-ID: <gat-1706991357000001@milo.jpl.nasa.gov>
Does anyone know how to do UDP and/or IP multicast in MCL?

Thanks,
Erann Gat
···@jpl.nasa.gov
From: John Wiseman
Subject: Re: UDP and multicast in MCL?
Date: 
Message-ID: <arxzp1ye86d.fsf@gargoyle.cs.uchicago.edu>
···@jpl.nasa.gov (Erann Gat) writes:

> From: ···@jpl.nasa.gov (Erann Gat)
> Newsgroups: comp.lang.lisp.mcl,comp.lang.lisp
> Date: 17 Jun 1999 15:57:00 -0500
> Organization: Jet Propulsion Lab
> Mime-Version: 1.0
> Content-Transfer-Encoding: 7bit
> 
> 
> Does anyone know how to do UDP and/or IP multicast in MCL?

I have a hunch that using FFI to talk to a nice sane wrapper around
Open Transport might be the easiest way to achieve these goals.

I've only used programs that used it, not used it myself, but GUSI
(<http://www.iis.ee.ethz.ch/~neeri/macintosh/gusi-qa.html>) is a BSD
socket emulation layer for Open Transport.  It does UDP, but I don't
know about IP multicast.  I think there's a version 2 in beta now.

Sorry I can't help you more.


John Wiseman