Sfoglia il codice sorgente

mesh usage documentation contents links

Bob Mottram 7 anni fa
parent
commit
2bf73ea629
2 ha cambiato i file con 62 aggiunte e 36 eliminazioni
  1. 13
    1
      doc/EN/mesh_usage.org
  2. 49
    35
      website/EN/mesh_usage.html

+ 13
- 1
doc/EN/mesh_usage.org Vedi File

@@ -14,6 +14,18 @@
14 14
 <center><h1>Mesh Network: How to use it</h1></center>
15 15
 #+end_export
16 16
 
17
+ * [[Boot trouble]]
18
+ * [[Set the Date]]
19
+ * [[Check network status]]
20
+ * [[Connecting to the internet]]
21
+ * [[Connecting two meshes over the internet via a VPN tunnel]]
22
+ * [[Mobile devices (phones, etc)]]
23
+ * [[Chat System]]
24
+ * [[Collaborative document editing]]
25
+ * [[Social Network]]
26
+ * [[Sharing Files]]
27
+ * [[Blogging]]
28
+
17 29
 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.
18 30
 
19 31
 After a minute or two if you are within wifi range and there is at least one other user on the network then you should see additional icons appear on the desktop, such as /Other Users/ and /Chat/.
@@ -26,7 +38,7 @@ After the system has booted successfully the problem should resolve itself on su
26 38
 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.
27 39
 
28 40
 *Right click on the date* in the top right corner of the screen. Select *preferences*, then click the *Time Settings* button. You can then select the date from the calendar and set the time, then click the *Set System Time* button. Enter the default password, which is /freedombone/.
29
-** Check network status
41
+* Check network status
30 42
 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.
31 43
 
32 44
 Select the wifi icon on the desktop and enter the password '/freedombone/'. The network configuration will go into a monitoring mode and in the bottom right side of the window you will be able to see signal strength and other parameters. This can help you to locate systems or adjust antennas to get the best wifi performance.

+ 49
- 35
website/EN/mesh_usage.html Vedi File

@@ -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
-<!-- 2017-10-27 Fri 11:44 -->
6
+<!-- 2017-10-27 Fri 11:56 -->
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>&lrm;</title>
@@ -246,6 +246,20 @@ for the JavaScript code in this tag.
246 246
 
247 247
 <center><h1>Mesh Network: How to use it</h1></center>
248 248
 
249
+<ul class="org-ul">
250
+<li><a href="#org22cb5fa">Boot trouble</a></li>
251
+<li><a href="#orgde523e6">Set the Date</a></li>
252
+<li><a href="#org21130c0">Check network status</a></li>
253
+<li><a href="#org94c3154">Connecting to the internet</a></li>
254
+<li><a href="#orgc8757e7">Connecting two meshes over the internet via a VPN tunnel</a></li>
255
+<li><a href="#orgd23560d">Mobile devices (phones, etc)</a></li>
256
+<li><a href="#orgaefaab7">Chat System</a></li>
257
+<li><a href="#orgb60a85c">Collaborative document editing</a></li>
258
+<li><a href="#org3987366">Social Network</a></li>
259
+<li><a href="#org2d93c9b">Sharing Files</a></li>
260
+<li><a href="#org0ef8d45">Blogging</a></li>
261
+</ul>
262
+
249 263
 <p>
250 264
 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.
251 265
 </p>
@@ -254,9 +268,9 @@ When you first boot from the USB drive the system will create some encryption ke
254 268
 After a minute or two if you are within wifi range and there is at least one other user on the network then you should see additional icons appear on the desktop, such as <i>Other Users</i> and <i>Chat</i>.
255 269
 </p>
256 270
 
257
-<div id="outline-container-org22fe8e0" class="outline-2">
258
-<h2 id="org22fe8e0">Boot trouble</h2>
259
-<div class="outline-text-2" id="text-org22fe8e0">
271
+<div id="outline-container-org22cb5fa" class="outline-2">
272
+<h2 id="org22cb5fa">Boot trouble</h2>
273
+<div class="outline-text-2" id="text-org22cb5fa">
260 274
 <p>
