diff --git a/doc/EN/mesh.org b/doc/EN/mesh.org index e563647f..78de1da8 100644 --- a/doc/EN/mesh.org +++ b/doc/EN/mesh.org @@ -26,6 +26,19 @@ The Freedombone Mesh is a wireless solution for autonomous communication that ca 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. +The Freedombone mesh roughly follows MondoNet's ten social specifications: + + - *Decentralization*: The network cannot be consolodated or monopolized by design + - *Accessibility*: low cost, freely downloadable, works on existing hardware, minimal learning curve + - *Resistance*: to censorship + - *Enables privacy* + - *Secure*: against malicious attacks and also secure in terms of being reliable + - *Scalable*: works for ten users or ten million + - *Permanent*: even if users enter or exit the network remains viable + - *Fast enough*: for at least "minimal participation in the political process". Enabling social uses like chat and VoIP + - *Independence*: If every other network fails this system should still be usable + - *Evolvable*: Software is open and modifiable over time as protocols change + * What the system can do - Discovery of other users on the network diff --git a/website/EN/mesh.html b/website/EN/mesh.html index d42f4fa9..fd0b403a 100644 --- a/website/EN/mesh.html +++ b/website/EN/mesh.html @@ -3,10 +3,10 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + - + -What the system can do +What the system can do - -Disk Images +Disk Images - -Building Disk Images +Building Disk Images - -How to use it +How to use it @@ -293,9 +293,26 @@ The Freedombone Mesh is a wireless solution for autonomous communication that ca 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.

-
-

What the system can do

-
+

+The Freedombone mesh roughly follows MondoNet's ten social specifications: +

+ + + +
+

What the system can do

+
  • Discovery of other users on the network
  • Text based chat, one-to-one and in groups
  • @@ -317,13 +334,13 @@ This system should be quite scalable. Both qTox and IPFS are based upon distribu
-
-

Disk Images

-
+
+

Disk Images

+
-
-

Writing many images quickly

-
+
+

Writing many images quickly

+

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 dd command is used for writing to the target drive, but to write to multiple drives you can use a tool such as GNOME MultiWriter.

@@ -333,8 +350,8 @@ For example on Arch/Parabola:

-
sudo pacman -S gnome-multi-writer
-
+
sudo pacman -S gnome-multi-writer
+

@@ -342,14 +359,14 @@ Or on Debian based systems:

-
sudo apt-get install gnome-multi-writer
-
+
sudo apt-get install gnome-multi-writer
+
-
-

Client images

-
+
+

Client images

+
@@ -363,7 +380,7 @@ Or on Debian based systems:

-
sudo apt-get install xz-utils wget
+
sudo apt-get install xz-utils wget
 wget https://freedombone.net/downloads/current/freedombone-meshclient-i386.img.xz
 wget https://freedombone.net/downloads/current/freedombone-meshclient-i386.img.xz.sig
 gpg --verify freedombone-meshclient-i386.img.xz.sig
@@ -372,7 +389,7 @@ f7e261d369d6f0ccf650dbbed18227bfe5ec427ae0b97f56e1f1e202afc6d0b3
 unxz freedombone-meshclient-i386.img.xz
 sudo dd if=/dev/zero of=/dev/sdX bs=1M count=8
 sudo dd bs=1M if=freedombone-meshclient-i386.img of=/dev/sdX conv=fdatasync
-
+

@@ -384,7 +401,7 @@ If you're in an emergency and don't have Atheros wifi dongles then there is also

-
sudo apt-get install xz-utils wget
+
sudo apt-get install xz-utils wget
 wget https://freedombone.net/downloads/current/freedombone-meshclient-insecure-i386.img.xz
 wget https://freedombone.net/downloads/current/freedombone-meshclient-insecure-i386.img.xz.sig
 gpg --verify freedombone-meshclient-insecure-i386.img.xz.sig
@@ -393,21 +410,21 @@ sha256sum freedombone-meshclient-insecure-i386.img.xz
 unxz freedombone-meshclient-insecure-i386.img.xz
 sudo dd if=/dev/zero of=/dev/sdX bs=1M count=8
 sudo dd bs=1M if=freedombone-meshclient-insecure-i386.img of=/dev/sdX conv=fdatasync
-
+
-
-

Router images

-
+
+

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 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.

-
-

Beaglebone Black

-
+
+

Beaglebone Black

+
@@ -421,7 +438,7 @@ The above picture shows a Beaglebone Black with the image copied onto a microSD

