Browse Source

Extra mesh images

Bob Mottram 8 years ago
parent
commit
61e6f13541
No account linked to committer's email
4 changed files with 55 additions and 24 deletions
  1. 12
    1
      doc/EN/mesh.org
  2. BIN
      img/mesh_netbook.jpg
  3. BIN
      img/mesh_router.jpg
  4. 43
    23
      website/EN/mesh.html

+ 12
- 1
doc/EN/mesh.org View File

@@ -26,7 +26,12 @@ Mesh networks are useful as a quick way to make a fully decentralised communicat
26 26
 
27 27
 * Ready made images
28 28
 ** Client images
29
-"Client" isn't exactly the right term, but it's a mesh peer with a user interface. These images can be copied to a USB drive, then you can plug it into a laptop/netbook/desktop machine and boot from it. You will probably also need an Atheros USB wifi dongle, because most built-in wifi usually requires proprietary firmware. In the commands below substitute /dev/sdX with the USB drive device, excluding any trailing numbers (eg. /dev/sdb).
29
+
30
+#+BEGIN_CENTER
31
+[[file:images/mesh_netbook.jpg]]
32
+#+END_CENTER
33
+
34
+"Client" isn't exactly the right term, but it's a mesh peer with a user interface. These images can be copied to a USB drive, then you can plug it into a laptop/netbook/desktop machine and boot from it. You will probably also need an Atheros USB wifi dongle (the black protruding object on the left side of the netbook in the picture above), because most built-in wifi usually requires proprietary firmware. In the commands below substitute /dev/sdX with the USB drive device, excluding any trailing numbers (eg. /dev/sdb).
30 35
 
31 36
 #+begin_src bash
32 37
 sudo apt-get install xz-utils wget
@@ -57,6 +62,12 @@ sudo dd bs=1M if=mesh-client-insecure-i386.img of=/dev/sdX conv=fdatasync
57 62
 ** Router images
58 63
 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.
59 64
 *** Beaglebone Black
65
+#+BEGIN_CENTER
66
+[[file:images/mesh_router.jpg]]
67
+#+END_CENTER
68
+
69
+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).
70
+
60 71
 #+begin_src bash
61 72
 sudo apt-get install xz-utils wget
62 73
 wget https://freedombone.net/downloads/mesh-router-beaglebone-black.img.xz

BIN
img/mesh_netbook.jpg View File


BIN
img/mesh_router.jpg View File


+ 43
- 23
website/EN/mesh.html View File

@@ -3,7 +3,7 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2016-09-01 Thu 11:31 -->
6
+<!-- 2016-09-01 Thu 12:09 -->
7 7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9 9
 <title></title>
@@ -257,19 +257,27 @@ Mesh networks are useful as a quick way to make a fully decentralised communicat
257 257
 </p>
258 258
 
259 259
 <ul class="org-ul">
260
-<li><a href="#org58fc760">Ready made images</a></li>
261
-<li><a href="#orgd79f2a2">To build the disk image yourself</a></li>
262
-<li><a href="#org1a1359a">How to use it</a></li>
260
+<li><a href="#org335ce77">Ready made images</a></li>
261
+<li><a href="#org8ec9dda">To build the disk image yourself</a></li>
262
+<li><a href="#org35cf463">How to use it</a></li>
263 263
 </ul>
264 264
 
265
-<div id="outline-container-org58fc760" class="outline-2">
266
-<h2 id="org58fc760">Ready made images</h2>
267
-<div class="outline-text-2" id="text-org58fc760">
268
-</div><div id="outline-container-org8b67c9e" class="outline-3">
269
-<h3 id="org8b67c9e">Client images</h3>
270
-<div class="outline-text-3" id="text-org8b67c9e">
265
+<div id="outline-container-org335ce77" class="outline-2">
266
+<h2 id="org335ce77">Ready made images</h2>
267
+<div class="outline-text-2" id="text-org335ce77">
268
+</div><div id="outline-container-orge903e3b" class="outline-3">
269
+<h3 id="orge903e3b">Client images</h3>
270
+<div class="outline-text-3" id="text-orge903e3b">
271
+<div class="org-center">
272
+
273
+<div class="figure">
274
+<p><img src="images/mesh_netbook.jpg" alt="mesh_netbook.jpg" />
275
+</p>
276
+</div>
277
+</div>
278
+
271 279
 <p>
