[comp.unix.questions] Is the a Source of a DOS-Telnet

basien@pemcom.pem-stuttgart.de (Tillman Basien) (02/16/91)

I want to write my own telnet under PC-NFS, because I need a PC-TERM-Emulation.
There a severel steps:
	What must I do in C to get a TCP/IP connection under PC-NFS to my
	hosts?
	Does anybody has an example software ?


Thanks for every response
Tillmann	

rbraun@spdcc.COM (Rich Braun) (02/16/91)

basien@pemcom.pem-stuttgart.de (Tillman Basien) writes:
>I want to write my own telnet under PC-NFS, because I need a
>PC-TERM-Emulation.
>There a severel steps:
>	What must I do in C to get a TCP/IP connection under PC-NFS to my
>	hosts?
>	Does anybody has an example software ?

There are existing terminal emulation-style telnet packages out there.
CMU PC/IP contains an H-19 emulator in its 'TN' emulator; binaries of
PC/IP are on sun.soe.clarkson.edu and sources are on husc6.harvard.edu.

A question for other folks:  I don't like H-19 emulation.  Has anyone
written an ANSI library module for PC/IP?  And should I switch to NCSA
telnet (available on uunet.uu.net), which I haven't explored yet?

-rich