Mail Archives: djgpp/1995/06/25/14:59:51
> I would be very glad if anybody could give me some hint on
> a TCP/IP library (sockets a.s.o.) working with DJGPP.
From the DJGPP FAQ list (available as faq102.zip from the same
place you get DJGPP):
22.2 Q: Where can I find an example of XXXX / a package doing YYYY ?
A: Stephen Turnbull <turnbull AT shako DOT sk DOT tsukuba DOT ac DOT jp> has compiled a
list of publicly available packages related to DJGPP, based on
the DJGPP mailing list traffic. the list is still under
construction (Steve says that many pointers have not been
followed up to get host and directory references right), so this
list must be taken with a grain of salt. here is the URL:
http://turnbull.sk.tsukuba.ac.jp/public-ftp/
djgpp/doc/documentation.list.html
Here is a short list of places you might look into for examples
of frequently needed code fragments, or for packages people keep
asking about:
[snip]
* Network support libraries:
- get the file tcplib.zip from omnigate.clarkson.edu,
directory /pub/msdos/djgpp/pub. It provides TCP/IP sockets
interface.
- Raw text -