This commit is contained in:
Bob Mottram 2016-09-01 12:11:30 +01:00
parent 61e6f13541
commit a05c1688b5
No known key found for this signature in database
GPG Key ID: 0452CC7CEA982E38
2 changed files with 24 additions and 24 deletions

View File

@ -66,7 +66,7 @@ Routers are intended to build network coverage for an area using small and low c
[[file:images/mesh_router.jpg]]
#+END_CENTER
The above picture show a Beaglebone Black with the image copied onto a microSD card (there's no need to do anything with the internal EMMC). A USB Atheros wifi adaptor with a large antenna is attached and in this case power is from the mains, although it could be from a battery or solar power system capable of supplying 5 volts and maybe 1A (depending upon how active the router is).
The above picture shows a Beaglebone Black with the image copied onto a microSD card (there's no need to do anything with the internal EMMC). A USB Atheros wifi adaptor with a large antenna is attached and in this case power is from the mains, although it could be from a battery or solar power system capable of supplying 5 volts and maybe 1A (depending upon how active the router is).
#+begin_src bash
sudo apt-get install xz-utils wget

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2016-09-01 Thu 12:09 -->
<!-- 2016-09-01 Thu 12:11 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -257,17 +257,17 @@ Mesh networks are useful as a quick way to make a fully decentralised communicat
</p>
<ul class="org-ul">
<li><a href="#org335ce77">Ready made images</a></li>
<li><a href="#org8ec9dda">To build the disk image yourself</a></li>
<li><a href="#org35cf463">How to use it</a></li>
<li><a href="#orgd58e07d">Ready made images</a></li>
<li><a href="#org100a4e8">To build the disk image yourself</a></li>
<li><a href="#org5f77213">How to use it</a></li>
</ul>
<div id="outline-container-org335ce77" class="outline-2">
<h2 id="org335ce77">Ready made images</h2>
<div class="outline-text-2" id="text-org335ce77">
</div><div id="outline-container-orge903e3b" class="outline-3">
<h3 id="orge903e3b">Client images</h3>
<div class="outline-text-3" id="text-orge903e3b">
<div id="outline-container-orgd58e07d" class="outline-2">
<h2 id="orgd58e07d">Ready made images</h2>
<div class="outline-text-2" id="text-orgd58e07d">
</div><div id="outline-container-org7c48473" class="outline-3">
<h3 id="org7c48473">Client images</h3>
<div class="outline-text-3" id="text-org7c48473">
<div class="org-center">
<div class="figure">
@ -316,16 +316,16 @@ sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-n
</div>
</div>
<div id="outline-container-org9a0e1eb" class="outline-3">
<h3 id="org9a0e1eb">Router images</h3>
<div class="outline-text-3" id="text-org9a0e1eb">
<div id="outline-container-org50c1ff5" class="outline-3">
<h3 id="org50c1ff5">Router images</h3>
<div class="outline-text-3" id="text-org50c1ff5">
<p>
Routers are intended to build network coverage for an area using small and low cost hardware. You can bolt them to walls or leave them on window ledges. They don't have any user interface and their only job is to haul network traffic across the mesh. Copy the image to a microSD card and insert it into the router, plug in an Atheros wifi dongle and power on. That should be all you need to do.
</p>
</div>
<div id="outline-container-orgccbedbf" class="outline-4">
<h4 id="orgccbedbf">Beaglebone Black</h4>
<div class="outline-text-4" id="text-orgccbedbf">
<div id="outline-container-org5611c86" class="outline-4">
<h4 id="org5611c86">Beaglebone Black</h4>
<div class="outline-text-4" id="text-org5611c86">
<div class="org-center">
<div class="figure">
@ -335,7 +335,7 @@ Routers are intended to build network coverage for an area using small and low c
</div>
<p>
The above picture show a Beaglebone Black with the image copied onto a microSD card (there's no need to do anything with the internal EMMC). A USB Atheros wifi adaptor with a large antenna is attached and in this case power is from the mains, although it could be from a battery or solar power system capable of supplying 5 volts and maybe 1A (depending upon how active the router is).
The above picture shows a Beaglebone Black with the image copied onto a microSD card (there's no need to do anything with the internal EMMC). A USB Atheros wifi adaptor with a large antenna is attached and in this case power is from the mains, although it could be from a battery or solar power system capable of supplying 5 volts and maybe 1A (depending upon how active the router is).
</p>
<div class="org-src-container">
@ -359,9 +359,9 @@ If you have a few Beaglebone Blacks to use as routers then repeat the <i>dd</i>
</div>
</div>
<div id="outline-container-org8ec9dda" class="outline-2">
<h2 id="org8ec9dda">To build the disk image yourself</h2>
<div class="outline-text-2" id="text-org8ec9dda">
<div id="outline-container-org100a4e8" class="outline-2">
<h2 id="org100a4e8">To build the disk image yourself</h2>
<div class="outline-text-2" id="text-org100a4e8">
<p>
It's better not to trust images downloaded from random places on the interwebs. Chances are that unless you are in the web of trust of the above GPG signatures then they don't mean very much to you. If you actually want something trustworthy then build the images from scratch. It will take some time. Here's how to do it.
</p>
@ -456,9 +456,9 @@ The resulting image can be copied to a microSD card, inserted into a Beaglebone
</div>
</div>
<div id="outline-container-org35cf463" class="outline-2">
<h2 id="org35cf463">How to use it</h2>
<div class="outline-text-2" id="text-org35cf463">
<div id="outline-container-org5f77213" class="outline-2">
<h2 id="org5f77213">How to use it</h2>
<div class="outline-text-2" id="text-org5f77213">
<p>
When you first boot from the USB drive the system will create some encryption keys, assign a unique network address to the system and then reboot itself. When that's done you should see a prompt asking for a username. This username just makes it easy for others to initially find you on the mesh and will appear in the list of users.
</p>