source: rtems-docs/networking/index.rst @ 9aafb39

4.115
Last change on this file since 9aafb39 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.7 KB
Line 
1.. comment SPDX-License-Identifier: CC-BY-SA-4.0
2
3.. highlight:: c
4
5===================================
6RTEMS |version| Network User Manual
7===================================
8
9 | COPYRIGHT (c) 1988 - 2015.
10 | On-Line Applications Research Corporation (OAR).
11
12The authors have used their best efforts in preparing this material.  These
13efforts include the development, research, and testing of the theories and
14programs to determine their effectiveness.  No warranty of any kind, expressed
15or implied, with regard to the software or the material contained in this
16document is provided.  No liability arising out of the application or use of
17any product described in this document is assumed.  The authors reserve the
18right to revise this material and to make changes from time to time in the
19content hereof without obligation to notify anyone of such revision or changes.
20
21The RTEMS Project is hosted at http://www.rtems.org/.  Any inquiries concerning
22RTEMS, its related support components, or its documentation should be directed
23to the Community Project hosted at http://www.rtems.org/.
24
25.. topic:: RTEMS Online Resources
26
27  ================  =============================
28  Home              https://www.rtems.org/
29  Developers        https://devel.rtems.org/
30  Documentation     https://docs.rtems.org/
31  Bug Reporting     https://devel.rtems.org/query
32  Mailing Lists     https://lists.rtems.org/
33  Git Repositories  https://git.rtems.org/
34  ================  =============================
35
36.. toctree::
37        :maxdepth: 3
38        :numbered:
39
40        preface
41        network_task_structure
42        networking_driver
43        using_networking_rtems_app
44        testing_the_driver
45        network_servers
46        dec_21140
47        command
48
49*       :ref:`genindex`
50*       :ref:`search`
Note: See TracBrowser for help on using the repository browser.