瀏覽代碼

Quick links

Bob Mottram 8 年之前
父節點
當前提交
f3b7768a1f
沒有帳戶連結到提交者的電子郵件
共有 2 個文件被更改,包括 29 次插入19 次删除
  1. 4
    0
      doc/EN/mesh.org
  2. 25
    19
      website/EN/mesh.html

+ 4
- 0
doc/EN/mesh.org 查看文件

@@ -20,6 +20,10 @@
20 20
 
21 21
 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, temporary "digital blackouts", scientific expeditions and off-world space colonies. 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.
22 22
 
23
+ * [[Ready made images]]
24
+ * [[To build the disk image yourself]]
25
+ * [[How to use it]]
26
+
23 27
 * Ready made images
24 28
 ** Client images
25 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).

+ 25
- 19
website/EN/mesh.html 查看文件

@@ -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 09:45 -->
6
+<!-- 2016-09-01 Thu 10:55 -->
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>
@@ -256,12 +256,18 @@ for the JavaScript code in this tag.
256 256
 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, temporary "digital blackouts", scientific expeditions and off-world space colonies. 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.
257 257
 </p>
258 258
 
259
-<div id="outline-container-org48e6c7a" class="outline-2">
260
-<h2 id="org48e6c7a">Ready made images</h2>
261
-<div class="outline-text-2" id="text-org48e6c7a">
262
-</div><div id="outline-container-org2124b56" class="outline-3">
263
-<h3 id="org2124b56">Client images</h3>
264
-<div class="outline-text-3" id="text-org2124b56">
259
+<ul class="org-ul">
260
+<li><a href="#org760a031">Ready made images</a></li>
261
+<li><a href="#org800eb33">To build the disk image yourself</a></li>
262
+<li><a href="#org2f93077">How to use it</a></li>
263
+</ul>
264
+
265
+<div id="outline-container-org760a031" class="outline-2">
266
+<h2 id="org760a031">Ready made images</h2>
267
+<div class="outline-text-2" id="text-org760a031">
268
+</div><div id="outline-container-org66c2a01" class="outline-3">
269
+<h3 id="org66c2a01">Client images</h3>
270
+<div class="outline-text-3" id="text-org66c2a01">
265 271
 <p>
266 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).
267 273
 </p>
@@ -302,16 +308,16 @@ sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-n
302 308
 </div>
303 309
 </div>
304 310
 
305
-<div id="outline-container-org7570115" class="outline-3">
306
-<h3 id="org7570115">Router images</h3>
307
-<div class="outline-text-3" id="text-org7570115">
311
+<div id="outline-container-org67334a7" class="outline-3">
312
+<h3 id="org67334a7">Router images</h3>
313
+<div class="outline-text-3" id="text-org67334a7">
308 314
 <p>
309 315
 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.
310 316
 </p>
311 317
 </div>
312
-<div id="outline-container-orgb263a88" class="outline-4">
313
-<h4 id="orgb263a88">Beaglebone Black</h4>
314
-<div class="outline-text-4" id="text-orgb263a88">
318
+<div id="outline-container-org6711b0a" class="outline-4">
319
+<h4 id="org6711b0a">Beaglebone Black</h4>
320
+<div class="outline-text-4" id="text-org6711b0a">
315 321
 <div class="org-src-container">
316 322
 
317 323
 <pre class="src src-bash">sudo apt-get install xz-utils wget
@@ -333,9 +339,9 @@ If you have a few Beaglebone Blacks to use as routers then repeat the <i>dd</i>
333 339
 </div>
334 340
 </div>
335 341
 
336
-<div id="outline-container-orgf1078d6" class="outline-2">
337
-<h2 id="orgf1078d6">To build the disk image yourself</h2>
338
-<div class="outline-text-2" id="text-orgf1078d6">
342
+<div id="outline-container-org800eb33" class="outline-2">
343
+<h2 id="org800eb33">To build the disk image yourself</h2>
344
+<div class="outline-text-2" id="text-org800eb33">
339 345
 <p>
340 346
 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.
341 347
 </p>
@@ -426,9 +432,9 @@ The resulting image can be copied to a microSD card, inserted into a Beaglebone
426 432
 </div>
427 433
 </div>
428 434
 
429
-<div id="outline-container-org434353a" class="outline-2">
430
-<h2 id="org434353a">How to use it</h2>
431
-<div class="outline-text-2" id="text-org434353a">
435
+<div id="outline-container-org2f93077" class="outline-2">
436
+<h2 id="org2f93077">How to use it</h2>
437
+<div class="outline-text-2" id="text-org2f93077">
432 438
 <p>
433 439
 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.
434 440
 </p>