Pārlūkot izejas kodu

Mesh router hardware

Bob Mottram 9 gadus atpakaļ
vecāks
revīzija
4a75bee9b1
2 mainītis faili ar 35 papildinājumiem un 3 dzēšanām
  1. 13
    1
      doc/EN/mesh.org
  2. 22
    2
      website/EN/mesh.html

+ 13
- 1
doc/EN/mesh.org Parādīt failu

@@ -42,7 +42,19 @@ Small computers acting as mesh routers can also be battery operated or solar pow
42 42
 
43 43
 /User devices/ are the computers with which you would typically access the internet - laptops, desktop machines, netbooks or any other device which can run a Debian-based distro (eg. Ubuntu) with a working wifi connection.
44 44
 ** Installing on routers
45
-Whatever system you're going to use as a mesh router should have a new Debian Jessie install on it. It's advisable that this be a new install so that there is no existing software on the system which could confuse the mesh install process. Connect your system to your internet router with an ethernet cable, then ssh into it and type:
45
+Whatever system you're going to use as a mesh router should have a new Debian Jessie install on it. It's advisable that this be a new install so that there is no existing software on the system which could confuse the mesh install process.
46
+
47
+Some recommended hardware:
48
+
49
+ * Beaglebone Black
50
+ * 5V power supply
51
+ * Ethernet cable (for installation of the software)
52
+ * 8GB microSD card, or larger
53
+ * Wireless N USB Adapter TPE-N150USB
54
+
55
+If you are using the Beaglebone Black then you'll need to install the Debian image to the microSD card. You can find details of how to do that [[./installation.html][here]].
56
+
57
+Connect your system to your internet router with an ethernet cable, then ssh into it and type:
46 58
 
47 59
 #+BEGIN_SRC bash
48 60
 su

+ 22
- 2
website/EN/mesh.html Parādīt failu

@@ -4,7 +4,7 @@
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6 6
 <title></title>
7
-<!-- 2015-09-06 Sun 09:32 -->
7
+<!-- 2015-09-07 Mon 20:10 -->
8 8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9 9
 <meta  name="generator" content="Org-mode" />
10 10
 <meta  name="author" content="Bob Mottram" />
@@ -259,7 +259,27 @@ Small computers acting as mesh routers can also be battery operated or solar pow
259 259
 <h3 id="orgheadline8">Installing on routers</h3>
260 260
 <div class="outline-text-3" id="text-orgheadline8">
261 261
 <p>
262
-Whatever system you're going to use as a mesh router should have a new Debian Jessie install on it. It's advisable that this be a new install so that there is no existing software on the system which could confuse the mesh install process. Connect your system to your internet router with an ethernet cable, then ssh into it and type:
262
+Whatever system you're going to use as a mesh router should have a new Debian Jessie install on it. It's advisable that this be a new install so that there is no existing software on the system which could confuse the mesh install process.
263
+</p>
264
+
265
+<p>
266
+Some recommended hardware:
267
+</p>
268
+
269
+<ul class="org-ul">
270
+<li>Beaglebone Black</li>
271
+<li>5V power supply</li>
272
+<li>Ethernet cable (for installation of the software)</li>
273
+<li>8GB microSD card, or larger</li>
274
+<li>Wireless N USB Adapter TPE-N150USB</li>
275
+</ul>
276
+
277
+<p>
278
+If you are using the Beaglebone Black then you'll need to install the Debian image to the microSD card. You can find details of how to do that <a href="./installation.html">here</a>.
279
+</p>
280
+
281
+<p>
282
+Connect your system to your internet router with an ethernet cable, then ssh into it and type:
263 283
 </p>
264 284
 
265 285
 <div class="org-src-container">