home *** CD-ROM | disk | FTP | other *** search
/ World of Ham Radio 1997 / WOHR97_AmSoft_(1997-02-01).iso / packet / pak_15 / amsoft.iii next >
Text File  |  1997-02-01  |  4KB  |  78 lines

  1. ESTIMATE.EXE
  2.  
  3. This is a new program from KZ1O which estimates how fast you can get data 
  4. through a packet network.  The program was written in collusion with VITA 
  5. (more about them later).  It runs on any IBM PC or compatible.  The faster (in 
  6. megahertz) the better; and even betterer with an '87 chip installed.  Any 
  7. video board works.
  8.  
  9. The program allows you to change values of things like FRACK, PACLEN, DWAIT, 
  10. and so on, to see what effect it would have on the bytes-per-second throughput 
  11. rate of the packet network.  A software simulation takes all of your values 
  12. and crunches them to get an estimated number, that is, "bytes per second." In 
  13. addition, the corresponding times are displayed for transferring typical files 
  14. at this new rate.
  15.  
  16. You use your cursor keys (keypad up/down/left/right) to change the values.  To 
  17. move the pointer arrow left or right, use the left or right key.  To go up or 
  18. down to the next parameter, use the up or down key.  I'm sort of joking but 
  19. also serious when I described that, since it's not always obvious the first 
  20. time people run the program.
  21.  
  22. The F1 key will give you a little help, but this document will tell you 
  23. everything that will, and more.  To exit the program, press the ESC key.
  24.  
  25. The program will log each simulation to disk by your command.  Press the "P" 
  26. key (p for print) to save that set of parameters.  By default, the name of the 
  27. file that gets this data is named "ESTIMATE.LOG".  You can make it a different 
  28. file name by specifying it on the command line (this is currently the only 
  29. command line option recognized).  Remember, DOS treats devices like the 
  30. printer similarly to files (that is, call the file "PRN" and you will get a 
  31. printout directly on your printer).  Page breaks and new headers are included, 
  32. of course, when necessary.
  33.  
  34. ------------------------------------------------------------------------------
  35.  
  36. Once upon a time, Gary Garriott asked if there was a number that you could 
  37. multiply by the HBAUD rate in order to get the number of bytes per second.  We 
  38. sort of guessed that it might be around one third of the maximum, that is, at 
  39. 300 baud, which is 30 characters per second on a telephone modem, you would 
  40. average about 10 characters per second.  But as we started to think about the 
  41. answer, we realized that there are so many dependent and independent variables 
  42. in this equation that you couldn't just say "one third" or "one fourth" or... 
  43. really anything!  You just have to specify things like FRACK and collision 
  44. rate and PACLEN and everything else!  So this hairy page-long equation was 
  45. designed (by KZ1O), based on experience and on some of the data returned by 
  46. the MONAX25 program, and then coded into a C++ program.  Then a way of 
  47. entering the values was devised, and the whole thing was buttoned up and 
  48. debugged.  And what you have in front of you is Gary's answer!
  49.  
  50. -----------------------------------------------------------------------------
  51.  
  52. This is another shareware program from Dave Bushong, KZ1O.  Because of who 
  53. will be using it, Dave chose to make it a free, but copyrighted program.  If 
  54. you use it, you must register it.  There is no fee for registering it.  Send 
  55. your name, address, callsign (if any) to:
  56.  
  57.         Dave Bushong
  58.         7 Fremont Street
  59.         Concord, NH 03301-3923
  60.  
  61. If you want the latest version, include ten dollars (US or Canadian).  Other 
  62. countries, send US funds!  If you want the source code also, please specify 
  63. why you do and it will be included.
  64.  
  65. -----------------------------------------------------------------------------
  66.  
  67. VITA is Volunteers In Technical Assistance.  They lend technology to 
  68. developing countries.  One of the real needs in developing countries is 
  69. communications.  Packet radio lends itself to this need.  It is portable, 
  70. error-free, and cheap.  There is a pool of skilled radio operators that are 
  71. willing to volunteer their time and energy to help (that means you?).  For 
  72. more information about VITA you can call:
  73.  
  74.         (703) 276-1800  (voice)
  75.         (703) 527-1086  (3/12/2400 baud BBS)
  76.  
  77. [eof]
  78.