home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / rec / games / mud / misc / 1753 < prev    next >
Encoding:
Internet Message Format  |  1992-12-30  |  895 b 

  1. Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!jvnc.net!netnews.upenn.edu!msuinfo!indian.cps.msu.edu!aiello
  2. From: aiello@cps.msu.edu (Joseph C Aiello)
  3. Newsgroups: rec.games.mud.misc
  4. Subject: Coding a DIKU to run locally on VMS
  5. Message-ID: <1htjrdINNelk@msuinfo.cl.msu.edu>
  6. Date: 31 Dec 92 01:53:49 GMT
  7. Reply-To: Thor@lcc.edu
  8. Organization: Dept. of Computer Science, Michigan State University
  9. Lines: 13
  10. NNTP-Posting-Host: indian.cps.msu.edu
  11. Originator: aiello@indian.cps.msu.edu
  12.  
  13. I'm patching the standard DIKU code to run on our VAX under VMS.
  14. No big deal been done before.
  15.  
  16. But our system has no network access, so what I want to do is
  17. set it up so that it can be run by local users.
  18.  
  19. Has anyone else attempted/done this before?
  20. And does anyone have any suggestions?
  21.  
  22. My current idea is to replace the the socket routines
  23. with VMS calls to handle the message passing.
  24.  
  25. *** Thor ***
  26.