Przeglądaj źródła

Update mesh images

Bob Mottram 8 lat temu
rodzic
commit
5f6850b5a3
Brak konta powiązanego z e-mailem autora
2 zmienionych plików z 83 dodań i 83 usunięć
  1. 21
    21
      doc/EN/mesh.org
  2. 62
    62
      website/EN/mesh.html

+ 21
- 21
doc/EN/mesh.org Wyświetl plik

51
 
51
 
52
 #+begin_src bash
52
 #+begin_src bash
53
 sudo apt-get install xz-utils wget
53
 sudo apt-get install xz-utils wget
54
-wget https://freedombone.net/downloads/mesh-client-i386.img.xz
55
-wget https://freedombone.net/downloads/mesh-client-i386.img.xz.sig
56
-gpg --verify mesh-client-i386.img.xz.sig
57
-sha256sum mesh-client-i386.img.xz
58
-06de9011625141188055fd87b585a0945cd5b77cf4d0ac2d080dc6ce4424a36c
59
-unxz mesh-client-i386.img.xz
60
-sudo dd bs=1M if=mesh-client-i386.img of=/dev/sdX conv=fdatasync
54
+wget https://freedombone.net/downloads/mesh-client-i386-20160913.img.xz
55
+wget https://freedombone.net/downloads/mesh-client-i386-20160913.img.xz.sig
56
+gpg --verify mesh-client-i386-20160913.img.xz.sig
57
+sha256sum mesh-client-i386-20160913.img.xz
58
+2111eeeba713d7ea0109845a295cc44550c66679045fd4bdafc04a883635bea9
59
+unxz mesh-client-i386-20160913.img.xz
60
+sudo dd bs=1M if=mesh-client-i386-20160913.img of=/dev/sdX conv=fdatasync
61
 #+end_src
61
 #+end_src
62
 
62
 
63
 To get a number of systems onto the mesh repeat the /dd/ command to create however many bootable USB drives you need.
63
 To get a number of systems onto the mesh repeat the /dd/ command to create however many bootable USB drives you need.
66
 
66
 
67
 #+begin_src bash
67
 #+begin_src bash
68
 sudo apt-get install xz-utils wget
68
 sudo apt-get install xz-utils wget
69
-wget https://freedombone.net/downloads/mesh-client-insecure-i386.img.xz
70
-wget https://freedombone.net/downloads/mesh-client-insecure-i386.img.xz.sig
71
-gpg --verify mesh-client-insecure-i386.img.xz.sig
72
-sha256sum mesh-client-insecure-i386.img.xz
73
-5d9108093d687c7353e078061197f5121d472ff608b60deb81a4b1c6dbfcce7b
74
-unxz mesh-client-insecure-i386.img.xz
75
-sudo dd bs=1M if=mesh-client-insecure-i386.img of=/dev/sdX conv=fdatasync
69
+wget https://freedombone.net/downloads/mesh-client-insecure-i386-20160913.img.xz
70
+wget https://freedombone.net/downloads/mesh-client-insecure-i386-20160913.img.xz.sig
71
+gpg --verify mesh-client-insecure-i386-20160913.img.xz.sig
72
+sha256sum mesh-client-insecure-i386-20160913.img.xz
73
+cd03596d115030469ff57ef519a2a8baba1e71b541e3014032c01f507c7988c1
74
+unxz mesh-client-insecure-i386-20160913.img.xz
75
+sudo dd bs=1M if=mesh-client-insecure-i386-20160913.img of=/dev/sdX conv=fdatasync
76
 #+end_src
76
 #+end_src
77
 
77
 
78
 ** Router images
78
 ** Router images
86
 
86
 
87
 #+begin_src bash
87
 #+begin_src bash
88
 sudo apt-get install xz-utils wget
88
 sudo apt-get install xz-utils wget
