瀏覽代碼

mesh documentation

Bob Mottram 8 年之前
父節點
當前提交
8240f189a3
共有 1 個檔案被更改,包括 28 行新增25 行删除
  1. 28
    25
      website/EN/mesh.html

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

3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
-<!-- 2016-08-30 Tue 11:52 -->
6
+<!-- 2016-08-30 Tue 12:08 -->
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9
 <title></title>
9
 <title></title>
252
 </div>
252
 </div>
253
 
253
 
254
 <p>
254
 <p>
255
-Mesh networks are useful as a quick way to make a fully decentralised communications system which is not connected to 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.
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
 </p>
256
 </p>
257
 
257
 
258
-<div id="outline-container-orgd772d02" class="outline-2">
259
-<h2 id="orgd772d02">Ready made images</h2>
260
-<div class="outline-text-2" id="text-orgd772d02">
261
-</div><div id="outline-container-org3270ae2" class="outline-3">
262
-<h3 id="org3270ae2">Client images</h3>
263
-<div class="outline-text-3" id="text-org3270ae2">
258
+<div id="outline-container-orgce690b1" class="outline-2">
259
+<h2 id="orgce690b1">Ready made images</h2>
260
+<div class="outline-text-2" id="text-orgce690b1">
261
+</div><div id="outline-container-org61d550d" class="outline-3">
262
+<h3 id="org61d550d">Client images</h3>
263
+<div class="outline-text-3" id="text-org61d550d">
264
 <p>
264
 <p>
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.
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
 </p>
266
 </p>
267
 
267
 
268
 <div class="org-src-container">
268
 <div class="org-src-container">
269
 
269
 
270
-<pre class="src src-bash">wget https://freedombone.net/downloads/mesh-client-i386.img.xz
270
+<pre class="src src-bash">sudo apt-get install xz-utils wget
271
+wget https://freedombone.net/downloads/mesh-client-i386.img.xz
271
 wget https://freedombone.net/downloads/mesh-client-i386.img.xz.sig
272
 wget https://freedombone.net/downloads/mesh-client-i386.img.xz.sig
272
 gpg --verify mesh-client-i386.img.xz.sig
273
 gpg --verify mesh-client-i386.img.xz.sig
273
 sha256sum mesh-client-i386.img.xz
274
 sha256sum mesh-client-i386.img.xz
283
 
284
 
284
 <div class="org-src-container">
285
 <div class="org-src-container">
285
 
286
 
286
-<pre class="src src-bash">wget https://freedombone.net/downloads/mesh-client-i386-insecure.img.xz
287
+<pre class="src src-bash">sudo apt-get install xz-utils wget
288
+wget https://freedombone.net/downloads/mesh-client-i386-insecure.img.xz
287
 wget https://freedombone.net/downloads/mesh-client-i386-insecure.img.xz.sig
289
 wget https://freedombone.net/downloads/mesh-client-i386-insecure.img.xz.sig
288
 gpg --verify mesh-client-i386-insecure.img.xz.sig
290
 gpg --verify mesh-client-i386-insecure.img.xz.sig
289
 sha256sum mesh-client-i386-insecure.img.xz
291
 sha256sum mesh-client-i386-insecure.img.xz
290
-
292
+2aa1552d695485505b6a145857e5cebb7dc365dbf9614488f474bf5ac1149473
291
 unxz mesh-client-i386-insecure.img.xz
293
 unxz mesh-client-i386-insecure.img.xz
292
 dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">if</span>=mesh-client-i386-insecure.img <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">conv</span>=fdatasync
294
 dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">if</span>=mesh-client-i386-insecure.img <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">conv</span>=fdatasync
293
 </pre>
295
 </pre>
295
 </div>
297
 </div>
296
 </div>
298
 </div>
297
 
299
 
298
-<div id="outline-container-orgec62337" class="outline-3">
299
-<h3 id="orgec62337">Router images</h3>
300
-<div class="outline-text-3" id="text-orgec62337">
300
+<div id="outline-container-org474f6d9" class="outline-3">
301
+<h3 id="org474f6d9">Router images</h3>
302
+<div class="outline-text-3" id="text-org474f6d9">
301
 <p>
303
 <p>
302
 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 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.
303
 </p>
305
 </p>
304
 </div>
306
 </div>
305
-<div id="outline-container-org1fddd6f" class="outline-4">
306
-<h4 id="org1fddd6f">Beaglebone Black</h4>
307
-<div class="outline-text-4" id="text-org1fddd6f">
307
+<div id="outline-container-org82dc517" class="outline-4">
308
+<h4 id="org82dc517">Beaglebone Black</h4>
309
+<div class="outline-text-4" id="text-org82dc517">
308
 <div class="org-src-container">
310
 <div class="org-src-container">
309
 
311
 
310
-<pre class="src src-bash">wget https://freedombone.net/downloads/mesh-router-beaglebone-black.img.xz
312
+<pre class="src src-bash">sudo apt-get install xz-utils wget
313
+wget https://freedombone.net/downloads/mesh-router-beaglebone-black.img.xz
311
 wget https://freedombone.net/downloads/mesh-router-beaglebone-black.img.xz.sig
314
 wget https://freedombone.net/downloads/mesh-router-beaglebone-black.img.xz.sig
312
 gpg --verify mesh-router-beaglebone-black.img.xz.sig
315
 gpg --verify mesh-router-beaglebone-black.img.xz.sig
313
 sha256sum mesh-router-beaglebone-black.img.xz
316
 sha256sum mesh-router-beaglebone-black.img.xz
321
 </div>
324
 </div>
322
 </div>
325
 </div>
323
 
326
 
324
-<div id="outline-container-orgfb30373" class="outline-2">
325
-<h2 id="orgfb30373">To build the disk image yourself</h2>
326
-<div class="outline-text-2" id="text-orgfb30373">
327
+<div id="outline-container-org1106e17" class="outline-2">
328
+<h2 id="org1106e17">To build the disk image yourself</h2>
329
+<div class="outline-text-2" id="text-org1106e17">
327
 <p>
330
 <p>
328
 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.
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.
329
 </p>
332
 </p>
424
 </div>
427
 </div>
425
 </div>
428
 </div>
426
 
429
 
427
-<div id="outline-container-org4311dfe" class="outline-2">
428
-<h2 id="org4311dfe">How to use it</h2>
429
-<div class="outline-text-2" id="text-org4311dfe">
430
+<div id="outline-container-orgd1f0320" class="outline-2">
431
+<h2 id="orgd1f0320">How to use it</h2>
432
+<div class="outline-text-2" id="text-orgd1f0320">
430
 <p>
433
 <p>
431
 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
 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.
432
 </p>
435
 </p>