Browse Source

mesh documentation

Bob Mottram 8 years ago
parent
commit
e0d61a09f8
2 changed files with 33 additions and 31 deletions
  1. 6
    5
      doc/EN/mesh.org
  2. 27
    26
      website/EN/mesh.html

+ 6
- 5
doc/EN/mesh.org View File

@@ -49,7 +49,7 @@ sudo dd bs=1M if=mesh-client-i386-insecure.img of=/dev/sdX conv=fdatasync
49 49
 #+end_src
50 50
 
51 51
 ** Router images
52
-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 move 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.
52
+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.
53 53
 *** Beaglebone Black
54 54
 #+begin_src bash
55 55
 sudo apt-get install xz-utils wget
@@ -119,10 +119,6 @@ freedombone-image -t beaglebone -v mesh
119 119
 
120 120
 The resulting image can be copied to a microSD card, inserted into a Beaglebone Black and booted. Don't forget to plug in an Atheros USB wifi dongle.
121 121
 
122
-#+BEGIN_CENTER
123
-This site can also be accessed via a Tor browser at [[http://4fvfozz6g3zmvf76.onion][4fvfozz6g3zmvf76.onion]]
124
-#+END_CENTER
125
-
126 122
 * How to use it
127 123
 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.
128 124
 
@@ -131,3 +127,8 @@ Ensure that you're within wifi range of at least one other mesh peer (could be a
131 127
 One important point is that by default sound and microphone is turned off. In the top right corner of the screen you can increase the sound volume and enable the microphone if you're doing voice chat.
132 128
 
133 129
 At present video doesn't work reliably, but text and voice chat do work well. In future IPFS or Tahoe-LAFS may be added to create a distributed filesystem for the mesh.
130
+
131
+
132
+#+BEGIN_CENTER
133
+This site can also be accessed via a Tor browser at [[http://4fvfozz6g3zmvf76.onion][4fvfozz6g3zmvf76.onion]]
134
+#+END_CENTER

+ 27
- 26
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-08-30 Tue 12:12 -->
6
+<!-- 2016-08-30 Tue 12:26 -->
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>
@@ -255,12 +255,12 @@ for the JavaScript code in this tag.
255 255
 Mesh networks are useful as a quick way to make a fully decentralised communications system which is not connected to or reliant upon the internet. Think festivals, hacker conferences, onboard ships at sea, disaster/war zones, small business internal office communications, protests, remote areas of the world, scientific expeditions and off-world space colonies. All the cool stuff. The down side is that you can't access any internet content. The upside is that you can securely communicate with anyone on the local mesh. No ISPs. No payments or subscriptions beyond the cost of obtaining the hardware. Systems need to be within wifi range of each other for the mesh to be created. It can be an ultra-convenient way to do purely local communications.
256 256
 </p>
257 257
 
258
-<div id="outline-container-org59390a7" class="outline-2">
259
-<h2 id="org59390a7">Ready made images</h2>
260
-<div class="outline-text-2" id="text-org59390a7">
261
-</div><div id="outline-container-orgce93d95" class="outline-3">
262
-<h3 id="orgce93d95">Client images</h3>
263
-<div class="outline-text-3" id="text-orgce93d95">
258
+<div id="outline-container-orge45c964" class="outline-2">
259
+<h2 id="orge45c964">Ready made images</h2>
260
+<div class="outline-text-2" id="text-orge45c964">
261
+</div><div id="outline-container-org3985b84" class="outline-3">
262
+<h3 id="org3985b84">Client images</h3>
263
+<div class="outline-text-3" id="text-org3985b84">
264 264
 <p>
265 265
 "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).
266 266
 </p>
@@ -297,16 +297,16 @@ sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-n
297 297
 </div>
298 298
 </div>
299 299
 
300
-<div id="outline-container-org8e8605a" class="outline-3">
301
-<h3 id="org8e8605a">Router images</h3>
302
-<div class="outline-text-3" id="text-org8e8605a">
300
+<div id="outline-container-orgd78876a" class="outline-3">
301
+<h3 id="orgd78876a">Router images</h3>
302
+<div class="outline-text-3" id="text-orgd78876a">
303 303
 <p>
304
-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 move 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.
304
+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.
305 305
 </p>
306 306
 </div>
307
-<div id="outline-container-orgf61da6a" class="outline-4">
308
-<h4 id="orgf61da6a">Beaglebone Black</h4>
309
-<div class="outline-text-4" id="text-orgf61da6a">
307
+<div id="outline-container-org24036e7" class="outline-4">
308
+<h4 id="org24036e7">Beaglebone Black</h4>
309
+<div class="outline-text-4" id="text-org24036e7">
310 310
 <div class="org-src-container">
311 311
 
312 312
 <pre class="src src-bash">sudo apt-get install xz-utils wget
@@ -324,9 +324,9 @@ sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-n
324 324
 </div>
325 325
 </div>
326 326
 
327
-<div id="outline-container-org810e525" class="outline-2">
328
-<h2 id="org810e525">To build the disk image yourself</h2>
329
-<div class="outline-text-2" id="text-org810e525">
327
+<div id="outline-container-orgae92e8f" class="outline-2">
328
+<h2 id="orgae92e8f">To build the disk image yourself</h2>
329
+<div class="outline-text-2" id="text-orgae92e8f">
330 330
 <p>
331 331
 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.
332 332
 </p>
@@ -418,18 +418,12 @@ You can also use single board computers (SBCs) such as the BeagleBone Black to m
418 418
 <p>
419 419
 The resulting image can be copied to a microSD card, inserted into a Beaglebone Black and booted. Don't forget to plug in an Atheros USB wifi dongle.
420 420
 </p>
421
-
422
-<div class="org-center">
423
-<p>
424
-This site can also be accessed via a Tor browser at <a href="http://4fvfozz6g3zmvf76.onion/">4fvfozz6g3zmvf76.onion</a>
425
-</p>
426
-</div>
427 421
 </div>
428 422
 </div>
429 423
 
430
-<div id="outline-container-org53c34a1" class="outline-2">
431
-<h2 id="org53c34a1">How to use it</h2>
432
-<div class="outline-text-2" id="text-org53c34a1">
424
+<div id="outline-container-orge48cc64" class="outline-2">
425
+<h2 id="orge48cc64">How to use it</h2>
426
+<div class="outline-text-2" id="text-orge48cc64">
433 427
 <p>
434 428
 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.
435 429
 </p>
@@ -445,6 +439,13 @@ One important point is that by default sound and microphone is turned off. In th
445 439
 <p>
446 440
 At present video doesn't work reliably, but text and voice chat do work well. In future IPFS or Tahoe-LAFS may be added to create a distributed filesystem for the mesh.
447 441
 </p>
442
+
443
+
444
+<div class="org-center">
445
+<p>
446
+This site can also be accessed via a Tor browser at <a href="http://4fvfozz6g3zmvf76.onion/">4fvfozz6g3zmvf76.onion</a>
447
+</p>
448
+</div>
448 449
 </div>
449 450
 </div>
450 451
 </div>