home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet Server 1.0 / ReadMe < prev    next >
Encoding:
Text File  |  1996-01-14  |  2.1 KB  |  45 lines  |  [TEXT/KAHL]

  1.  
  2. 1/14/96
  3.  
  4. Copyright Mikhail Fridberg 1994.
  5.  
  6. This is Telnet-based Talk server/client, which can be used as a substitute for
  7. people who don't have talk applications. I wrote it to be able to talk to my
  8. girlfriend, who was in Israel at the time, and her Unix machine (I know, I know,
  9. it's hard to belive but it's true) could not connect to either my Mac or VAX
  10. computers using talk protocol. So I spent few days and made this monster. All it
  11. does is listens on telnet port for incoming connections (you can change port
  12. number in headers) and, when connection recieved, sends back greeting string
  13. entered in the panel, beeps many times and opens 2 windows - one to talk and one
  14. to listen. Any computer that has telnet client will be able to connect. Once you
  15. are connected, you can type your text in typing window and it'll be sent to the
  16. client. This program uses Communication Toolbox and VT100 tool to create windows. It
  17. REQUIRES to have VT102 tool present. It DOES NOT CHECK for Communication Toolbox, or
  18. any communication tools present. In fact, it does very little checking. I do not 
  19. reccomend using it without going throug source code and including sufficient error 
  20. checking routines. It also does not clean up very well after itself on quit, 
  21. so you'll have to work with it and fix it.
  22.  
  23. It also uses my BSD Socket library for TCP communications. It implements very limited
  24. number of calls. It's based on John Norstad's NewsWatcher source code.
  25.  
  26. I was using finger source code by Steve Falkenburg from Apple DTS. I had modified his
  27. code as was nessesary for my purposes.
  28.  
  29. LEGAL STUFF:
  30.  
  31. THIS SOFTWARE IS PROVIDED AS IS AND I DISCLIME ANY RESPONCIBILITY FOR IT. IN NO 
  32. EVENT WILL I BE LIABLE FOR ANY DAMAGES, DIRECT AND INDIRECT. THERE IS ABSOLUTELY 
  33. NO WARRANTY FOR THIS SOFTWARE, IMPLIED AND OTHERWISE. YOU CAN USE IT ON YOUR OWN
  34. RISK.
  35.  
  36. I had it written about 2 years ago, and hadn't used it since. I don't remember all
  37. detailes of it's operations, but will do my best trying to help anyone who has
  38. questions about it. If you have any questions, you can contact me at:
  39.  
  40. <mailto:fridberg@pfc.mit.edu>
  41.  
  42. Credits:
  43.  
  44. Thanks to Steve Falkenburg, John Norstad, and Apple Computer.
  45.