From: Shane Luttrell Newsgroups: comp.os.msdos.djgpp Subject: DJGPP and network programming Date: Fri, 05 May 2000 08:05:56 -0500 Organization: NCPA Lines: 13 Message-ID: <3912C734.715EE0A1@olemiss.edu> X-Complaints-To: newsabuse AT supernews DOT com X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.13 i586) X-Accept-Language: en MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, I am using DJGPP C in some embedded programming work under DOS. This device is eventually going to require some network programming. Does anyone know of libraries for DJGPP (hopefully open source) that work like UNIX sockets (or any other type of TCP/IP stack). I am most comfortable with UNIX networking and like DJGPP since I can switch development from my Linux box to the DOS embedded platform with minimal hassle. I know I can always shift to Borland or another commercial C package, but I want to leave this as a last resort. Thanks for the help, Shane