mesh documentation

This commit is contained in:
Bob Mottram 2016-08-30 12:26:19 +01:00
parent 4c8dc03d43
commit e0d61a09f8
2 changed files with 33 additions and 31 deletions

View File

@ -49,7 +49,7 @@ sudo dd bs=1M if=mesh-client-i386-insecure.img of=/dev/sdX conv=fdatasync
#+end_src
** Router images
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 move 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.
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.
*** Beaglebone Black
#+begin_src bash
sudo apt-get install xz-utils wget
@ -119,10 +119,6 @@ freedombone-image -t beaglebone -v mesh
The resulting image can be copied to a microSD card, inserted into a Beaglebone Black and booted. Don't forget to plug in an Atheros USB wifi dongle.
#+BEGIN_CENTER
This site can also be accessed via a Tor browser at [[http://4fvfozz6g3zmvf76.onion][4fvfozz6g3zmvf76.onion]]
#+END_CENTER
* How to use it
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.
@ -131,3 +127,8 @@ Ensure that you're within wifi range of at least one other mesh peer (could be a
One important point is that by default sound and microphone is turned off. In the top right corner of the screen you can increase the sound volume and enable the microphone if you're doing voice chat.
At present video doesn't work reliably, but text and voice chat do work well. In future IPFS or Tahoe-LAFS may be added to create a distributed filesystem for the mesh.
#+BEGIN_CENTER
This site can also be accessed via a Tor browser at [[http://4fvfozz6g3zmvf76.onion][4fvfozz6g3zmvf76.onion]]
#+END_CENTER

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>
<!-- 2016-08-30 Tue 12:12 -->
<!-- 2016-08-30 Tue 12:26 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -255,12 +255,12 @@ for the JavaScript code in this tag.
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, scientific expeditions and off-world space colonies. All the cool stuff. 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.
</p>
<div id="outline-container-org59390a7" class="outline-2">
<h2 id="org59390a7">Ready made images</h2>
<div class="outline-text-2" id="text-org59390a7">
</div><div id="outline-container-orgce93d95" class="outline-3">
<h3 id="orgce93d95">Client images</h3>
<div class="outline-text-3" id="text-orgce93d95">
<div id="outline-container-orge45c964" class="outline-2">
<h2 id="orge45c964">Ready made images</h2>
<div class="outline-text-2" id="text-orge45c964">
</div><div id="outline-container-org3985b84" class="outline-3">
<h3 id="org3985b84">Client images</h3>
<div class="outline-text-3" id="text-org3985b84">
<p>
"Client" isn't exactly the right term, but it's a mesh peer with a user interface. These images can be copied to a USB drive, then you can plug it into a laptop/netbook/desktop machine and boot from it. You will probably also need an Atheros USB wifi dongle, because most built-in wifi usually requires proprietary firmware. In the commands below substitute /dev/sdX with the USB drive device, excluding any trailing numbers (eg. /dev/sdb).
</p>
@ -297,16 +297,16 @@ sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-n
</div>
</div>
<div id="outline-container-org8e8605a" class="outline-3">
<h3 id="org8e8605a">Router images</h3>
<div class="outline-text-3" id="text-org8e8605a">
<div id="outline-container-orgd78876a" class="outline-3">
<h3 id="orgd78876a">Router images</h3>
<div class="outline-text-3" id="text-orgd78876a">
<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 move 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.
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.
</p>
</div>
<div id="outline-container-orgf61da6a" class="outline-4">
<h4 id="orgf61da6a">Beaglebone Black</h4>
<div class="outline-text-4" id="text-orgf61da6a">
<div id="outline-container-org24036e7" class="outline-4">
<h4 id="org24036e7">Beaglebone Black</h4>
<div class="outline-text-4" id="text-org24036e7">
<div class="org-src-container">
<pre class="src src-bash">sudo apt-get install xz-utils wget
@ -324,9 +324,9 @@ sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-n
</div>
</div>
<div id="outline-container-org810e525" class="outline-2">
<h2 id="org810e525">To build the disk image yourself</h2>
<div class="outline-text-2" id="text-org810e525">
<div id="outline-container-orgae92e8f" class="outline-2">
<h2 id="orgae92e8f">To build the disk image yourself</h2>
<div class="outline-text-2" id="text-orgae92e8f">
<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>
@ -418,18 +418,12 @@ You can also use single board computers (SBCs) such as the BeagleBone Black to m
<p>
The resulting image can be copied to a microSD card, inserted into a Beaglebone Black and booted. Don't forget to plug in an Atheros USB wifi dongle.
</p>
<div class="org-center">
<p>
This site can also be accessed via a Tor browser at <a href="http://4fvfozz6g3zmvf76.onion/">4fvfozz6g3zmvf76.onion</a>
</p>
</div>
</div>
</div>
<div id="outline-container-org53c34a1" class="outline-2">
<h2 id="org53c34a1">How to use it</h2>
<div class="outline-text-2" id="text-org53c34a1">
<div id="outline-container-orge48cc64" class="outline-2">
<h2 id="orge48cc64">How to use it</h2>
<div class="outline-text-2" id="text-orge48cc64">
<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>
@ -445,6 +439,13 @@ One important point is that by default sound and microphone is turned off. In th
<p>
At present video doesn't work reliably, but text and voice chat do work well. In future IPFS or Tahoe-LAFS may be added to create a distributed filesystem for the mesh.
</p>
<div class="org-center">
<p>
This site can also be accessed via a Tor browser at <a href="http://4fvfozz6g3zmvf76.onion/">4fvfozz6g3zmvf76.onion</a>
</p>
</div>
</div>
</div>
</div>