UDP extension to sockets package?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

UDP extension to sockets package?

Christian Bryan
Hi there,

    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++.

Cheers

Christian


Reply | Threaded
Open this post in threaded view
|

Re: UDP extension to sockets package?

Udo Schneider
>     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.dolph
in&hl=de&selm=9nt2r1%24m53%241%40news.demos.su&rnum=1

Udo