272
-"Client" isn't exactly the right term, but it's a mesh peer with a user interface. These images can be copied to a USB drive, then you can plug it into a laptop/netbook/desktop machine and boot from it. You will probably also need an Atheros USB wifi dongle, because most built-in wifi usually requires proprietary firmware. In the commands below substitute /dev/sdX with the USB drive device, excluding any trailing numbers (eg. /dev/sdb).
280
+"Client" isn't exactly the right term, but it's a mesh peer with a user interface. These images can be copied to a USB drive, then you can plug it into a laptop/netbook/desktop machine and boot from it. You will probably also need an Atheros USB wifi dongle (the black protruding object on the left side of the netbook in the picture above), because most built-in wifi usually requires proprietary firmware. In the commands below substitute /dev/sdX with the USB drive device, excluding any trailing numbers (eg. /dev/sdb).
273 281
 </p>
274 282
 
275 283
 <div class="org-src-container">
@@ -308,16 +316,28 @@ sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-n
308 316
 </div>
309 317
 </div>
310 318
 
311
-<div id="outline-container-orgcde0031" class="outline-3">
312
-<h3 id="orgcde0031">Router images</h3>
313
-<div class="outline-text-3" id="text-orgcde0031">
319
+<div id="outline-container-org9a0e1eb" class="outline-3">
320
+<h3 id="org9a0e1eb">Router images</h3>
321
+<div class="outline-text-3" id="text-org9a0e1eb">
314 322
 <p>
315 323
 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.
316 324
 </p>
317 325
 </div>
318
-<div id="outline-container-org7419bac" class="outline-4">
319
-<h4 id="org7419bac">Beaglebone Black</h4>
320
-<div class="outline-text-4" id="text-org7419bac">
326
+<div id="outline-container-orgccbedbf" class="outline-4">
327
+<h4 id="orgccbedbf">Beaglebone Black</h4>
328
+<div class="outline-text-4" id="text-orgccbedbf">
329
+<div class="org-center">
330
+
331
+<div class="figure">
332
+<p><img src="images/mesh_router.jpg" alt="mesh_router.jpg" />
333
+</p>
334
+</div>
335
+</div>
336
+
337
+<p>
338
+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).
339
+</p>
340
+
321 341
 <div class="org-src-container">
322 342
 
323 343
 <pre class="src src-bash">sudo apt-get install xz-utils wget
@@ -339,9 +359,9 @@ If you have a few Beaglebone Blacks to use as routers then repeat the <i>dd</i>
339 359
 </div>
340 360
 </div>
341 361
 
342
-<div id="outline-container-orgd79f2a2" class="outline-2">
343
-<h2 id="orgd79f2a2">To build the disk image yourself</h2>
344
-<div class="outline-text-2" id="text-orgd79f2a2">
362
+<div id="outline-container-org8ec9dda" class="outline-2">
363
+<h2 id="org8ec9dda">To build the disk image yourself</h2>
364
+<div class="outline-text-2" id="text-org8ec9dda">
345 365
 <p>
346 366
 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.
347 367
 </p>
@@ -436,9 +456,9 @@ The resulting image can be copied to a microSD card, inserted into a Beaglebone
436 456
 </div>
437 457
 </div>
438 458
 
439
-<div id="outline-container-org1a1359a" class="outline-2">
440
-<h2 id="org1a1359a">How to use it</h2>
441
-<div class="outline-text-2" id="text-org1a1359a">
459
+<div id="outline-container-org35cf463" class="outline-2">
460
+<h2 id="org35cf463">How to use it</h2>
461
+<div class="outline-text-2" id="text-org35cf463">
442 462
 <p>
443 463
 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.
444 464
 </p>