home *** CD-ROM | disk | FTP | other *** search
/ FMI Superhry 1 / Superhry-I.bin / bonus / doom / programs / dmipx / doomipx.txt < prev    next >
Text File  |  1994-05-02  |  2KB  |  36 lines

  1. What is DOOMIPX, how does it work:  DOOMIPX is a minimal implementation of
  2.         the IPX protocol; it contains only calls required for DOOM to
  3.         communicate with other nodes.  DOOMIPX converts IPXSendPacket to
  4.         NETBIOS Send Datagram and IPXListenForPacket to NETBIOS Receive
  5.         Datagram, allowing DOOM to run on a NETBIOS network such as  
  6.         Lantastic.
  7.  
  8. What is the difference between DOOMIPX.COM and DOOMIPX2.COM:  The Send
  9.         Datagram portions of the two programs are the same, but the Receive
  10.         Datagram portions are a little different.  Through limited testing,
  11.         I think DOOMIPX2 is a little quicker.  You may use either one.
  12.  
  13. Note:  I have tested this software on a Lantastic network with two
  14.         computers (Intel DX33 and Cyrix DLC40).  So if it works between two
  15.         computers and not three, It may be my bug.  Also, this code sends
  16.         NETBIOS Datagrams larger than 512 bytes; so if it does not work you 
  17.         may try increasing the packet size of the Ethernet Card Driver.
  18.  
  19. To install, simply type DOOMIPX n (n = 1-4 and is unique to the workstation)
  20.  
  21. Distribution:  The .COM files are shareware, you may distribute them freely.   
  22.                The source code is not shareware, please do not distribute it.
  23.                Any contributions would be appreciated.
  24.  
  25. Source Code: The source code is 100% assembler and available for $15.00
  26.         If you want a copy (for both DOOMIPX and DOOMIPX2) send cheque to:
  27.                                                 Fran Sabolich
  28.                                                 5715 Horning Rd.
  29.                                                 Kent, OH  44240
  30.  
  31. Future Versions:  I will attempt to write a version that connects two nodes
  32.         via serial port.  I have software that does this but both my machines
  33.         have 8250 serial ports (no FIFO) and they overrun even at 9600 Baud. 
  34.         I'll try to make a version that works well with 8250 type UARTs.
  35.  
  36.