|
@@ -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">
|