-
sudo apt-get install xz-utils wget
+
sudo apt-get install xz-utils wget
 wget https://freedombone.net/downloads/v3/freedombone-mesh-3_beaglebone-armhf.img.xz
 wget https://freedombone.net/downloads/v3/freedombone-mesh-3_beaglebone-armhf.img.xz.sig
 gpg --verify freedombone-mesh-3_beaglebone-armhf.img.xz.sig
@@ -429,7 +446,7 @@ sha256sum freedombone-mesh-3_beaglebone-armhf.img.xz
 ab783ea807da1144bd076f7b43e54b5f4376ecf1ea1f86f56ac76c3469325802
 unxz freedombone-mesh-3_beaglebone-armhf.img.xz
 sudo dd bs=1M if=freedombone-mesh-3_beaglebone-armhf.img of=/dev/sdX conv=fdatasync
-
+

@@ -444,9 +461,9 @@ There is still a software freedom issue with the Beaglebone Black, but it doesn'

-
-

Building Disk Images

-
+
+

Building Disk Images

+

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.

@@ -456,7 +473,7 @@ First you will need to create an image. On a Debian based system (tested on Debi

-
sudo apt-get -y install git wget build-essential
+
sudo apt-get -y install git wget build-essential
 wget https://freedombone.net/downloads/v3/freedombone-3.tar.gz
 wget https://freedombone.net/downloads/freedombone-3.tar.gz.sig
 gpg --verify freedombone-3.tar.gz.sig
@@ -468,7 +485,7 @@ git checkout stretch
 sudo make install
 freedombone-image --setup debian
 freedombone-image -t i386 -v meshclient
-
+

@@ -476,8 +493,8 @@ If you don't have Atheros or free software compatible wifi adapter then you can

-
freedombone-image -t i386 -v meshclient --insecure yes
-
+
freedombone-image -t i386 -v meshclient --insecure yes
+

@@ -489,8 +506,8 @@ List what drives are on your system with:

-
ls /dev/sd*
-
+
ls /dev/sd*
+

@@ -502,9 +519,9 @@ You can now copy the image to the USB thumb drive, replacing sdX with the

-
sudo dd if=/dev/zero of=/dev/sdX bs=1M count=8
+
sudo dd if=/dev/zero of=/dev/sdX bs=1M count=8
 sudo dd bs=1M if=myimagefile.img of=/dev/sdX conv=fdatasync
-
+

@@ -524,8 +541,8 @@ You can also use single board computers (SBCs) such as the BeagleBone Black to m

-
freedombone-image -t beaglebone -v mesh
-
+
freedombone-image -t beaglebone -v mesh
+

@@ -534,9 +551,9 @@ The resulting image can be copied to a microSD card, inserted into a Beaglebone

-
-

Customisation

-
+
+

Customisation

+

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 img/backgrounds and to change the available avatars and desktop icons edit the images within img/avatars. Re-create disk images using the instructions shown previously.

@@ -546,9 +563,9 @@ If you need particular dconf commands to alter desktop appearance or beha

-
-

How to use it

-
+
+

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.

@@ -558,9 +575,9 @@ After a minute or two if you are within wifi range and there is at least one oth

-
-

Boot trouble

-
+
+

Boot trouble

+

If the system doesn't boot and reports an error which includes /dev/mapper/loop0p1 then reboot with Ctrl-Alt-Del and when you see the grub menu press e and manually change /dev/mapper/loop0p1 to /dev/sdb1, then press Ctrl-x. If that doesn't work then reboot and try /dev/sdc1 instead.

@@ -570,9 +587,9 @@ After the system has booted successfully the problem should resolve itself on su

-
-

Set the Date

-
+
+

Set the Date

+

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.

@@ -582,9 +599,9 @@ On the ordinary internet the date and time of your system would be set automatic

-
-

Check network status

-
+
+

Check network status

+

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.

@@ -608,9 +625,9 @@ When you are finished close the window and then select the Network Restart
-
-

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.

@@ -669,9 +686,9 @@ At present video doesn't work reliably, but text and voice chat do work well.
-
-

Social Network

-
+
+

Social Network

+

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.

@@ -706,9 +723,9 @@ The Secure Scuttlebutt protocol which Patchwork is based upon is intended to be
-
-

Sharing Files

-
+
+

Sharing Files

+

You can make files publicly available on the network simply by dragging and dropping them into the Public folder on the desktop. To view the files belonging to another user select the desktop icon called Visit a site and enter the username or Tox ID of the other user.

@@ -723,9 +740,9 @@ You can make files publicly available on the network simply by dragging and drop
-
-

Blogging

-
+
+

Blogging

+

To create a blog post select the Blog 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 CreateBlog/content/images directory and then link to them as shown.