home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / protocol / tcpip / ibmpc / 7754 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.7 KB

  1. Path: sparky!uunet!scifi!acheron!philabs!linus!agate!ucbvax!FTP.COM!rcq
  2. From: rcq@FTP.COM (Bob Quinn)
  3. Newsgroups: comp.protocols.tcp-ip.ibmpc
  4. Subject: Re: How to communicate with packet drivers
  5. Message-ID: <9301281618.AA17223@ftp.com>
  6. Date: 28 Jan 93 16:18:07 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Reply-To: rcq@ftp.com
  9. Distribution: world
  10. Organization: The Internet
  11. Lines: 32
  12.  
  13. Hi Kevin!
  14.  
  15. >   I am writing an MS-DOS application that will work like lpr.  I would like to
  16. >   know if there is a "standard" way for applications to communicate with
  17. >   packet drivers, and where I could find information about that.  If there
  18. >   is not, I am using a WD8003 card and the packet driver wd8003e.com that comes
  19. >   with it.  Could anyone help me find information about using that particular
  20. >   packet driver, at least?  Thanks...
  21. >   
  22. >     -Kevin
  23. >      kpb@springs.cis.ufl.edu
  24.  
  25. Any Packet Driver, by definition, has a standard interface which
  26. adheres to the packet driver interface standard.  The latest
  27. version (v1.09) can anonymously ftp'd from vax.ftp.com in
  28. /pub/packet-d.*, it will give you details of how to use the API.
  29.  
  30. Just so you know, the Packet Driver is a Media Access Control
  31. (MAC) layer driver (layer 2 in the OSI model).  In other words,
  32. it doesn't have the Network or Transport layers (3 and 4 in the
  33. OSI model, respectively).  You will need network and transport
  34. to implement the lpr application protocol.
  35.  
  36. Rather than trying to tackle implementation of the TCP/IP protocol
  37. suite you may be better off finding a stack with a higher level
  38. API available (like Berkeley Sockets).
  39.  
  40. Good Luck!
  41. --
  42.  Bob Quinn                                             rcq@ftp.com
  43.  FTP Software, Inc.                                No. Andover, MA
  44.  
  45.