-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (45 loc) · 1.09 KB
/
index.html
File metadata and controls
57 lines (45 loc) · 1.09 KB
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
---
layout: default
---
<p> The open source project <i>remoshock</i> allows you to control shock-collars from a computer
via a software defined radio.
<div class="cardbox">
<a href="/setup.html" class="card">
<div>
<h2>🔧 Setup</h2>
Hardware requirements, Getting started, Installations instructions.
</div>
</a>
<a href="/receivers.html" class="card">
<div>
<h2><img src="/favicon.png" height="64" width="64" style="height: 1.2em; width: auto; vertical-align: text-bottom;" alt=""> Receivers</h2>
Supported shock collars: Dogtra, PAC, Petpat, Petrainer, Wodondog, ...
</div>
</a>
<a href="/applications.html" class="card">
<div>
<h2>💻 Applications</h2>
Mobile friendly web remote. Command line interface. Randomizer.
</div>
</a>
<a href="/development.html" class="card">
<div>
<h2>⌨️ Development</h2>
REST API, Source code.
</div>
</a>
<a href="/faq.html" class="card">
<div>
<h2>❓ FAQ</h2>
Frequently asked questons. Troubleshooting tips.
</div>
</a>
<a href="/warning.html" class="card">
<div>
<h2>⚠️ Warning</h2>
Playing with electricity has risks.
</div>
</a>
</div>
</body>
</html>