peers list image in documentation

This commit is contained in:
Bob Mottram 2017-12-08 18:30:59 +00:00
parent df8a6c8629
commit 394adf5bfc
3 changed files with 71 additions and 47 deletions

View File

@ -101,7 +101,15 @@ On a typical Android device go to *Settings* then *Security* and ensure that *Un
On some android devices you may need to move the downloaded APK file from the *Downloads* directory to your *home* directory before you can install it. On some android devices you may need to move the downloaded APK file from the *Downloads* directory to your *home* directory before you can install it.
* Chat System * Chat System
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 /Chat/ and /Other Users/ icons appear. Select the users icon and you should see a list of users on the mesh. Select the /Chat/ 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. 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 /Chat/ and /Other Users/ icons appear. Select the users icon and you should see a list of users on the mesh.
#+BEGIN_CENTER
[[file:images/mesh_peerslist.png]]
#+END_CENTER
Selecting a user followed by the Ok button will copy their Tox ID to the clipboard.
Now select the /Chat/ 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 paste in a Tox ID.
#+BEGIN_CENTER #+BEGIN_CENTER
[[file:images/mesh_paste_tox_id.jpg]] [[file:images/mesh_paste_tox_id.jpg]]

BIN
img/mesh_peerslist.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head> <head>
<!-- 2017-10-27 Fri 14:28 --> <!-- 2017-12-08 Fri 18:30 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<title>&lrm;</title> <title>&lrm;</title>
@ -247,17 +247,17 @@ for the JavaScript code in this tag.
<center><h1>Mesh Network: How to use it</h1></center> <center><h1>Mesh Network: How to use it</h1></center>
<ul class="org-ul"> <ul class="org-ul">
<li><a href="#org6a43d4d">Boot trouble</a></li> <li><a href="#org0ab400c">Boot trouble</a></li>
<li><a href="#org03f4d8a">Set the Date</a></li> <li><a href="#org1411b4a">Set the Date</a></li>
<li><a href="#org55f29f9">Check network status</a></li> <li><a href="#org5fad1f4">Check network status</a></li>
<li><a href="#org802070f">Connecting to the internet</a></li> <li><a href="#org941ea44">Connecting to the internet</a></li>
<li><a href="#orgd9dffae">Connecting two meshes over the internet via a VPN tunnel</a></li> <li><a href="#org40dde35">Connecting two meshes over the internet via a VPN tunnel</a></li>
<li><a href="#org62a60b3">Mobile devices (phones, etc)</a></li> <li><a href="#orgd163ec4">Mobile devices (phones, etc)</a></li>
<li><a href="#org216d212">Chat System</a></li> <li><a href="#org6ee2d89">Chat System</a></li>
<li><a href="#orgfe4d63b">Collaborative document editing</a></li> <li><a href="#orge0b0842">Collaborative document editing</a></li>
<li><a href="#org76f234d">Social Network</a></li> <li><a href="#org550df86">Social Network</a></li>
<li><a href="#org6154f04">Sharing Files</a></li> <li><a href="#org7dbfef6">Sharing Files</a></li>
<li><a href="#orga4dae6b">Blogging</a></li> <li><a href="#orgc77c9c5">Blogging</a></li>
</ul> </ul>
<p> <p>
@ -268,9 +268,9 @@ When you first boot from the USB drive the system will create some encryption ke
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>. 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>.
</p> </p>
<div id="outline-container-org6a43d4d" class="outline-2"> <div id="outline-container-org0ab400c" class="outline-2">
<h2 id="org6a43d4d">Boot trouble</h2> <h2 id="org0ab400c">Boot trouble</h2>
<div class="outline-text-2" id="text-org6a43d4d"> <div class="outline-text-2" id="text-org0ab400c">
<p> <p>
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. 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.
</p> </p>
@ -280,9 +280,9 @@ After the system has booted successfully the problem should resolve itself on su
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org03f4d8a" class="outline-2"> <div id="outline-container-org1411b4a" class="outline-2">
<h2 id="org03f4d8a">Set the Date</h2> <h2 id="org1411b4a">Set the Date</h2>
<div class="outline-text-2" id="text-org03f4d8a"> <div class="outline-text-2" id="text-org1411b4a">
<p> <p>
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. 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.
</p> </p>
@ -292,9 +292,9 @@ On the ordinary internet the date and time of your system would be set automatic
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org55f29f9" class="outline-2"> <div id="outline-container-org5fad1f4" class="outline-2">
<h2 id="org55f29f9">Check network status</h2> <h2 id="org5fad1f4">Check network status</h2>
<div class="outline-text-2" id="text-org55f29f9"> <div class="outline-text-2" id="text-org5fad1f4">
<p> <p>
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. 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.
</p> </p>
@ -317,9 +317,9 @@ When you are finished close the window and then select the <i>Network Restart</i
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org802070f" class="outline-2"> <div id="outline-container-org941ea44" class="outline-2">
<h2 id="org802070f">Connecting to the internet</h2> <h2 id="org941ea44">Connecting to the internet</h2>
<div class="outline-text-2" id="text-org802070f"> <div class="outline-text-2" id="text-org941ea44">
<div class="org-center"> <div class="org-center">
<div class="figure"> <div class="figure">
@ -350,9 +350,9 @@ Where <i>myclient.ovpn</i> comes from your VPN provider and with the password "<
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgd9dffae" class="outline-2"> <div id="outline-container-org40dde35" class="outline-2">
<h2 id="orgd9dffae">Connecting two meshes over the internet via a VPN tunnel</h2> <h2 id="org40dde35">Connecting two meshes over the internet via a VPN tunnel</h2>
<div class="outline-text-2" id="text-orgd9dffae"> <div class="outline-text-2" id="text-org40dde35">
<div class="org-center"> <div class="org-center">
<div class="figure"> <div class="figure">
@ -387,9 +387,9 @@ From a deep packet inspection point of view the traffic going over the internet
</div> </div>
</div> </div>
<div id="outline-container-org62a60b3" class="outline-2"> <div id="outline-container-orgd163ec4" class="outline-2">
<h2 id="org62a60b3">Mobile devices (phones, etc)</h2> <h2 id="orgd163ec4">Mobile devices (phones, etc)</h2>
<div class="outline-text-2" id="text-org62a60b3"> <div class="outline-text-2" id="text-orgd163ec4">
<div class="org-center"> <div class="org-center">
<div class="figure"> <div class="figure">
@ -419,11 +419,27 @@ On some android devices you may need to move the downloaded APK file from the <b
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org216d212" class="outline-2"> <div id="outline-container-org6ee2d89" class="outline-2">
<h2 id="org216d212">Chat System</h2> <h2 id="org6ee2d89">Chat System</h2>
<div class="outline-text-2" id="text-org216d212"> <div class="outline-text-2" id="text-org6ee2d89">
<p> <p>
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. 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.
</p>
<div class="org-center">
<div class="figure">
<p><img src="images/mesh_peerslist.png" alt="mesh_peerslist.png" />
</p>
</div>
</div>
<p>
Selecting a user followed by the Ok button will copy their Tox ID to the clipboard.
</p>
<p>
Now 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 paste in a Tox ID.
</p> </p>
<div class="org-center"> <div class="org-center">
@ -480,9 +496,9 @@ At present video doesn't work reliably, but text and voice chat do work well.
</div> </div>
</div> </div>
<div id="outline-container-orgfe4d63b" class="outline-2"> <div id="outline-container-orge0b0842" class="outline-2">
<h2 id="orgfe4d63b">Collaborative document editing</h2> <h2 id="orge0b0842">Collaborative document editing</h2>
<div class="outline-text-2" id="text-orgfe4d63b"> <div class="outline-text-2" id="text-orge0b0842">
<p> <p>
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. 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.
</p> </p>
@ -513,9 +529,9 @@ If you have the chat system running you can then copy and paste the URL for your
</div> </div>
</div> </div>
<div id="outline-container-org76f234d" class="outline-2"> <div id="outline-container-org550df86" class="outline-2">
<h2 id="org76f234d">Social Network</h2> <h2 id="org550df86">Social Network</h2>
<div class="outline-text-2" id="text-org76f234d"> <div class="outline-text-2" id="text-org550df86">
<p> <p>
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. 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.
</p> </p>
@ -550,9 +566,9 @@ The Secure Scuttlebutt protocol which Patchwork is based upon is intended to be
</div> </div>
</div> </div>
<div id="outline-container-org6154f04" class="outline-2"> <div id="outline-container-org7dbfef6" class="outline-2">
<h2 id="org6154f04">Sharing Files</h2> <h2 id="org7dbfef6">Sharing Files</h2>
<div class="outline-text-2" id="text-org6154f04"> <div class="outline-text-2" id="text-org7dbfef6">
<p> <p>
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. 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.
</p> </p>
@ -567,9 +583,9 @@ You can make files publicly available on the network simply by dragging and drop
</div> </div>
</div> </div>
<div id="outline-container-orga4dae6b" class="outline-2"> <div id="outline-container-orgc77c9c5" class="outline-2">
<h2 id="orga4dae6b">Blogging</h2> <h2 id="orgc77c9c5">Blogging</h2>
<div class="outline-text-2" id="text-orga4dae6b"> <div class="outline-text-2" id="text-orgc77c9c5">
<p> <p>
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. 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.
</p> </p>