261 275
 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.
262 276
 </p>
@@ -266,9 +280,9 @@ After the system has booted successfully the problem should resolve itself on su
266 280
 </p>
267 281
 </div>
268 282
 </div>
269
-<div id="outline-container-orgd683f50" class="outline-2">
270
-<h2 id="orgd683f50">Set the Date</h2>
271
-<div class="outline-text-2" id="text-orgd683f50">
283
+<div id="outline-container-orgde523e6" class="outline-2">
284
+<h2 id="orgde523e6">Set the Date</h2>
285
+<div class="outline-text-2" id="text-orgde523e6">
272 286
 <p>
273 287
 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.
274 288
 </p>
@@ -277,9 +291,10 @@ On the ordinary internet the date and time of your system would be set automatic
277 291
 <b>Right click on the date</b> in the top right corner of the screen. Select <b>preferences</b>, then click the <b>Time Settings</b> button. You can then select the date from the calendar and set the time, then click the <b>Set System Time</b> button. Enter the default password, which is <i>freedombone</i>.
278 292
 </p>
279 293
 </div>
280
-<div id="outline-container-orga91196b" class="outline-3">
281
-<h3 id="orga91196b">Check network status</h3>
282
-<div class="outline-text-3" id="text-orga91196b">
294
+</div>
295
+<div id="outline-container-org21130c0" class="outline-2">
296
+<h2 id="org21130c0">Check network status</h2>
297
+<div class="outline-text-2" id="text-org21130c0">
283 298
 <p>
284 299
 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.
285 300
 </p>
@@ -302,10 +317,9 @@ When you are finished close the window and then select the <i>Network Restart</i
302 317
 </p>
303 318
 </div>
304 319
 </div>
305
-</div>
306
-<div id="outline-container-org9d39b47" class="outline-2">
307
-<h2 id="org9d39b47">Connecting to the internet</h2>
308
-<div class="outline-text-2" id="text-org9d39b47">
320
+<div id="outline-container-org94c3154" class="outline-2">
321
+<h2 id="org94c3154">Connecting to the internet</h2>
322
+<div class="outline-text-2" id="text-org94c3154">
309 323
 <p>
310 324
 If you need to be able to access the internet from the mesh then connect one of the peers to an internet router using an ethernet cable, then reboot it. Other peers in the mesh, including any attached mobile devices, will then be able to access the internet using the ethernet attached peer as a gateway. <a href="https://en.wikipedia.org/wiki/Freifunk">Freifunk</a> works in a similar way.
311 325
 </p>
@@ -328,9 +342,9 @@ Where <i>myclient.ovpn</i> comes from your VPN provider and with the password "<
328 342
 </p>
329 343
 </div>
330 344
 </div>
331
-<div id="outline-container-org933dcf7" class="outline-2">
332
-<h2 id="org933dcf7">Connecting two meshes over the internet via a VPN tunnel</h2>
333
-<div class="outline-text-2" id="text-org933dcf7">
345
+<div id="outline-container-orgc8757e7" class="outline-2">
346
+<h2 id="orgc8757e7">Connecting two meshes over the internet via a VPN tunnel</h2>
347
+<div class="outline-text-2" id="text-orgc8757e7">
334 348
 <p>
335 349
 Maybe the internet exists, but you don't care about getting any content from it and just want to use it as a way to connect mesh networks from different geographical locations together.
336 350
 </p>
@@ -357,9 +371,9 @@ From a deep packet inspection point of view the traffic going over the internet
357 371
 </div>
358 372
 </div>
359 373
 
360
-<div id="outline-container-org761cafe" class="outline-2">
361
-<h2 id="org761cafe">Mobile devices (phones, etc)</h2>
362
-<div class="outline-text-2" id="text-org761cafe">
374
+<div id="outline-container-orgd23560d" class="outline-2">
375
+<h2 id="orgd23560d">Mobile devices (phones, etc)</h2>
376
+<div class="outline-text-2" id="text-orgd23560d">
363 377
 <p>
