-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
35 lines (35 loc) · 2.23 KB
/
about.html
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
<!DOCTYPE HTML>
<html>
<head>
<title>About</title>
<link rel="stylesheet" href="style.css" type="text/css">
<style>
.importantNote {
color: #ff0000;
font-style: italic;
}
</style>
</head>
<body>
<br />
<a href="index.html">Back to view</a>
<br />
<br />
<br />
<p>Nimbus consists of 4 software packages:</p>
<p>1. <a href="https://github.com/pieye/nimbus-web" target="_blank" rel="noopener">nimbus-web</a> (web pages and javascript classes)</p>
<p>2. <a href="https://github.com/pieye/nimbus-python" target="_blank" rel="noopener">nimbus-python</a> (nimbus python bindings)</p>
<p>3. <a href="https://github.com/pieye/nimbus-userland" target="_blank" rel="noopener">nimbus-userland</a> (embedded raspberry pi software)</p>
<p>4. <a href="https://github.com/raspberrypi/linux" target="_blank" rel="noopener">irs1125.ko</a> (V4L2 kernel module)</p>
<p> </p>
<p>Please post any issues/questions on the related bug-trackers.</p>
<p>Datasheets and the newest raspberry pi images can be found <a href="https://cloud.pieye.org/index.php/s/c2QSa6P4wBtSJ4K" target="_blank">here</a> or on our <a href="https://pieye.org" target="_blank">homepage</a>.</p>
<p>nimbus-web, nimbus-python and nimbus-userland are released under <a href="https://www.gnu.org/licenses/gpl-3.0.txt" target="_blank" rel="noopener">GPLv3</a>.</p>
<p>irs1125 is licensed under the linux kernel license.</p>
<p>For additional information on 3rd party packages and their licenses, please visit the individual repositories listed above.</p>
<p> </p>
<p>If you have any additional questions, please <a href="mailto:info@pieye.org">contact us</a>.</p>
<p> </p>
<p class="importantNote">Wifi has a huge negative impact on the streaming performace. Please use a GigaBit ethernet cable!</p>
</body>
</html>