Przeglądaj źródła

mesh documentation

Bob Mottram 8 lat temu
rodzic
commit
8240f189a3
1 zmienionych plików z 28 dodań i 25 usunięć
  1. 28
    25
      website/EN/mesh.html

+ 28
- 25
website/EN/mesh.html Wyświetl plik

@@ -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 11:52 -->
6
+<!-- 2016-08-30 Tue 12:08 -->
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>
@@ -252,22 +252,23 @@ for the JavaScript code in this tag.
252 252
 </div>
253 253
 
254 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 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 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 266
 </p>
267 267
 
268 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 272
 wget https://freedombone.net/downloads/mesh-client-i386.img.xz.sig
272 273
 gpg --verify mesh-client-i386.img.xz.sig
273 274
 sha256sum mesh-client-i386.img.xz
@@ -283,11 +284,12 @@ If you're in an emergency and don't have Atheros wifi dongles then there is also
283 284
 
284 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 289
 wget https://freedombone.net/downloads/mesh-client-i386-insecure.img.xz.sig
288 290
 gpg --verify mesh-client-i386-insecure.img.xz.sig
289 291
 sha256sum mesh-client-i386-insecure.img.xz
290
-
292
+2aa1552d695485505b6a145857e5cebb7dc365dbf9614488f474bf5ac1149473
291 293
 unxz mesh-client-i386-insecure.img.xz
292 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 295
 </pre>
@@ -295,19 +297,20 @@ dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">
295 297
 </div>
296 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 303
 <p>
302 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 305
 </p>
304 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 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 314
 wget https://freedombone.net/downloads/mesh-router-beaglebone-black.img.xz.sig
312 315
 gpg --verify mesh-router-beaglebone-black.img.xz.sig
313 316
 sha256sum mesh-router-beaglebone-black.img.xz
@@ -321,9 +324,9 @@ dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">
321 324
 </div>
322 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 330
 <p>
328 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 332
 </p>
@@ -424,9 +427,9 @@ This site can also be accessed via a Tor browser at <a href="http://4fvfozz6g3zm
424 427
 </div>
425 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 433
 <p>
431 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 435
 </p>