source: rtems-docs/networking/preface.rst @ 4886d60

5
Last change on this file since 4886d60 was 4886d60, checked in by Sebastian Huber <sebastian.huber@…>, on 01/09/19 at 15:14:04

Use standard format for copyright lines

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