summaryrefslogtreecommitdiff
path: root/index.html
blob: e04faf1d9441e75280b742d718324cddcd0d2a16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="chrome=1">
    <title>Open-AVB by AVnu</title>

    <link rel="stylesheet" href="stylesheets/styles.css">
    <link rel="stylesheet" href="stylesheets/pygment_trac.css">
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
    <!--[if lt IE 9]>
    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
  </head>
  <body>
    <div class="wrapper">
      <header>
        <h1>Open-AVB</h1>
        <p>Open AVB - an AVnu sponsored repository for Audio/Video Bridging technology</p>

        <p class="view"><a href="https://github.com/AVnu/Open-AVB">View the Project on GitHub <small>AVnu/Open-AVB</small></a></p>


        <ul>
          <li><a href="https://github.com/AVnu/Open-AVB/zipball/master">Download <strong>ZIP File</strong></a></li>
          <li><a href="https://github.com/AVnu/Open-AVB/tarball/master">Download <strong>TAR Ball</strong></a></li>
          <li><a href="https://github.com/AVnu/Open-AVB">View On <strong>GitHub</strong></a></li>
        </ul>
      </header>
      <section>
        <p>.. image:: avnu_logo.png</p>

<h1>
<a name="open-avb" class="anchor" href="#open-avb"><span class="octicon octicon-link"></span></a>Open AVB</h1>

<p>The Open AVB project is sponsored by the AVnu Alliance.</p>

<p>The intent is to provide components for building AVB systems. The repository
contains primarily network building block components - drivers, libraries,
\example applications  and daemon source code - required to build an AVB system.
It is planned to eventually include the various packet encapsulation types,
protocol discovery daemons, libraries to convert media clocks to AVB clocks
and vice versa), and drivers.</p>

<p>This repository does not include all components required to build a full 
production AVB system (e.g. a turnkey solution to stream stored or live audio 
or video content). Some simple example applications are provided which 
illustrate the flow - but a professional AVB system requires a full media stack </p>

<ul>
<li>including audio and video inputs and outputs, media processing elements, and 
various graphical user interfaces. Various companies provide such integrated 
solutions.</li>
</ul>

<p>For more information about AVB, see also the AVnu Alliance webpage at
<a href="http://www.avnu.org">www.avnu.org</a>.</p>

<h1>
<a name="background" class="anchor" href="#background"><span class="octicon octicon-link"></span></a>BACKGROUND</h1>

<p>Intel created the Open AVB repository to encourage collaborative source code 
development for AVB technology enabling. By publishing the source code, our 
intent is to encourage standardization, stability and inter-operability between 
multiple vendors. This repository - created by the Intel LAN Access Division - 
is open for contributions from other vendors. </p>

<h1>
<a name="licensing-and-contribution-guidelines" class="anchor" href="#licensing-and-contribution-guidelines"><span class="octicon octicon-link"></span></a>LICENSING AND CONTRIBUTION GUIDELINES</h1>

<p>To the extent possible, content is licensed under BSD licensing terms. Linux 
kernel mode components are provided under a GPLv2 license. The specific license 
information is included in the various directories to eliminate confusion. We 
encourage you to review the ‘LICENSE’ file included in the head of the 
various subdirectories for details.</p>

<p>Third party submissions are welcomed. Our intent for third party content 
contributions is to enable derivative products with minimal licensing 
entanglements. Practically speaking, this means we would enforce (a) an 
original-source attestation for any contributed content, and (b) rejecting 
patches with GPL content into existing “BSD” licensed components. Third 
party copyrights can be included provided they do not narrow the licensing 
terms of an existing component.</p>

<p>Prior to accepting a commit, Intel may perform scans using third-party tools 
to identify suspected hits of GPL code. Intel may also perform vulnerability 
scans of patches in an attempt to find various coding errors such as memory 
leaks, buffer overflows and usage of uninitialized variables. The submitter 
will be asked to correct any detected issues prior to a commit. Owners
of submitted third-party content are free to apply changes without supervision
by Intel.</p>

<p>The Open AVB project has a development mailing list. To subscribe, visit
<a href="https://lists.sourceforge.net/lists/listinfo/open-avb-devel">https://lists.sourceforge.net/lists/listinfo/open-avb-devel</a> to sign up.</p>

<h1>
<a name="related-open-source-projects" class="anchor" href="#related-open-source-projects"><span class="octicon octicon-link"></span></a>RELATED OPEN SOURCE PROJECTS</h1>

<h2>
<a name="avdecc" class="anchor" href="#avdecc"><span class="octicon octicon-link"></span></a>AVDECC</h2>

<p>Jeff Koftinoff maintains a repository of AVDECC example open 
source code. AVDECC is a management layer, similar to SNMP MIB formats, 
which enables remote devices to detect, enumerate and configure AVB-related 
devices based on their standardized management properties.</p>

<ul>
<li><a href="https://github.com/jdkoftinoff/jdksavdecc-c">https://github.com/jdkoftinoff/jdksavdecc-c</a></li>
</ul>

<p>AudioScience has created a 1722.1 C++ controller library which builds on jdkadvecc-c.</p>

<ul>
<li><a href="https://github.com/audioscience/avdecc-lib">https://github.com/audioscience/avdecc-lib</a></li>
</ul>

<h2>
<a name="xmos" class="anchor" href="#xmos"><span class="octicon octicon-link"></span></a>XMOS</h2>

<p>XMOS is a semiconductor company providing a reference design for AVB 
endpoints in pro audio and automotive. XMOS endpoint source code is open source 
and available on Github - <a href="https://github.com/xcore/sw_avb">https://github.com/xcore/sw_avb</a></p>
      </section>
      <footer>
        <p>This project is maintained by <a href="https://github.com/AVnu">AVnu</a></p>
        <p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
      </footer>
    </div>
    <script src="javascripts/scale.fix.js"></script>
    
  </body>
</html>