home *** CD-ROM | disk | FTP | other *** search
/ WADS of WADS / WadsOfWads.1994.zip / UNSORTED / IPXFER11.ZIP / IPXFER11.DOC < prev    next >
Text File  |  1994-06-13  |  6KB  |  178 lines

  1. ============
  2. IPXFER v1.10
  3. ============
  4.  
  5. IPXFER is a set of utilities for sending files accross an IPX network. This
  6. eliminates the headache of juggling floppies when you are exchanging, say
  7. for instance PWADs.
  8.  
  9. Well, here is the v1.10 release.  Thanks to a few individuals that have
  10. bothered to reply to my request for comments, I have decided to continue
  11. work on this program.
  12.  
  13. This program fixes a small bug in v1.00 that would cause a really weird
  14. result if you told it to send files that did not exist.  I have also
  15. once again tweaked the packet sequencing method.  I have yet to have a
  16. transfer lock with v1.10  (I have beta tested it by sending better than
  17. 500Mb of data back and forth... I guess its pretty well bug free now.)
  18.  
  19. ==========
  20. DISCLAIMER
  21. ==========
  22.  
  23. The author of this program accepts NO resposibility for any damage whether
  24. it be Software, Hardware, or Mental from the use of this program.
  25.  
  26. ============
  27. DISTRUBUTION
  28. ============
  29.  
  30. Everyone and anyone that can use a copy of this program is more than welcome
  31. to it!  Just please include this text file!
  32.  
  33. ===========
  34. Limitations
  35. ===========
  36.  
  37.    You can only receive files on one computer at a time.  I'm working on this,
  38.    but its tougher than it sounds.  It's hard enough to try to make sure the
  39.    file gets there intact when IPX does NO packet checking itself.
  40.  
  41.    You MUST be in the directory of the files that you wish to send.  (Don't
  42.    enter something like the following:  SENDNET C:\DOOM\WADS\*.WAD)
  43.  
  44.    The speed of your hard drive!
  45.  
  46. This program can only transfer data as fast as your computer can process
  47. it and write it to your hard drive.  The physical limit at which this program
  48. is capable of transmitting data is around 900,000cps!!! (Memory to Memory
  49. transfer and no CRC checking)
  50.  
  51. The following are actual transfer speeds that I have experienced when sending
  52. a file of about 1Mb in size between different computers:
  53.  
  54.                             
  55.       386dx/40              386sx/40Mhz
  56.       11ms IDE HDD      =>  28ms IDE HDD          = 50,000 cps
  57.       2Mb Disk Cache        384kb Disk Cache
  58.  
  59.       386sx/40              386dx/40Mhz
  60.       28ms IDE HDD      =>  11ms IDE HDD          = 70,000 cps
  61.       384kb Disk Cache      2Mb Disk Cache
  62.  
  63.       386dx/40              486sx/33Mhz
  64.       11ms IDE HDD      =>  11ms IDE HDD          = 85,000 cps
  65.       2Mb Disk Cache        1Mb Disk Cache
  66.  
  67.       386dx/40              486dx/50Mhz
  68.       11ms IDE HDD      =>  10ms IDE HDD          = 95,000 cps
  69.       2Mb Disk Cache        1Mb Disk Cache
  70.  
  71.       486sx/33              486dx/50Mhz
  72.       11ms IDE HDD      =>  10ms IDE HDD          = 110,000 cps
  73.       1Mb Disk Cache        1Mb Disk Cache
  74.  
  75. I'm dying to try it between a couple of 486's that have fast SCSI hard drives!
  76.  
  77. Not bad when you compare it to the absolute maximum of 11,000cps when sending
  78. between 2 computers at 115,200baud (IF, and ONLY IF they both have 16550
  79. UARTS)!
  80.  
  81. =======================
  82. How to use this program
  83. =======================
  84.  
  85.    On the sendning computer enter
  86.  
  87.       SENDNET filename.ext  (This CAN include wildcards)
  88.  
  89.    On the receiving computer enter
  90.  
  91.       RECNET
  92.  
  93.  Thats all there is to it!
  94.  
  95.  BTW, you have to have LAN cards and your IPX drivers loaded first (DUH!) :)
  96.  
  97. IF you have a transfer crash and have to CTRL-BREAK your way out of it, enter
  98. the following command 
  99.  
  100.       CLOSES
  101.  
  102. This closes the sockets used by IPXFER so that you can initialize another
  103. transfer.
  104.  
  105.                               Josh
  106.  
  107. PS- If you have a transfer lockup that is not the fault of you IPX drivers, or
  108. the lack of good cables/terminators... PLEASE let me know.  I have not had
  109. any lockups whatsoever with v1.10  but, the hardest bugs to kill are ones
  110. that don't show up on your computer!
  111.  
  112. ===============================================
  113. Other DOOM related programs by Jackson Software
  114. ===============================================
  115.  
  116. The following are available at the OFFICIAL DOOM ftp site:
  117.  
  118.    infant2.sphs.indiana.edu
  119.  
  120. And at Software Creations BBS
  121.  
  122.    (508) 368-7036
  123.    (508) 368-4137
  124.  
  125. The DOOM Front END (Currently at v1.33) DFE133.ZIP
  126.  
  127.    A menu system of sorts for DOOM. Supports IPX, Serial, Modem, and Single
  128.    player games.  Allows for External wad file loading.  It also has a built
  129.    in Map and Sprite Viewer.
  130.  
  131. The DOOM Hacker's Tool Kit (Currently at v1.00) DHTK100.ZIP
  132.  
  133.    Tons of source code for accessing a variety of resources in the wad file
  134.    including:
  135.  
  136.       Sprite Viewing/Scaling
  137.       Map Viewing/Scaling
  138.       Wall Texture Viewing/Scaling
  139.       Floor Texture Viewing/Scaling
  140.       SoundBlaster Sound Sampling Routines
  141.       -plus-
  142.       The source code for DFE v1.32 (Sorry, it has a small bug in it, but it
  143.       was the current version when I released DHTK100.ZIP)
  144.  
  145. IPXSETUP v1.1  IPXSTP11.ZIP
  146.  
  147.    A modified version of IPXSETUP.EXE from Id software that corrects the
  148.    problem "OPEN SOCKET 0xFF" after aborting an IPXSETUP session.
  149.  
  150.    This program is currently being included in the ZIP files for all of my 
  151.    other utilities.
  152.  
  153. ================
  154. My advertisement
  155. ================
  156.  
  157. If you are interested in setting up an IPX based network for playing DOOM,
  158. or anything else that uses it (Windows for Workgroupd, Novell, etc),  I am
  159. currently selling IPX based cards for my cost (wholesale) plus shipping.
  160.  
  161. I am selling a variety of cards and their accessories starting at around $40.
  162.  
  163. -or- if you are just having trouble using one of my programs, would like to
  164. register one (not required, but I will be sure to send you lots of other
  165. great utilities for DOOM), or would like some tech support setting up an IPX
  166. based network for DOOM, feel free to mail or call me at the below address/
  167. number)
  168.  
  169. Internet:   jsoftware@delphi.com
  170.  
  171. Snail   :   Joshua Jackson    
  172.             Jackson Software
  173.             10506 Bayard Rd
  174.             Minerva, OH  44657
  175.  
  176. Phone   :   (216) 868-1169
  177.  
  178.