Xref: news2.mv.net comp.os.msdos.djgpp:7979 From: John Sabean Newsgroups: comp.os.msdos.djgpp Subject: Re: Telnet client with DJGPP? Date: Wed, 28 Aug 1996 11:06:39 -0400 Organization: University of Maryland, College Park Lines: 28 Message-ID: <3224607F.41C67EA6@eng.umd.edu> References: <321B2FC1 DOT 16C9 AT gm DOT gamemaster DOT qc DOT ca> NNTP-Posting-Host: x-15.umd.edu 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 Raja Vallee-Rai wrote: > > Hey folks. > > Is it possible to create a telnet client for w95 using djgpp? > I tried the TCPLIB, except it would seem it needs some packet drivers or > something and is unable to use the PPP connection I have established. > > Thanks, > Raja Yeah, you would need a PPP packet driver. Of course, I believe this is completely incompatible in Win95. You'd need to reboot to DOS to and establish a PPP connection with a DOS PPP packet driver there. If you want a DOS PPP packet driver, there is full instructions on how to set it up anywhere where you can download KALI. Try ftp://ftp.axxis.com/pub/kali/kalippp.zip (I think the kali version for DOS uses WATTCP..... Just follow all the instructions except for actually running KALI.... :) As for using the Win95 TCP stack, thats tricky. The only software I've seen that uses DJGPP to do that is Quake. So, it is in fact, possible to do this, however, I've looked long and hard for the information on how to do this and have come up with nothing.