mesh quote

This commit is contained in:
Bob Mottram 2017-09-23 21:23:28 +01:00
parent 4c5ef073f4
commit b4d1b8065b
2 changed files with 63 additions and 53 deletions

View File

@ -22,6 +22,10 @@
| [[What the system can do]] | - | [[Disk Images]] | - | [[Building Disk Images]] | - | [[How to use it]] |
|------------------------+---+-------------+---+----------------------+---+---------------|
#+begin_quote
"/I see mesh networks naturally evolving to become the dominant form of network over the next few decades, because its the most practical solution to a number of problems that will have to be solved in order to build the VR web as well as to connect the entire world to the internet. Centralized networks are only possible in highly developed countries with existing infrastructures like power and telephone grids, as well as roads. You cant build a tower where you dont have either power or access. For vast areas of the world, mesh networks will be the only feasible solution./" -- Valkyrie Ice
#+end_quote
The Freedombone Mesh is a wireless solution for autonomous communication that can be rapidly deployed in temporary, emergency or post-disaster situations where internet access is unavailable or compromised.
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.

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2017-09-23 Sat 21:03 -->
<!-- 2017-09-23 Sat 21:23 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>&lrm;</title>
@ -274,17 +274,23 @@ for the JavaScript code in this tag.
</colgroup>
<tbody>
<tr>
<td class="org-left"><a href="#org64e0697">What the system can do</a></td>
<td class="org-left"><a href="#org275ea37">What the system can do</a></td>
<td class="org-left">-</td>
<td class="org-left"><a href="#orgdd28322">Disk Images</a></td>
<td class="org-left"><a href="#org083d30f">Disk Images</a></td>
<td class="org-left">-</td>
<td class="org-left"><a href="#orgba0cd17">Building Disk Images</a></td>
<td class="org-left"><a href="#orgdb4fcb9">Building Disk Images</a></td>
<td class="org-left">-</td>
<td class="org-left"><a href="#orgfaea5db">How to use it</a></td>
<td class="org-left"><a href="#org8eaaac5">How to use it</a></td>
</tr>
</tbody>
</table>
<blockquote>
<p>
"<i>I see mesh networks naturally evolving to become the dominant form of network over the next few decades, because its the most practical solution to a number of problems that will have to be solved in order to build the VR web as well as to connect the entire world to the internet. Centralized networks are only possible in highly developed countries with existing infrastructures like power and telephone grids, as well as roads. You cant build a tower where you dont have either power or access. For vast areas of the world, mesh networks will be the only feasible solution.</i>" &#x2013; Valkyrie Ice
</p>
</blockquote>
<p>
The Freedombone Mesh is a wireless solution for autonomous communication that can be rapidly deployed in temporary, emergency or post-disaster situations where internet access is unavailable or compromised.
</p>
@ -310,9 +316,9 @@ The Freedombone mesh roughly follows MondoNet's ten social specifications:
<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>
</ul>
<div id="outline-container-org64e0697" class="outline-2">
<h2 id="org64e0697">What the system can do</h2>
<div class="outline-text-2" id="text-org64e0697">
<div id="outline-container-org275ea37" class="outline-2">
<h2 id="org275ea37">What the system can do</h2>
<div class="outline-text-2" id="text-org275ea37">
<ul class="org-ul">
<li>Discovery of other users on the network</li>
<li>Text based chat, one-to-one and in groups</li>
@ -334,13 +340,13 @@ This system should be quite scalable. Both qTox and IPFS are based upon distribu
</div>
</div>
<div id="outline-container-orgdd28322" class="outline-2">
<h2 id="orgdd28322">Disk Images</h2>
<div class="outline-text-2" id="text-orgdd28322">
<div id="outline-container-org083d30f" class="outline-2">
<h2 id="org083d30f">Disk Images</h2>
<div class="outline-text-2" id="text-org083d30f">
</div>
<div id="outline-container-org4767260" class="outline-3">
<h3 id="org4767260">Writing many images quickly</h3>
<div class="outline-text-3" id="text-org4767260">
<div id="outline-container-org0da251b" class="outline-3">
<h3 id="org0da251b">Writing many images quickly</h3>
<div class="outline-text-3" id="text-org0da251b">
<p>
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>.
</p>
@ -364,9 +370,9 @@ Or on Debian based systems:
</div>
</div>
</div>
<div id="outline-container-org186084e" class="outline-3">
<h3 id="org186084e">Client images</h3>
<div class="outline-text-3" id="text-org186084e">
<div id="outline-container-orgf3b3e81" class="outline-3">
<h3 id="orgf3b3e81">Client images</h3>
<div class="outline-text-3" id="text-orgf3b3e81">
<div class="org-center">
<div class="figure">
@ -415,16 +421,16 @@ sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-n
</div>
</div>
<div id="outline-container-org91a4631" class="outline-3">
<h3 id="org91a4631">Router images</h3>
<div class="outline-text-3" id="text-org91a4631">
<div id="outline-container-orgc2c45c8" class="outline-3">
<h3 id="orgc2c45c8">Router images</h3>
<div class="outline-text-3" id="text-orgc2c45c8">
<p>
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.
</p>
</div>
<div id="outline-container-orgfd78743" class="outline-4">
<h4 id="orgfd78743">Beaglebone Black</h4>
<div class="outline-text-4" id="text-orgfd78743">
<div id="outline-container-org3cb42ce" class="outline-4">
<h4 id="org3cb42ce">Beaglebone Black</h4>
<div class="outline-text-4" id="text-org3cb42ce">
<div class="org-center">
<div class="figure">
@ -461,9 +467,9 @@ There is still a software freedom issue with the Beaglebone Black, but it doesn'
</div>
</div>
<div id="outline-container-orgba0cd17" class="outline-2">
<h2 id="orgba0cd17">Building Disk Images</h2>
<div class="outline-text-2" id="text-orgba0cd17">
<div id="outline-container-orgdb4fcb9" class="outline-2">
<h2 id="orgdb4fcb9">Building Disk Images</h2>
<div class="outline-text-2" id="text-orgdb4fcb9">
<p>
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.
</p>
@ -551,9 +557,9 @@ The resulting image can be copied to a microSD card, inserted into a Beaglebone
</div>
</div>
<div id="outline-container-org69c8170" class="outline-2">
<h2 id="org69c8170">Customisation</h2>
<div class="outline-text-2" id="text-org69c8170">
<div id="outline-container-org84cd765" class="outline-2">
<h2 id="org84cd765">Customisation</h2>
<div class="outline-text-2" id="text-org84cd765">
<p>
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.
</p>
@ -563,9 +569,9 @@ If you need particular <i>dconf</i> commands to alter desktop appearance or beha
</p>
</div>
</div>
<div id="outline-container-orgfaea5db" class="outline-2">
<h2 id="orgfaea5db">How to use it</h2>
<div class="outline-text-2" id="text-orgfaea5db">
<div id="outline-container-org8eaaac5" class="outline-2">
<h2 id="org8eaaac5">How to use it</h2>
<div class="outline-text-2" id="text-org8eaaac5">
<p>
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.
</p>
@ -575,9 +581,9 @@ After a minute or two if you are within wifi range and there is at least one oth
</p>
</div>
<div id="outline-container-org5f147aa" class="outline-3">
<h3 id="org5f147aa">Boot trouble</h3>
<div class="outline-text-3" id="text-org5f147aa">
<div id="outline-container-orgc114b55" class="outline-3">
<h3 id="orgc114b55">Boot trouble</h3>
<div class="outline-text-3" id="text-orgc114b55">
<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.
</p>
@ -587,9 +593,9 @@ After the system has booted successfully the problem should resolve itself on su
</p>
</div>
</div>
<div id="outline-container-orgfd3e367" class="outline-3">
<h3 id="orgfd3e367">Set the Date</h3>
<div class="outline-text-3" id="text-orgfd3e367">
<div id="outline-container-orgc8e0f91" class="outline-3">
<h3 id="orgc8e0f91">Set the Date</h3>
<div class="outline-text-3" id="text-orgc8e0f91">
<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.
</p>
@ -599,9 +605,9 @@ On the ordinary internet the date and time of your system would be set automatic
</p>
</div>
</div>
<div id="outline-container-org323ecd1" class="outline-3">
<h3 id="org323ecd1">Check network status</h3>
<div class="outline-text-3" id="text-org323ecd1">
<div id="outline-container-orgaa58477" class="outline-3">
<h3 id="orgaa58477">Check network status</h3>
<div class="outline-text-3" id="text-orgaa58477">
<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.
</p>
@ -625,9 +631,9 @@ When you are finished close the window and then select the <i>Network Restart</i
</div>
</div>
<div id="outline-container-orgafa8a02" class="outline-3">
<h3 id="orgafa8a02">Chat System</h3>
<div class="outline-text-3" id="text-orgafa8a02">
<div id="outline-container-org7ac05ce" class="outline-3">
<h3 id="org7ac05ce">Chat System</h3>
<div class="outline-text-3" id="text-org7ac05ce">
<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.
</p>
@ -686,9 +692,9 @@ At present video doesn't work reliably, but text and voice chat do work well.
</div>
</div>
<div id="outline-container-orgb4914f7" class="outline-3">
<h3 id="orgb4914f7">Social Network</h3>
<div class="outline-text-3" id="text-orgb4914f7">
<div id="outline-container-orge1d5428" class="outline-3">
<h3 id="orge1d5428">Social Network</h3>
<div class="outline-text-3" id="text-orge1d5428">
<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.
</p>
@ -723,9 +729,9 @@ The Secure Scuttlebutt protocol which Patchwork is based upon is intended to be
</div>
</div>
<div id="outline-container-orgf20341a" class="outline-3">
<h3 id="orgf20341a">Sharing Files</h3>
<div class="outline-text-3" id="text-orgf20341a">
<div id="outline-container-org17b874d" class="outline-3">
<h3 id="org17b874d">Sharing Files</h3>
<div class="outline-text-3" id="text-org17b874d">
<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.
</p>
@ -740,9 +746,9 @@ You can make files publicly available on the network simply by dragging and drop
</div>
</div>
<div id="outline-container-org01ecd64" class="outline-3">
<h3 id="org01ecd64">Blogging</h3>
<div class="outline-text-3" id="text-org01ecd64">
<div id="outline-container-orgd4d255f" class="outline-3">
<h3 id="orgd4d255f">Blogging</h3>
<div class="outline-text-3" id="text-orgd4d255f">
<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.
</p>