indent and minor formatting
[iankelling.org] / _site / technical-notes / router-arris-sb8200-source-code.html
1 <!DOCTYPE html>
2 <html lang="en-US">
3 <head>
4 <meta charset="utf-8">
5 <title>router arris sb8200 source code</title>
6 <link rel="stylesheet" href="/css/main.css">
7 <link rel="shortcut icon" href="/assets/favicon.png" />
8 <meta name="description" content="Ian Kelling's personal site and blog on software">
9 <link rel="canonical" href="https://iankelling.org//technical-notes/router-arris-sb8200-source-code.html">
10
11 <meta name="viewport" content="width=device-width, initial-scale=1">
12 </head>
13 <body>
14 <header class="page_header">
15 <h3><a href="/">iankelling.org</a> / <a href="/technical-notes.html">technical notes</a> /</h3>
16 </header>
17 <div class="main-content-stripe">
18 <div class="prose">
19 <h1>router arris sb8200 source code</h1><b>Contents</b><p>The arris sb8200 source code is not on sourceforge with the rest of
20 their products as of July 2017 to August 2019. This model only came out
21 in 2017. I&#39;ve copied this from the web interface of the modem and
22 publishing it here since I do not see it anywhere else online. At the
23 bottom, there are a bunch of license texts and copyright holder notices
24 that I&#39;ve omitted.</p>
25 <div class="highlight"><pre><span></span>Open Source Software Information
26
27 For instructions on how to obtain a copy of any source code being made publicly available by ARRIS related to software used in this ARRIS product you may send your request in writing to:
28
29 ARRIS
30 Software Pedigree Operations
31 2450 Walsh Avenue
32 Santa Clara, CA 95051
33 USA
34
35 The ARRIS website opensource.arris.com also contains information regarding ARRIS&#39;s use of open source. ARRIS has created the opensource.arris.com to serve as a portal for interaction with the software community-at-large.
36 This document contains additional information regarding licenses, acknowledgements and required copyright notices for open source packages used in this ARRIS product.
37
38
39
40
41
42 Component Version License
43 BSOpen Source Components Included in the BFC/CXC Packages
44 OpenSSH 4.0p1 BSD Style (OpenSSH) License
45 eCos 2.0 eCos License
46 Kerberos V5 Rel 1.5.1 MIT License
47 Mongoose Web Server 3.0 MIT License
48 dygraphs 1.2 MIT License
49 EXPAT 1.95.8 MIT License
50 aRes DNS 1.1.0 MIT License
51 NetSNMP 5.0.9 NetSNMP License
52 OpenSSL 1.0.1k OpenSSL License and the original SSLeay License
53 MD5 Message-Digest Algorithm N/A RSA MD5 License
54 Fast CRC32 N/A Richard Black Fast CRC32 License
55 SFL - The Standard Function Library N/A SFL iMatix License
56 nameser.h 8.1 The Regents of the University of California
57 regex N/A University of Toronto License
58 STUN Client and Server Library 0.96 Vovida Software License 1.0
59 KAME IPv6 Stack N/A WIDE Project License
60 traceroute N/A WIDE Project License
61 traceroute6 1.42 WIDE Project License
62 TinyXML N/A zlib License
63 List of Open Source Included in the Linux eRouter and Residential Gateway
64 axis2/c 1.6.0 Apache License 2.0
65 base64 0.00.00B base64 License
66 map (Yyatta ASAMAP) 3/14/2014 BEER-WARE License
67 YUI Compressor 2.4.7 BSD License
68 tcpdump 3.9 BSD License
69 Dropbear sshd 0.46 Dropbear License
70 gptfdisk 0.8.7 GPL
71 ifenslave 1.1.0 GPL
72 bridge-utils 1.2 GPLv2
73 conntrack-tools Includes:libnetfilter,libnetflink 0.9.14 GPLv2
74 dbus 1.4.14 GPLv2 or The Academic Free License version 2.1
75 ebtables 2.0.10-4 GPLv2
76 iproute2 iproute2-ss140804 GPLv2
77 udhcp 0.9.6 GPLv2
78 zebra 0.93 GPLv2
79 binutils 2.23 GPLv2
80 cortex 0.1 GPLv2
81 sqlite3 8.6 GPLv2
82 e2fsprogs 1.41.14 GPLv2
83 mtdutils 1.0 GPLv2
84 ethtool 3.15 GPLv2
85 bash 3.2 GPLv2
86 busybox 1.21.1 GPLv2
87 eglibc 2.18 GPLv2
88 Linux 3.14 GPLv2
89 iptables 1.6.0 GPLv2e
90 iperf 2.0.0 iperf License
91 avahi 0.6.30 LGPLv2.1
92 libdaemon 0.14 LGPLv2.1
93 dnsmasq 1.8 LGPLv2
94 procps 3.2.7 LGPLv2
95 i2c-tools 3.1.1 LGPLv2
96 wdmd 2.2 LGPLv2
97 libxml2 N/A MIT License
98 jsonc 0.12 MIT License
99 jquery v1.10.2 MIT license
100 jQuery Color Animations v2.1.2 MIT license
101 Sizzle CSS Selector Engine v1.10.2 MIT License
102 expat 2.0.1 MIT/X Consortium license
103 Net SNMP 5.7.2 NetSNMP License
104 nodejs v0.10.12 Node&#39;s license
105 openssl 1.0.1j OpenSSL License and the original SSLeay license
106 radvd 1.0 radvd License
107 strace 4.5.20 strace License
108 portmap 1.6 The Regents of the University of California.
109 DHCPv6 1.2 WIDE Project License
110
111
112
113
114 License License Text
115 </pre></div>
116 </div>
117 </div>
118 <div class="comment-stripe">
119
120 </div>
121 <footer>
122
123 <p>Sources in <a href="/git/?p=iankelling.org;a=summary">git</a>. Mostly markdown files. Default is <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img class="cc-by-sa" alt="Creative Commons License" src="/assets/cc-by-sa-4.0-80x15.png" /></a></p>
124 <p><address><a href="mailto:ian@iankelling.org">ian@iankelling.org</a> let me know what you think</address></p>
125 </footer>
126 </body>
127 </html>