"Stephen J. Turnbull" <turnbull(a)sk.tsukuba.ac.jp> writes:
AK> We maked a player in Linux with Lisp languaege ,but we
dont
AK> know how to = make a UDP connection between our player and the
AK> server with Lisp languaege. We looked in many sources ,but we
AK> didn't attain any affects. Please say to us for making a UDP
AK> connection and geting and sending = messages with that Lisp
AK> languaege which orders .
XEmacs Lisp currently supports only TCP connections.
`open-network-stream' have an optional parameter PROTOCOL that can be
used for UDP clients. It looks as if the player above only need the
client part.
The eicq package contains a separate program which will make UDP
connections.
I believe it is a UDP _server_, because there's no API for doing that
in elisp today. (Well, unless, you use eicq. I'm not familiar with
it to say if it implements generic UDP servers or something tied to
ICQ.)