home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / bbs / misc / 287 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  1.7 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!mips!sdd.hp.com!uakari.primate.wisc.edu!umriscc!mcs213a.cs.umr.edu!mchalmer
  2. From: mchalmer@mcs213a.cs.umr.edu (Matthew Chalmers)
  3. Newsgroups: comp.bbs.misc
  4. Subject: Re: FOSSIL
  5. Message-ID: <5516@umriscc.isc.umr.edu>
  6. Date: 23 Jul 92 18:13:03 GMT
  7. References: <717@tdat.teradata.COM>
  8. Sender: news@umriscc.isc.umr.edu
  9. Organization: University of Missouri - Rolla
  10. Lines: 22
  11.  
  12. >There is one area I need some help from you guys.  Once in a while,
  13. >somebody would talk about FOSSIL driver.  What is it?  What is it used for?
  14.  
  15. FOSSIL stands for Fido/Opus/SeaDog Standard Interface Layer. It was de-
  16. signed for the folks in the Fido network (Fidonet) so as to minimize as
  17. near zero as possible the compatibility problems with port communication
  18. on PCs. There really isn't that much of a problem anymore, but Fido declared
  19. the FOSSIL a network standard, and you'll find that most network interfaces
  20. (i.e., mailer programs as opposed to BBS software) as well as BBS programs
  21. which claim to be Fidonet compatible will use the FOSSIL driver (BNU, X00,
  22. or other much less-known drivers).
  23.  
  24. So, basically, a FOSSIL is a program (or device driver in some cases,
  25. just like ANSI.SYS or SHARE.EXE or some of the other common "device=<driver>"
  26. lines you'll find in a DOS CONFIG.SYS file) which is the middle-man
  27. between the ports on the computer and the programs that need to talk
  28. through them. So a program which runs under a FOSSIL actually just sends
  29. all the stuff it needs to tell the ports to the FOSSIL instead, and the
  30. FOSSIL figures out where to send it from there, and vice versa.
  31.  
  32. This is a very short and sweet definition of FOSSIL, and so others may
  33. reply with other, possibly much different, definitions.
  34.