364 378
 To allow mobile devices to connect to the mesh you will need a second wifi adapter connected to your laptop/netbook/SBC. Plug in a second wifi adapter then reboot the system. The second adaptor will then create a wifi hotspot which mobile devices can connect to. The hotspot name also contains its local IP address (eg. "<i>mesh-192.168.1.83</i>").
365 379
 </p>
@@ -381,9 +395,9 @@ On some android devices you may need to move the downloaded APK file from the <b
381 395
 </p>
382 396
 </div>
383 397
 </div>
384
-<div id="outline-container-org6d11556" class="outline-2">
385
-<h2 id="org6d11556">Chat System</h2>
386
-<div class="outline-text-2" id="text-org6d11556">
398
+<div id="outline-container-orgaefaab7" class="outline-2">
399
+<h2 id="orgaefaab7">Chat System</h2>
400
+<div class="outline-text-2" id="text-orgaefaab7">
387 401
 <p>
388 402
 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.
389 403
 </p>
@@ -442,9 +456,9 @@ At present video doesn't work reliably, but text and voice chat do work well.
442 456
 </div>
443 457
 </div>
444 458
 
445
-<div id="outline-container-orgda2275a" class="outline-2">
446
-<h2 id="orgda2275a">Collaborative document editing</h2>
447
-<div class="outline-text-2" id="text-orgda2275a">
459
+<div id="outline-container-orgb60a85c" class="outline-2">
460
+<h2 id="orgb60a85c">Collaborative document editing</h2>
461
+<div class="outline-text-2" id="text-orgb60a85c">
448 462
 <p>
449 463
 The mesh system includes the ability to collaboratively edit various sorts of documents using CryptPad. CryptPad is an almost peer-to-peer system in that it is designed for a client/server environment but that the server aspect of it is very minimal and limited to orchestrating the connected clients. With CryptPad installed on each mesh peer it effectively enables peer-to-peer collaborative editing. Documents are ephemeral and forgotten unless they're exported or copy-pasted to permanent storage.
450 464
 </p>
@@ -475,9 +489,9 @@ If you have the chat system running you can then copy and paste the URL for your
475 489
 </div>
476 490
 </div>
477 491
 
478
-<div id="outline-container-org9ddef6c" class="outline-2">
479
-<h2 id="org9ddef6c">Social Network</h2>
480
-<div class="outline-text-2" id="text-org9ddef6c">
492
+<div id="outline-container-org3987366" class="outline-2">
493
+<h2 id="org3987366">Social Network</h2>
494
+<div class="outline-text-2" id="text-org3987366">
481 495
 <p>
482 496
 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.
483 497
 </p>
@@ -512,9 +526,9 @@ The Secure Scuttlebutt protocol which Patchwork is based upon is intended to be
512 526
 </div>
513 527
 </div>
514 528
 
515
-<div id="outline-container-org7f3a6de" class="outline-2">
516
-<h2 id="org7f3a6de">Sharing Files</h2>
517
-<div class="outline-text-2" id="text-org7f3a6de">
529
+<div id="outline-container-org2d93c9b" class="outline-2">
530
+<h2 id="org2d93c9b">Sharing Files</h2>
531
+<div class="outline-text-2" id="text-org2d93c9b">
518 532
 <p>
519 533
 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.
520 534
 </p>
@@ -529,9 +543,9 @@ You can make files publicly available on the network simply by dragging and drop
529 543
 </div>
530 544
 </div>
531 545
 
532
-<div id="outline-container-orgafae4cd" class="outline-2">
533
-<h2 id="orgafae4cd">Blogging</h2>
534
-<div class="outline-text-2" id="text-orgafae4cd">
546
+<div id="outline-container-org0ef8d45" class="outline-2">
547
+<h2 id="org0ef8d45">Blogging</h2>
548
+<div class="outline-text-2" id="text-org0ef8d45">
535 549
 <p>
536 550
 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.
537 551
 </p>