Browse Source

Included multiwriter

Bob Mottram 7 years ago
parent
commit
a518657aef
2 changed files with 59 additions and 53 deletions
  1. 2
    0
      doc/EN/mesh.org
  2. 57
    53
      website/EN/mesh.html

+ 2
- 0
doc/EN/mesh.org View File

75
 #+begin_src bash
75
 #+begin_src bash
76
 sudo apt-get install gnome-multi-writer
76
 sudo apt-get install gnome-multi-writer
77
 #+end_src
77
 #+end_src
78
+
79
+The MultiWriter tool is also available within mesh client images, so that you can use mesh systems to create more copies of the same system.
78
 ** Client images
80
 ** Client images
79
 
81
 
80
 #+BEGIN_CENTER
82
 #+BEGIN_CENTER

+ 57
- 53
website/EN/mesh.html View File

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
-<!-- 2017-09-23 Sat 21:23 -->
6
+<!-- 2017-09-23 Sat 21:46 -->
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>&lrm;</title>
9
 <title>&lrm;</title>
274
 </colgroup>
274
 </colgroup>
275
 <tbody>
275
 <tbody>
276
 <tr>
276
 <tr>
277
-<td class="org-left"><a href="#org275ea37">What the system can do</a></td>
277
+<td class="org-left"><a href="#org802af98">What the system can do</a></td>
278
 <td class="org-left">-</td>
278
 <td class="org-left">-</td>
279
-<td class="org-left"><a href="#org083d30f">Disk Images</a></td>
279
+<td class="org-left"><a href="#org38eda48">Disk Images</a></td>
280
 <td class="org-left">-</td>
280
 <td class="org-left">-</td>
281
-<td class="org-left"><a href="#orgdb4fcb9">Building Disk Images</a></td>
281
+<td class="org-left"><a href="#org0c3a295">Building Disk Images</a></td>
282
 <td class="org-left">-</td>
282
 <td class="org-left">-</td>
283
-<td class="org-left"><a href="#org8eaaac5">How to use it</a></td>
283
+<td class="org-left"><a href="#org5f6418e">How to use it</a></td>
284
 </tr>
284
 </tr>
285
 </tbody>
285
 </tbody>
286
 </table>
286
 </table>
316
 <li><b>Evolvable</b>: The network should be built with future development in mind. The platform should be flexible enough to support technologies, protocols and modes of usage that have not yet been developed.</li>
316
 <li><b>Evolvable</b>: The network should be built with future development in mind. The platform should be flexible enough to support technologies, protocols and modes of usage that have not yet been developed.</li>
317
 </ul>
317
 </ul>
318
 
318
 
319
-<div id="outline-container-org275ea37" class="outline-2">
320
-<h2 id="org275ea37">What the system can do</h2>
321
-<div class="outline-text-2" id="text-org275ea37">
319
+<div id="outline-container-org802af98" class="outline-2">
320
+<h2 id="org802af98">What the system can do</h2>
321
+<div class="outline-text-2" id="text-org802af98">
322
 <ul class="org-ul">
322
 <ul class="org-ul">
323
 <li>Discovery of other users on the network</li>
323
 <li>Discovery of other users on the network</li>
324
 <li>Text based chat, one-to-one and in groups</li>
324
 <li>Text based chat, one-to-one and in groups</li>
340
 </div>
340
 </div>
341
 </div>
341
 </div>
342
 
342
 
343
-<div id="outline-container-org083d30f" class="outline-2">
344
-<h2 id="org083d30f">Disk Images</h2>
345
-<div class="outline-text-2" id="text-org083d30f">
343
+<div id="outline-container-org38eda48" class="outline-2">
344
+<h2 id="org38eda48">Disk Images</h2>
345
+<div class="outline-text-2" id="text-org38eda48">
346
 </div>
346
 </div>
347
-<div id="outline-container-org0da251b" class="outline-3">
348
-<h3 id="org0da251b">Writing many images quickly</h3>
349
-<div class="outline-text-3" id="text-org0da251b">
347
+<div id="outline-container-org2291a28" class="outline-3">
348
+<h3 id="org2291a28">Writing many images quickly</h3>
349
+<div class="outline-text-3" id="text-org2291a28">
350
 <p>
350
 <p>
351
 There may be situations where you need to write the same disk image to multiple drives at the same time in order to maximize rate of deployment. In the instructions given below the <b>dd</b> command is used for writing to the target drive, but to write to multiple drives you can use a tool such as <a href="https://wiki.gnome.org/Apps/MultiWriter">GNOME MultiWriter</a>.
351
 There may be situations where you need to write the same disk image to multiple drives at the same time in order to maximize rate of deployment. In the instructions given below the <b>dd</b> command is used for writing to the target drive, but to write to multiple drives you can use a tool such as <a href="https://wiki.gnome.org/Apps/MultiWriter">GNOME MultiWriter</a>.
352
 </p>
352
 </p>
368
 <pre class="src src-bash">sudo apt-get install gnome-multi-writer
