Re: TCP (or UDP) daytime client in Smalltalk
John Sellers <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.gnu.general |
|---|---|
| Message-ID | <CAPAk9PUAnZ6=QzkdRad1zWR1w4BQ-XwkFmsEvCzbLzdxxyRx3A@mail.gmail.com> |
Why am I getting these emails? On Fri, May 29, 2020, 5:59 AM Derek Zhou <[email protected]> wrote: > [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 > >