s...@pandora.be 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