Lisp HUG Maillist Archive

UDP

Hello,

 

Does there exist a LispWorks interface for UDP? I know there is a TCP/IP interface. Thanks

 

Lonnell Ahiyya

lonnell@symbolicsresearch.com

Re: UDP

Hi,

Some people at our lab were able to make CL-ZEROCONF work on LispWorks, which is based on UDP, if I remember correctly. So there must either be a UDP implementation in there, or it uses a portable UDP implementation somehow.

See http://www.cliki.net/CL-ZEROCONF for CL-ZEROCONF. If that doesn't help, let me know, and I can try to find out more...

Pascal

On 30 Jan 2009, at 20:08, Lonnell Ahiyya wrote:

Hello,
 
Does there exist a LispWorks interface for UDP? I know there is a TCP/IP interface. Thanks
 
Lonnell Ahiyya
lonnell@symbolicsresearch.com

-- 
ELS'09: http://www.european-lisp-symposium.org/

Pascal Costanza, mailto:pc@p-cos.net, http://p-cos.net
Vrije Universiteit Brussel
Programming Technology Lab
Artificial Intelligence Lab
Pleinlaan 2, B-1050 Brussel, Belgium




Re: UDP

"Lonnell Ahiyya" <lonnell@symbolicsresearch.com> writes:

> Hello,
>
>  
>
> Does there exist a LispWorks interface for UDP? I know there is a TCP/IP
> interface. Thanks

Yes:

  http://www.cliki.net/LispWorks-UDP

Zach


Re: UDP

"Lonnell Ahiyya" <lonnell@symbolicsresearch.com> writes:

> Does there exist a LispWorks interface for UDP? I know there is a TCP/IP
> interface. Thanks

If you are only on Linux and want to be able to get UDP errors then

http://www.cliki.net/cffi-udp

Our primary platform is Allegro but I test Lispworks occasionally.

Happy to accept patches for non-Linux . . .


Updated at: 2020-12-10 08:41 UTC