> Quick question, has anyone extended the sockets package to provide UDP
> datagram stuff? I am trying to write a tool that would allow me to talk to
a
> hardware unit at work, that provides comms to automotive electronics. The
> problem is that to talk to it requires using UDP not TCP. I would like to
> show fellow employees that the answer does not necessarily mean using
Visual
> Basic or C++.
Dmitry Zamotkin published UDP Socket enhancements some time ago. You can try
the following link:
http://groups.google.com/groups?q=UDP+Socket+group:comp.lang.smalltalk.dolphin&hl=de&selm=9nt2r1%24m53%241%40news.demos.su&rnum=1
Udo