source: rtems-docs/networking/preface.rst @ 489740f

4.115
Last change on this file since 489740f was 489740f, checked in by Chris Johns <chrisj@…>, on 05/20/16 at 02:47:09

Set SPDX License Identifier in each source file.

  • Property mode set to 100644
File size: 1.6 KB
Line 
1.. comment SPDX-License-Identifier: CC-BY-SA-4.0
2
3.. COMMENT: Written by Eric Norum
4.. COMMENT: COPYRIGHT (c) 1988-2002.
5.. COMMENT: On-Line Applications Research Corporation (OAR).
6.. COMMENT: All rights reserved.
7
8Preface
9#######
10
11This document describes the RTEMS specific parts of the FreeBSD TCP/IP stack.
12Much of this documentation was written by Eric Norum (eric@skatter.usask.ca) of
13the Saskatchewan Accelerator Laboratory who also ported the FreeBSD TCP/IP
14stack to RTEMS.
15
16The following is a list of resources which should be useful in trying to
17understand Ethernet:
18
19- *Charles Spurgeon's Ethernet Web Site*
20  "This site provides extensive information about Ethernet (IEEE 802.3) local
21  area network (LAN) technology. Including the original 10 Megabit per second
22  (Mbps) system, the 100 Mbps Fast Ethernet system (802.3u), and the Gigabit
23  Ethernet system (802.3z)."  The URL is:
24  (http://www.ethermanage.com/ethernet/ethernet.html)
25
26- *TCP/IP Illustrated, Volume 1 : The Protocols*
27  by W. Richard Stevens (ISBN: 0201633469)
28  This book provides detailed introduction to TCP/IP and includes diagnostic
29  programs which are publicly available.
30
31- *TCP/IP Illustrated, Volume 2 : The Implementation*
32  by W. Richard Stevens and Gary Wright (ISBN: 020163354X)
33  This book focuses on implementation issues regarding TCP/IP.  The
34  treat for RTEMS users is that the implementation covered is the BSD
35  stack with most of the source code described in detail.
36
37- *UNIX Network Programming, Volume 1 : 2nd Edition*
38  by W. Richard Stevens (ISBN: 0-13-490012-X)
39  This book describes how to write basic TCP/IP applications, again with primary
40  focus on the BSD stack.
Note: See TracBrowser for help on using the repository browser.