-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (72 loc) · 3.19 KB
/
index.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
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
<html>
<head>
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="stylesheet" href="https://audioblast.org/ab-api.css">
<title>WildlifeSystems</title>
</head>
<body>
<div id="title">
<a href="/">
<img src="https://cdn.audioblast.org/wildlifesystems_flash.png"
alt="WildlifeSytems flash logo"
class="audioblast-flash" /></a>
<h1>WildlifeSystems</h1>
<div id="menu">
<h2>Welcome to WildlifeSystems</h2>
<p>Open source tools for monitoring biodiversity using heterogenous networks.</p>
<p>
<a href="about.html">About the project</a> |
<a href="https://devices.wildlife.systems">Live devices</a> |
<a href="https://docs.wildlife.systems">Project manual</a> |
<a href="contact.html">Contact</a>
</p>
</div>
</div>
<div class="feature-container">
<div class="feature">
<h2>ws-node: deploy an autonomous node</h2>
<p>Monitor biodiversity from a Raspberry Pi.</p>
<a href="https://github.com/Wildlife-Systems/ws-node">ws-node on GitHub</a>
</div>
<div class="feature">
<h2>pi-pwr: control power consumption of a Raspberry Pi</h2>
<p>Power management tools for Raspberry Pi.</p>
<p>When operating from solar panels or batteries reducing unnecessary power consumption
can make the Raspberry run more reliably, for longer. This simple command line tool allows
for disabling USB, WiFI, Bluetooth, HDMI and the device LEDs when they aren't needed.</p>
<a href="https://github.com/Wildlife-Systems/pi-pwr">pi-pwr on GitHub</a>
</div>
<div class="feature">
<h2>sdc: manage sound playback and capture devices</h2>
<p>Easily install and configure sound devices on the Raspberry Pi.</p>
<p>For deployments of Raspberry Pi based acoustic sensors with multiple different sound
capture hardware this tool provides a standard interface for sound device control as well
as a standardised installation script. This software simplifies device setup and control
for any number of Raspberry Pi devices, although the greatest benefit will come in managing
deployments of large, heterogenous networks.</p>
<a href="https://github.com/Wildlife-Systems/sound-device-control">sound-device-control on GitHub</a>
</div>
<div class="feature">
<h2>idc: manage image capture devices</h2>
<p>Easily install and configure image devices on the Raspberry Pi.</p>
</div>
<div class="feature">
<h2>sc: sensor control</h2>
<p>Easily install and configure environmental sensors on the Raspberry Pi.</p>
<a href="https://github.com/Wildlife-Systems/sensor-control">sensor-control on GitHub</a>
</div>
<div class="feature">
<h2>as yet untitled</h2>
<p>Communicate between nodes and the cloud.</p>
</div>
</div>
<h1>Related Projects</h1>
<iframe
src="https://cdn.audioblast.org/embeds/projects_hex_flip.html"
width="100%"
height="220px"
style="border-style: none;"
scrolling="no"
></iframe>
</body>
</html>