89
-wget https://freedombone.net/downloads/mesh-router-beaglebone-black.img.xz
90
-wget https://freedombone.net/downloads/mesh-router-beaglebone-black.img.xz.sig
91
-gpg --verify mesh-router-beaglebone-black.img.xz.sig
92
-sha256sum mesh-router-beaglebone-black.img.xz
93
-7e59ccd65421f34edf8719274d1197a45fe21b1da83a7185f849abd0f54e895c
94
-unxz mesh-router-beaglebone-black.img.xz
95
-sudo dd bs=1M if=mesh-router-beaglebone-black.img of=/dev/sdX conv=fdatasync
89
+wget https://freedombone.net/downloads/mesh-router-beaglebone-black-20160913.img.xz
90
+wget https://freedombone.net/downloads/mesh-router-beaglebone-black-20160913.img.xz.sig
91
+gpg --verify mesh-router-beaglebone-black-20160913.img.xz.sig
92
+sha256sum mesh-router-beaglebone-black-20160913.img.xz
93
+74470b6491951a9744fdd3dab27e8ca74d5b60499fcf6e1a5313e6854c9db894
94
+unxz mesh-router-beaglebone-black-20160913.img.xz
95
+sudo dd bs=1M if=mesh-router-beaglebone-black-20160913.img of=/dev/sdX conv=fdatasync
96
 #+end_src
96
 #+end_src
97
 
97
 
98
 If you have a few Beaglebone Blacks to use as routers then repeat the /dd/ command to create however many microSD cards you need.
98
 If you have a few Beaglebone Blacks to use as routers then repeat the /dd/ command to create however many microSD cards you need.

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

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-09-12 Mon 20:07 -->
6
+<!-- 2016-09-14 Wed 09:12 -->
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>
272
 </colgroup>
272
 </colgroup>
273
 <tbody>
273
 <tbody>
274
 <tr>
274
 <tr>
275
-<td class="org-left"><a href="#org5482d28">What the system can do</a></td>
275
+<td class="org-left"><a href="#org2f22947">What the system can do</a></td>
276
 <td class="org-left">-</td>
276
 <td class="org-left">-</td>
277
-<td class="org-left"><a href="#org7a60523">Disk Images</a></td>
277
+<td class="org-left"><a href="#org9d8e5de">Disk Images</a></td>
278
 <td class="org-left">-</td>
278
 <td class="org-left">-</td>
279
-<td class="org-left"><a href="#org7495c92">Building Disk Images</a></td>
279
+<td class="org-left"><a href="#org5b71058">Building Disk Images</a></td>
280
 <td class="org-left">-</td>
280
 <td class="org-left">-</td>
281
-<td class="org-left"><a href="#orged93a95">How to use it</a></td>
281
+<td class="org-left"><a href="#org0dd6ba9">How to use it</a></td>
282
 </tr>
282
 </tr>
283
 </tbody>
283
 </tbody>
284
 </table>
284
 </table>
287
 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.
287
 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.
288
 </p>
288
 </p>
289
 
289
 
290
-<div id="outline-container-org5482d28" class="outline-2">
291
-<h2 id="org5482d28">What the system can do</h2>
292
-<div class="outline-text-2" id="text-org5482d28">
290
+<div id="outline-container-org2f22947" class="outline-2">
291
+<h2 id="org2f22947">What the system can do</h2>
292
+<div class="outline-text-2" id="text-org2f22947">
293
 <ul class="org-ul">
293
 <ul class="org-ul">
294
 <li>Discovery of other users on the network</li>
294
 <li>Discovery of other users on the network</li>
295
 <li>Text based chat, one-to-one and in groups</li>
295
 <li>Text based chat, one-to-one and in groups</li>
310
 </div>
310
 </div>
311
 </div>
311
 </div>
312
 
312
 
313
-<div id="outline-container-org7a60523" class="outline-2">
314
-<h2 id="org7a60523">Disk Images</h2>
315
-<div class="outline-text-2" id="text-org7a60523">
316
-</div><div id="outline-container-orgf96b5c1" class="outline-3">
317
-<h3 id="orgf96b5c1">Client images</h3>
318
-<div class="outline-text-3" id="text-orgf96b5c1">
313
+<div id="outline-container-org9d8e5de" class="outline-2">
314
+<h2 id="org9d8e5de">Disk Images</h2>
315
+<div class="outline-text-2" id="text-org9d8e5de">
316
+</div><div id="outline-container-orgf392876" class="outline-3">
317
+<h3 id="orgf392876">Client images</h3>
318
+<div class="outline-text-3" id="text-orgf392876">
319
 <div class="org-center">
319
 <div class="org-center">
320
 
320
 
