source: rtems/doc/networking/preface.texi @ 02b7a13

4.104.114.84.95
Last change on this file since 02b7a13 was d2b1204, checked in by Joel Sherrill <joel.sherrill@…>, on 09/10/98 at 13:07:20

Added references.

  • Property mode set to 100644
File size: 1.7 KB
Line 
1@c
2@c  COPYRIGHT (c) 1988-1998.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9@ifinfo
10@node Preface, Network Task Structure and Data Flow, Top, Top
11@end ifinfo
12@unnumbered Preface
13
14This document describes the RTEMS specific parts of the FreeBSD TCP/IP
15stack.  Much of this documentation was written by Eric Norum
16@ifset use-html
17(@href{eric@@skatter.usask.ca,,,mailto:eric@@skatter.usask.ca})
18@end ifset
19@ifclear use-html
20(eric@@skatter.usask.ca)
21@end ifclear
22of the Saskatchewan Accelerator Laboratory
23who also ported the FreeBSD TCP/IP stack to RTEMS.
24
25The following is a list of resources which should be useful in trying
26to understand Ethernet:
27
28@itemize @bullet
29
30@item @cite{Charles Spurgeon's Ethernet Web Site}
31
32"This site provides extensive information about Ethernet
33(IEEE 802.3) local area network (LAN) technology. Including
34the original 10 Megabit per second (Mbps) system, the 100 Mbps
35Fast Ethernet system (802.3u), and the Gigabit Ethernet system (802.3z)."
36The URL is:
37@ifset use-html
38(@href{http://wwwhost.ots.utexas.edu/ethernet/index.html,,,http://wwwhost.ots.utexas.edu/ethernet/index.html})
39@end ifset
40@ifclear use-html
41(http://wwwhost.ots.utexas.edu/ethernet/index.html)
42@end ifclear
43
44@item @cite{TCP/IP Illustrated, Volume 1 : The Protocols} by
45by W. Richard Stevens (ISBN: 0201633469)
46
47This book provides detailed introduction to TCP/IP and includes diagnostic
48programs which are publicly available.
49
50@item @cite{TCP/IP Illustrated : The Implementation} by W. Richard
51Stevens and Gary Wright (ISBN: 020163354X)
52
53This book focuses on implementation issues regarding TCP/IP.  The
54treat for RTEMS users is that the implementation covered is the BSD
55stack.
56
57@end itemize
Note: See TracBrowser for help on using the repository browser.