Selaa lähdekoodia

Mesh router hardware

Bob Mottram 10 vuotta sitten
vanhempi
commit
4a75bee9b1
2 muutettua tiedostoa jossa 35 lisäystä ja 3 poistoa
  1. 13
    1
      doc/EN/mesh.org
  2. 22
    2
      website/EN/mesh.html

+ 13
- 1
doc/EN/mesh.org Näytä tiedosto

42
 
42
 
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.
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
 ** Installing on routers
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
 #+BEGIN_SRC bash
59
 #+BEGIN_SRC bash
48
 su
60
 su

+ 22
- 2
website/EN/mesh.html Näytä tiedosto

4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
 <title></title>
6
 <title></title>
7
-<!-- 2015-09-06 Sun 09:32 -->
7
+<!-- 2015-09-07 Mon 20:10 -->
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9
 <meta  name="generator" content="Org-mode" />
9
 <meta  name="generator" content="Org-mode" />
10
 <meta  name="author" content="Bob Mottram" />
10
 <meta  name="author" content="Bob Mottram" />
259
 <h3 id="orgheadline8">Installing on routers</h3>
259
 <h3 id="orgheadline8">Installing on routers</h3>
260
 <div class="outline-text-3" id="text-orgheadline8">
260
 <div class="outline-text-3" id="text-orgheadline8">
261
 <p>
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
 </p>
283
 </p>
264
 
284
 
265
 <div class="org-src-container">
285
 <div class="org-src-container">