321
 <div class="figure">
321
 <div class="figure">
331
 <div class="org-src-container">
331
 <div class="org-src-container">
332
 
332
 
333
 <pre class="src src-bash">sudo apt-get install xz-utils wget
333
 <pre class="src src-bash">sudo apt-get install xz-utils wget
334
-wget https://freedombone.net/downloads/mesh-client-i386.img.xz
335
-wget https://freedombone.net/downloads/mesh-client-i386.img.xz.sig
336
-gpg --verify mesh-client-i386.img.xz.sig
337
-sha256sum mesh-client-i386.img.xz
338
-06de9011625141188055fd87b585a0945cd5b77cf4d0ac2d080dc6ce4424a36c
339
-unxz mesh-client-i386.img.xz
340
-sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">if</span>=mesh-client-i386.img <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">conv</span>=fdatasync
334
+wget https://freedombone.net/downloads/mesh-client-i386-20160913.img.xz
335
+wget https://freedombone.net/downloads/mesh-client-i386-20160913.img.xz.sig
336
+gpg --verify mesh-client-i386-20160913.img.xz.sig
337
+sha256sum mesh-client-i386-20160913.img.xz
338
+2111eeeba713d7ea0109845a295cc44550c66679045fd4bdafc04a883635bea9
339
+unxz mesh-client-i386-20160913.img.xz
340
+sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">if</span>=mesh-client-i386-20160913.img <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">conv</span>=fdatasync
341
 </pre>
341
 </pre>
342
 </div>
342
 </div>
343
 
343
 
352
 <div class="org-src-container">
352
 <div class="org-src-container">
353
 
353
 
354
 <pre class="src src-bash">sudo apt-get install xz-utils wget
354
 <pre class="src src-bash">sudo apt-get install xz-utils wget
355
-wget https://freedombone.net/downloads/mesh-client-insecure-i386.img.xz
356
-wget https://freedombone.net/downloads/mesh-client-insecure-i386.img.xz.sig
357
-gpg --verify mesh-client-insecure-i386.img.xz.sig
358
-sha256sum mesh-client-insecure-i386.img.xz
359
-5d9108093d687c7353e078061197f5121d472ff608b60deb81a4b1c6dbfcce7b
360
-unxz mesh-client-insecure-i386.img.xz
361
-sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">if</span>=mesh-client-insecure-i386.img <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">conv</span>=fdatasync
355
+wget https://freedombone.net/downloads/mesh-client-insecure-i386-20160913.img.xz
356
+wget https://freedombone.net/downloads/mesh-client-insecure-i386-20160913.img.xz.sig
357
+gpg --verify mesh-client-insecure-i386-20160913.img.xz.sig
358
+sha256sum mesh-client-insecure-i386-20160913.img.xz
359
+cd03596d115030469ff57ef519a2a8baba1e71b541e3014032c01f507c7988c1
360
+unxz mesh-client-insecure-i386-20160913.img.xz
361
+sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">if</span>=mesh-client-insecure-i386-20160913.img <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">conv</span>=fdatasync
362
 </pre>
362
 </pre>
363
 </div>
363
 </div>
364
 </div>
364
 </div>
365
 </div>
365
 </div>
366
 
366
 
367
-<div id="outline-container-org38d8777" class="outline-3">
368
-<h3 id="org38d8777">Router images</h3>
369
-<div class="outline-text-3" id="text-org38d8777">
367
+<div id="outline-container-org794b46f" class="outline-3">
368
+<h3 id="org794b46f">Router images</h3>
369
+<div class="outline-text-3" id="text-org794b46f">
370
 <p>
370
 <p>
371
 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.
371
 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.
372
 </p>
372
 </p>
373
 </div>
373
 </div>
374
-<div id="outline-container-org3f64525" class="outline-4">
375
-<h4 id="org3f64525">Beaglebone Black</h4>
376
-<div class="outline-text-4" id="text-org3f64525">
374
+<div id="outline-container-org20c30d4" class="outline-4">
375
+<h4 id="org20c30d4">Beaglebone Black</h4>
376
+<div class="outline-text-4" id="text-org20c30d4">
377
 <div class="org-center">
377
 <div class="org-center">
378
 
378
 
379
 <div class="figure">
379
 <div class="figure">