368
 <pre class="src src-bash">sudo apt-get install gnome-multi-writer
369
 </pre>
369
 </pre>
370
 </div>
370
 </div>
371
+
372
+<p>
373
+The MultiWriter tool is also available within mesh client images, so that you can use mesh systems to create more copies of the same system.
374
+</p>
371
 </div>
375
 </div>
372
 </div>
376
 </div>
373
-<div id="outline-container-orgf3b3e81" class="outline-3">
374
-<h3 id="orgf3b3e81">Client images</h3>
375
-<div class="outline-text-3" id="text-orgf3b3e81">
377
+<div id="outline-container-orgd0546b8" class="outline-3">
378
+<h3 id="orgd0546b8">Client images</h3>
379
+<div class="outline-text-3" id="text-orgd0546b8">
376
 <div class="org-center">
380
 <div class="org-center">
377
 
381
 
378
 <div class="figure">
382
 <div class="figure">
421
 </div>
425
 </div>
422
 </div>
426
 </div>
423
 
427
 
424
-<div id="outline-container-orgc2c45c8" class="outline-3">
425
-<h3 id="orgc2c45c8">Router images</h3>
426
-<div class="outline-text-3" id="text-orgc2c45c8">
428
+<div id="outline-container-orgefe9dc5" class="outline-3">
429
+<h3 id="orgefe9dc5">Router images</h3>
430
+<div class="outline-text-3" id="text-orgefe9dc5">
427
 <p>
431
 <p>
428
 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 and to enable peers to find each other via running bootstrap nodes for Tox and IPFS. 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.
432
 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 and to enable peers to find each other via running bootstrap nodes for Tox and IPFS. 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.
429
 </p>
433
 </p>
430
 </div>
434
 </div>
431
-<div id="outline-container-org3cb42ce" class="outline-4">
432
-<h4 id="org3cb42ce">Beaglebone Black</h4>
433
-<div class="outline-text-4" id="text-org3cb42ce">
435
+<div id="outline-container-org2f4e6c1" class="outline-4">
436
+<h4 id="org2f4e6c1">Beaglebone Black</h4>
437
+<div class="outline-text-4" id="text-org2f4e6c1">
434
 <div class="org-center">
438
 <div class="org-center">
435
 
439
 
436
 <div class="figure">
440
 <div class="figure">
467
 </div>
471
 </div>
468
 </div>
472
 </div>
469
 
473
 
470
-<div id="outline-container-orgdb4fcb9" class="outline-2">
471
-<h2 id="orgdb4fcb9">Building Disk Images</h2>
472
-<div class="outline-text-2" id="text-orgdb4fcb9">
474
+<div id="outline-container-org0c3a295" class="outline-2">
475
+<h2 id="org0c3a295">Building Disk Images</h2>
476
+<div class="outline-text-2" id="text-org0c3a295">
473
 <p>
477
 <p>
474
 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.
478
 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.
475
 </p>
479
 </p>
557
 </div>
561
 </div>
558
 </div>
562
 </div>
559
 
563
 
560
-<div id="outline-container-org84cd765" class="outline-2">
561
-<h2 id="org84cd765">Customisation</h2>
562
-<div class="outline-text-2" id="text-org84cd765">
564
+<div id="outline-container-orgdbfa9a8" class="outline-2">
565
+<h2 id="orgdbfa9a8">Customisation</h2>
566
+<div class="outline-text-2" id="text-orgdbfa9a8">
563
 <p>
567
 <p>
564
 If you want to make your own specially branded version, such as for a particular event, then to change the default desktop backgrounds edit the images within <b>img/backgrounds</b> and to change the available avatars and desktop icons edit the images within <b>img/avatars</b>. Re-create disk images using the instructions shown previously.
568
 If you want to make your own specially branded version, such as for a particular event, then to change the default desktop backgrounds edit the images within <b>img/backgrounds</b> and to change the available avatars and desktop icons edit the images within <b>img/avatars</b>. Re-create disk images using the instructions shown previously.
565
 </p>
569
 </p>
569
 </p>
573
 </p>
570
 </div>
574
 </div>
571
 </div>
575
 </div>
572
-<div id="outline-container-org8eaaac5" class="outline-2">
573
-<h2 id="org8eaaac5">How to use it</h2>
574
-<div class="outline-text-2" id="text-org8eaaac5">
576
+<div id="outline-container-org5f6418e" class="outline-2">
577
+<h2 id="org5f6418e">How to use it</h2>
578
+<div class="outline-text-2" id="text-org5f6418e">
575
 <p>
579
 <p>
576
 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.
580
 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.
577
 </p>
581
 </p>
581
 </p>
585
 </p>
582
 </div>
586
 </div>
583
 
587
 
584
-<div id="outline-container-orgc114b55" class="outline-3">
585
-<h3 id="orgc114b55">Boot trouble</h3>
586
-<div class="outline-text-3" id="text-orgc114b55">
588
+<div id="outline-container-org6f259f7" class="outline-3">
589
+<h3 id="org6f259f7">Boot trouble</h3>
590
+<div class="outline-text-3" id="text-org6f259f7">
587
 <p>
