Re: TCP (or UDP) daytime client in Smalltalk
Derek Zhou <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.gnu.general |
|---|---|
| Message-ID | <[email protected]> |
[email protected] writes: > Is there a way to load the NetNameResolver class in GNU smalltalk please ? > > Or is there an example of TCP/IP (TCP or UDP) NetClient programming with gst ? gst ships with a sockets library; please check the included info page. The documentation is scant; you may have to read the source code. I suppose for simple client/server socket programming it should be fairly easy. Derek