389
 <div class="org-src-container">
389
 <div class="org-src-container">
390
 
390
 
391
 <pre class="src src-bash">sudo apt-get install xz-utils wget
391
 <pre class="src src-bash">sudo apt-get install xz-utils wget
392
-wget https://freedombone.net/downloads/mesh-router-beaglebone-black.img.xz
393
-wget https://freedombone.net/downloads/mesh-router-beaglebone-black.img.xz.sig
394
-gpg --verify mesh-router-beaglebone-black.img.xz.sig
395
-sha256sum mesh-router-beaglebone-black.img.xz
396
-7e59ccd65421f34edf8719274d1197a45fe21b1da83a7185f849abd0f54e895c
397
-unxz mesh-router-beaglebone-black.img.xz
398
-sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">if</span>=mesh-router-beaglebone-black.img <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">conv</span>=fdatasync
392
+wget https://freedombone.net/downloads/mesh-router-beaglebone-black-20160913.img.xz
393
+wget https://freedombone.net/downloads/mesh-router-beaglebone-black-20160913.img.xz.sig
394
+gpg --verify mesh-router-beaglebone-black-20160913.img.xz.sig
395
+sha256sum mesh-router-beaglebone-black-20160913.img.xz
396
+74470b6491951a9744fdd3dab27e8ca74d5b60499fcf6e1a5313e6854c9db894
397
+unxz mesh-router-beaglebone-black-20160913.img.xz
398
+sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">if</span>=mesh-router-beaglebone-black-20160913.img <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">conv</span>=fdatasync
399
 </pre>
399
 </pre>
400
 </div>
400
 </div>
401
 
401
 
407
 </div>
407
 </div>
408
 </div>
408
 </div>
409
 
409
 
410
-<div id="outline-container-org7495c92" class="outline-2">
411
-<h2 id="org7495c92">Building Disk Images</h2>
412
-<div class="outline-text-2" id="text-org7495c92">
410
+<div id="outline-container-org5b71058" class="outline-2">
411
+<h2 id="org5b71058">Building Disk Images</h2>
412
+<div class="outline-text-2" id="text-org5b71058">
413
 <p>
413
 <p>
414
 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.
414
 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.
415
 </p>
415
 </p>
504
 </div>
504
 </div>
505
 </div>
505
 </div>
506
 
506
 
507
-<div id="outline-container-orged93a95" class="outline-2">
508
-<h2 id="orged93a95">How to use it</h2>
509
-<div class="outline-text-2" id="text-orged93a95">
507
+<div id="outline-container-org0dd6ba9" class="outline-2">
508
+<h2 id="org0dd6ba9">How to use it</h2>
509
+<div class="outline-text-2" id="text-org0dd6ba9">
510
 <p>
510
 <p>
511
 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.
511
 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.
512
 </p>
512
 </p>
516
 </p>
516
 </p>
517
 </div>
517
 </div>
518
 
518
 
519
-<div id="outline-container-orgfbb3904" class="outline-3">
520
-<h3 id="orgfbb3904">Set the Date</h3>
521
-<div class="outline-text-3" id="text-orgfbb3904">
519
+<div id="outline-container-orgcbdc987" class="outline-3">
520
+<h3 id="orgcbdc987">Set the Date</h3>
521
+<div class="outline-text-3" id="text-orgcbdc987">
522
 <p>
522
 <p>
523
 On the ordinary internet the date and time of your system would be set automatically via NTP or TLSdate. But this is not the internet and so you will need to manually ensure that your date and time settings are correct. You might need to periodically do this if your clock drifts. It's not essential that the time on your system be highly accurate, but if it drifts too far or goes back to epoch then things could become a little confusing in regard to the order of blog posts.
523
 On the ordinary internet the date and time of your system would be set automatically via NTP or TLSdate. But this is not the internet and so you will need to manually ensure that your date and time settings are correct. You might need to periodically do this if your clock drifts. It's not essential that the time on your system be highly accurate, but if it drifts too far or goes back to epoch then things could become a little confusing in regard to the order of blog posts.
524
 </p>
524
 </p>
528
 </p>
528
 </p>
529
 </div>
529
 </div>
530
 </div>
530
 </div>
