home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / nfoss0.zip / README < prev   
Text File  |  1994-02-23  |  2KB  |  67 lines

  1. NASI / NACS FOSSIL-Driver
  2. *************************
  3.  
  4. Version 0.3ß
  5.  
  6. !!!THIS IS A BETA VERSION!!!
  7.  
  8. !!!USE AT OWN RISK!!!
  9.  
  10. Copyright
  11. =========
  12.  
  13. Copyright (c) 1993 by Thomas Gloor, Eichenweg 4, CH-5036 Oberentfelden
  14.                       email: Fido-Net:   2:301/520.51
  15.                              Internet:   gloort@pax.eunet.ch
  16.                              Compu$erve: 72461,3375
  17.  
  18.  
  19. Describtion
  20. ===========
  21.  
  22. nfoss.exe is a FOSSIL implementation redirecting the communication calls
  23. to NASI / NACS (Novell Netware). This allows the use of Fidonet Mailers
  24. and other communication programms in a Novell Network. I tested nfoss
  25. with FrontDoor Release 2.11 and with Telemate 4.12.
  26.  
  27.  
  28. Usage
  29. =====
  30.  
  31. Nasi must be loaded before you are starting nfoss.exe
  32.  
  33. nfoss    loads the driver resident
  34. nfoss /u unloads the driver
  35.  
  36. nfoss.exe is not a complete FOSSIL Rev. 5 implementation! If your software
  37. uses some of the calls (0x07, 0x0d, 0x0e, 0x10 - 0x17, 0x7e, 0x7f) you
  38. have to load an other Fossil driver like bnu or x00 before you run nfoss.
  39. All calls not handled in nfoss are passed to the original int14-handler.
  40.  
  41. nfoss.exe only redirects the calls to channel 0 to NASI / NACS. All other
  42. calls are passed to the original int14-handler.
  43.  
  44. nfoss.exe takes the first modem it finds in our modem pool.
  45.  
  46.  
  47. Known bugs / problems
  48. =====================
  49.  
  50. I hat to set the modem register S9 to 0 using FD because there was a to large
  51. delay between the connect string and CD-signal.
  52.  
  53.  
  54. Bug Reports, comments
  55. =====================
  56.  
  57. Please send any comments and bug reports to one of my email adresses.
  58. Pleas let me know the names of the programms working with nfoss.
  59.  
  60. History
  61. =======
  62.  
  63. 0.2   first public beta release
  64. 0.25  command line parser implemented
  65.       /u for unload implemented
  66. 0.3   second public beta release
  67.