591
 <p>
588
 If the system doesn't boot and reports an error which includes <b>/dev/mapper/loop0p1</b> then reboot with <b>Ctrl-Alt-Del</b> and when you see the grub menu press <b>e</b> and manually change <b>/dev/mapper/loop0p1</b> to <b>/dev/sdb1</b>, then press <b>Ctrl-x</b>. If that doesn't work then reboot and try <b>/dev/sdc1</b> instead.
592
 If the system doesn't boot and reports an error which includes <b>/dev/mapper/loop0p1</b> then reboot with <b>Ctrl-Alt-Del</b> and when you see the grub menu press <b>e</b> and manually change <b>/dev/mapper/loop0p1</b> to <b>/dev/sdb1</b>, then press <b>Ctrl-x</b>. If that doesn't work then reboot and try <b>/dev/sdc1</b> instead.
589
 </p>
593
 </p>
593
 </p>
597
 </p>
594
 </div>
598
 </div>
595
 </div>
599
 </div>
596
-<div id="outline-container-orgc8e0f91" class="outline-3">
597
-<h3 id="orgc8e0f91">Set the Date</h3>
598
-<div class="outline-text-3" id="text-orgc8e0f91">
600
+<div id="outline-container-org32ab229" class="outline-3">
601
+<h3 id="org32ab229">Set the Date</h3>
602
+<div class="outline-text-3" id="text-org32ab229">
599
 <p>
603
 <p>
600
 On the ordinary internet the date and time of your system would be set automatically via NTP. 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.
604
 On the ordinary internet the date and time of your system would be set automatically via NTP. 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.
601
 </p>
605
 </p>
605
 </p>
609
 </p>
606
 </div>
610
 </div>
607
 </div>
611
 </div>
608
-<div id="outline-container-orgaa58477" class="outline-3">
609
-<h3 id="orgaa58477">Check network status</h3>
610
-<div class="outline-text-3" id="text-orgaa58477">
612
+<div id="outline-container-org0a0c31f" class="outline-3">
613
+<h3 id="org0a0c31f">Check network status</h3>
614
+<div class="outline-text-3" id="text-org0a0c31f">
611
 <p>
615
 <p>
612
 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.
616
 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.
613
 </p>
617
 </p>
631
 </div>
635
 </div>
632
 </div>
636
 </div>
633
 
637
 
634
-<div id="outline-container-org7ac05ce" class="outline-3">
635
-<h3 id="org7ac05ce">Chat System</h3>
636
-<div class="outline-text-3" id="text-org7ac05ce">
638
+<div id="outline-container-org334d737" class="outline-3">
639
+<h3 id="org334d737">Chat System</h3>
640
+<div class="outline-text-3" id="text-org334d737">
637
 <p>
641
 <p>
638
 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.
642
 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.
639
 </p>
643
 </p>
692
 </div>
696
 </div>
693
 </div>
697
 </div>
694
 
698
 
695
-<div id="outline-container-orge1d5428" class="outline-3">
696
-<h3 id="orge1d5428">Social Network</h3>
697
-<div class="outline-text-3" id="text-orge1d5428">
699
+<div id="outline-container-org2195683" class="outline-3">
700
+<h3 id="org2195683">Social Network</h3>
701
+<div class="outline-text-3" id="text-org2195683">
698
 <p>
702
 <p>
699
 Patchwork is available as a social networking system for the mesh. Like all social network systems it has a stream of posts and you can follow or unfollow other users. You can also send private messages to other users with end-to-end encryption.
703
 Patchwork is available as a social networking system for the mesh. Like all social network systems it has a stream of posts and you can follow or unfollow other users. You can also send private messages to other users with end-to-end encryption.
700
 </p>
704
 </p>
729
 </div>
733
 </div>
730
 </div>
734
 </div>
731
 
735
 
732
-<div id="outline-container-org17b874d" class="outline-3">
733
-<h3 id="org17b874d">Sharing Files</h3>
734
-<div class="outline-text-3" id="text-org17b874d">
736
+<div id="outline-container-org41de3cc" class="outline-3">
737
+<h3 id="org41de3cc">Sharing Files</h3>
738
+<div class="outline-text-3" id="text-org41de3cc">
735
 <p>
739
 <p>
736
 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.
740
 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.
737
 </p>
741
 </p>
746
 </div>
750
 </div>
747
 </div>
751
 </div>
748
 
752
 
749
-<div id="outline-container-orgd4d255f" class="outline-3">
750
-<h3 id="orgd4d255f">Blogging</h3>
751
-<div class="outline-text-3" id="text-orgd4d255f">
753
+<div id="outline-container-org534896d" class="outline-3">
754
+<h3 id="org534896d">Blogging</h3>
755
+<div class="outline-text-3" id="text-org534896d">
752
 <p>
756
 <p>
753
 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.
757
 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.
754
 </p>
758
 </p>