|
Description
ND Telnet server is a program running as a service on WindowsNT. It allows different users
to access via the network to the computer on which the server is running. The program first log
on the user and then runs a command shell (CMD.EXE is the default one).
I wrote this small program in order to perform CFD (Computational Fluid Dynamics) from home
on my WindowsNT machine at work. With other programs, if you start a process, it will be killed
when logging out. With ND telnet server, I can start a calculation, logout, login later on, stop
the calculation and check the result.
It has strong limitations right now, but I think it is working fine for the design purpose.
My work and studies are taking too much of my time so I have not planned any new version.
It might also take time for me to answer your questions.
You can send an e-mail I will do my best to reply quickly.
Bugs & Limitations
ND Telnet server is small and very simple. The known "bugs" or limitations are:
- if you do not log out properly, or if the connection is killed, the server will take 100% of the processor time. For some reason it creates as many threads as it can...
- special sequences like Ctrl+* are not supported
- when you logon, the process you created are not killed (I wanted it that way)
- NO SECURITY, except the usual windows security
- no user preferences (network disk, user directory, etc...). I advise you to create a "guest" account that can only read files.
Contact
Contact me for any comment, question, bug report or just to tell me you passed by:
deschatr@passagen.se
Download
The last version is version 1.3.
You can download the files archived in zip format:
NDTelnet.zip (51Kb)
or the installation file:
Setup.exe (306Kb)
|