home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / rec / games / programm / 5502 < prev    next >
Encoding:
Text File  |  1993-01-24  |  2.3 KB  |  49 lines

  1. Newsgroups: rec.games.programmer
  2. Path: sparky!uunet!pmafire!news.dell.com!natinst.com!cs.utexas.edu!swrinde!sdd.hp.com!ux1.cso.uiuc.edu!news.cso.uiuc.edu!void.ncsa.uiuc.edu!jonm
  3. From: jonm@void.ncsa.uiuc.edu (Jon E. Mittelhauser)
  4. Subject: Re: Novell-Network Games: How to program?
  5. References: <1jjlduINNbos@unidoct.Chemietechnik.Uni-Dortmund.DE> <C18Cv1.LyB@wimsey.bc.ca>
  6. Message-ID: <C1BtIw.EwE@news.cso.uiuc.edu>
  7. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  8. Organization: Nat'l Center for Supercomputing Applications
  9. Date: Sat, 23 Jan 1993 21:40:07 GMT
  10. Lines: 37
  11.  
  12. stoned@wimsey.bc.ca (Darren Stone) writes:
  13. >sn (sn@plato.chemietechnik.uni-dortmund.de) wrote:
  14. >: We have a new Novell (3.11) Network at our university, and
  15. >: I'd like to program some multi-user games taking advantage
  16. >: of the network. Where can I get information about how to
  17. >: do the communication-routines? Do I have to buy a book about
  18. >: this or are there some text files available via FTP?
  19. >
  20. >I had the same problem.  I wanted to do multi-user stuff over Novell,
  21. >without even having to worry if the server itself was up or if users
  22. >were logged into it.  If you want to do this, you want to learn IPX/SPX
  23. >programming.  This is peer-to-peer communication.  It's not too bad
  24. >(there's about a dozen or less routines you need to use).
  25. >
  26. >Two good books on this are:
  27. >
  28. >Programmer's Guide to Netware, McGraw Hill
  29. >Network Programming in C, Que
  30. >
  31.  
  32.    I recently decided to add IPX/SPX support for our game Netspace (which
  33. currently only uses TCP/IP).  By far the best book which I was able to find
  34. is "C Programmer's Guide to Netbios, IPX, and SPX" by David Schwaderer and
  35. published by SAMS Publishing (c) 1992.  Library of Congress Catalog Card
  36. Number: 92-61286.  ISBN:0-672-30050-8.  That should give you enough
  37. information to order it if you cannot find it in a store.  :^)
  38.    The book comes with a source disk for MSC 7.0 and/or Borland 3.1 and
  39. includes "Complete Netbios 2.h,ipx.h, and spx.h applications.  Real-time
  40. LAN conferencing application, intermediate datagram application, and C file
  41. transfer application".  I haven't had the time to port Netspace to SPX yet,
  42. but it doesn't look like it will be too bad....
  43.  
  44. -Jon Mittelhauser (jonm@ncsa.uiuc.edu)
  45.  Dragon Palace Software 
  46.  509 W. Park Ave 
  47.  Champaign, IL 61820
  48.  
  49.