531
-<div id="outline-container-orgecad149" class="outline-3">
532
-<h3 id="orgecad149">Check network status</h3>
533
-<div class="outline-text-3" id="text-orgecad149">
531
+<div id="outline-container-org9983db5" class="outline-3">
532
+<h3 id="org9983db5">Check network status</h3>
533
+<div class="outline-text-3" id="text-org9983db5">
534
 <p>
534
 <p>
535
 Unlike with ordinary wifi, on the mesh you don't get a signal strength icon and so it's not simple to see if you have a good connection.
535
 Unlike with ordinary wifi, on the mesh you don't get a signal strength icon and so it's not simple to see if you have a good connection.
536
 </p>
536
 </p>
554
 </div>
554
 </div>
555
 </div>
555
 </div>
556
 
556
 
557
-<div id="outline-container-org61a741a" class="outline-3">
558
-<h3 id="org61a741a">Chat System</h3>
559
-<div class="outline-text-3" id="text-org61a741a">
557
+<div id="outline-container-org0e7ae54" class="outline-3">
558
+<h3 id="org0e7ae54">Chat System</h3>
559
+<div class="outline-text-3" id="text-org0e7ae54">
560
 <p>
560
 <p>
561
 Ensure that you're within wifi range of at least one other mesh peer (could be a router or client) and then you should see that the <i>Chat</i> and <i>Other Users</i> icons appear. Select the users icon and you should see a list of users on the mesh. Select the <i>Chat</i> icon and once you are connected you should see the status light turn green. If after a few minutes you don't get the green status light then try closing and re-opening the Tox chat application. Select the plus button to add a friend and then copy and paste in a Tox ID from the users list.
561
 Ensure that you're within wifi range of at least one other mesh peer (could be a router or client) and then you should see that the <i>Chat</i> and <i>Other Users</i> icons appear. Select the users icon and you should see a list of users on the mesh. Select the <i>Chat</i> icon and once you are connected you should see the status light turn green. If after a few minutes you don't get the green status light then try closing and re-opening the Tox chat application. Select the plus button to add a friend and then copy and paste in a Tox ID from the users list.
562
 </p>
562
 </p>
615
 </div>
615
 </div>
616
 </div>
616
 </div>
617
 
617
 
618
-<div id="outline-container-org6c52db5" class="outline-3">
619
-<h3 id="org6c52db5">Sharing Files</h3>
620
-<div class="outline-text-3" id="text-org6c52db5">
618
+<div id="outline-container-orgec6a3f3" class="outline-3">
619
+<h3 id="orgec6a3f3">Sharing Files</h3>
620
+<div class="outline-text-3" id="text-orgec6a3f3">
621
 <p>
621
 <p>
622
 You can make files publicly available on the network simply by dragging and dropping them into the <i>Public</i> folder on the desktop. To view the files belonging to another user select the desktop icon called <i>Visit a site</i> and enter the username or Tox ID of the other user.
622
 You can make files publicly available on the network simply by dragging and dropping them into the <i>Public</i> folder on the desktop. To view the files belonging to another user select the desktop icon called <i>Visit a site</i> and enter the username or Tox ID of the other user.
623
 </p>
623
 </p>
632
 </div>
632
 </div>
633
 </div>
633
 </div>
634
 
634
 
635
-<div id="outline-container-org216b914" class="outline-3">
636
-<h3 id="org216b914">Blogging</h3>
637
-<div class="outline-text-3" id="text-org216b914">
635
+<div id="outline-container-org6b7abb6" class="outline-3">
636
+<h3 id="org6b7abb6">Blogging</h3>
637
+<div class="outline-text-3" id="text-org6b7abb6">
638
 <p>
638
 <p>
639
 To create a blog post select the <i>Blog</i> icon on the desktop and then use the up and down cursor keys, space bar and enter key to add a new entry. Edit the title of the entry and add your text. You can also include photos if you wish - just copy them to the <b>CreateBlog/content/images</b> directory and then link to them as shown.
639
 To create a blog post select the <i>Blog</i> icon on the desktop and then use the up and down cursor keys, space bar and enter key to add a new entry. Edit the title of the entry and add your text. You can also include photos if you wish - just copy them to the <b>CreateBlog/content/images</b> directory and then link to them as shown.
640
 </p>
640
 </p>