diff --git a/doc/EN/mesh.org b/doc/EN/mesh.org index 15042737..53c93f18 100644 --- a/doc/EN/mesh.org +++ b/doc/EN/mesh.org @@ -51,13 +51,13 @@ This system should be quite scalable. Both qTox and IPFS are based upon distribu #+begin_src bash sudo apt-get install xz-utils wget -wget https://freedombone.net/downloads/mesh-client-i386.img.xz -wget https://freedombone.net/downloads/mesh-client-i386.img.xz.sig -gpg --verify mesh-client-i386.img.xz.sig -sha256sum mesh-client-i386.img.xz -06de9011625141188055fd87b585a0945cd5b77cf4d0ac2d080dc6ce4424a36c -unxz mesh-client-i386.img.xz -sudo dd bs=1M if=mesh-client-i386.img of=/dev/sdX conv=fdatasync +wget https://freedombone.net/downloads/mesh-client-i386-20160913.img.xz +wget https://freedombone.net/downloads/mesh-client-i386-20160913.img.xz.sig +gpg --verify mesh-client-i386-20160913.img.xz.sig +sha256sum mesh-client-i386-20160913.img.xz +2111eeeba713d7ea0109845a295cc44550c66679045fd4bdafc04a883635bea9 +unxz mesh-client-i386-20160913.img.xz +sudo dd bs=1M if=mesh-client-i386-20160913.img of=/dev/sdX conv=fdatasync #+end_src To get a number of systems onto the mesh repeat the /dd/ command to create however many bootable USB drives you need. @@ -66,13 +66,13 @@ If you're in an emergency and don't have Atheros wifi dongles then there is also #+begin_src bash sudo apt-get install xz-utils wget -wget https://freedombone.net/downloads/mesh-client-insecure-i386.img.xz -wget https://freedombone.net/downloads/mesh-client-insecure-i386.img.xz.sig -gpg --verify mesh-client-insecure-i386.img.xz.sig -sha256sum mesh-client-insecure-i386.img.xz -5d9108093d687c7353e078061197f5121d472ff608b60deb81a4b1c6dbfcce7b -unxz mesh-client-insecure-i386.img.xz -sudo dd bs=1M if=mesh-client-insecure-i386.img of=/dev/sdX conv=fdatasync +wget https://freedombone.net/downloads/mesh-client-insecure-i386-20160913.img.xz +wget https://freedombone.net/downloads/mesh-client-insecure-i386-20160913.img.xz.sig +gpg --verify mesh-client-insecure-i386-20160913.img.xz.sig +sha256sum mesh-client-insecure-i386-20160913.img.xz +cd03596d115030469ff57ef519a2a8baba1e71b541e3014032c01f507c7988c1 +unxz mesh-client-insecure-i386-20160913.img.xz +sudo dd bs=1M if=mesh-client-insecure-i386-20160913.img of=/dev/sdX conv=fdatasync #+end_src ** Router images @@ -86,13 +86,13 @@ The above picture shows a Beaglebone Black with the image copied onto a microSD #+begin_src bash sudo apt-get install xz-utils wget -wget https://freedombone.net/downloads/mesh-router-beaglebone-black.img.xz -wget https://freedombone.net/downloads/mesh-router-beaglebone-black.img.xz.sig -gpg --verify mesh-router-beaglebone-black.img.xz.sig -sha256sum mesh-router-beaglebone-black.img.xz -7e59ccd65421f34edf8719274d1197a45fe21b1da83a7185f849abd0f54e895c -unxz mesh-router-beaglebone-black.img.xz -sudo dd bs=1M if=mesh-router-beaglebone-black.img of=/dev/sdX conv=fdatasync +wget https://freedombone.net/downloads/mesh-router-beaglebone-black-20160913.img.xz +wget https://freedombone.net/downloads/mesh-router-beaglebone-black-20160913.img.xz.sig +gpg --verify mesh-router-beaglebone-black-20160913.img.xz.sig +sha256sum mesh-router-beaglebone-black-20160913.img.xz +74470b6491951a9744fdd3dab27e8ca74d5b60499fcf6e1a5313e6854c9db894 +unxz mesh-router-beaglebone-black-20160913.img.xz +sudo dd bs=1M if=mesh-router-beaglebone-black-20160913.img of=/dev/sdX conv=fdatasync #+end_src If you have a few Beaglebone Blacks to use as routers then repeat the /dd/ command to create however many microSD cards you need. diff --git a/website/EN/mesh.html b/website/EN/mesh.html index 5faa20c1..01870341 100644 --- a/website/EN/mesh.html +++ b/website/EN/mesh.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + @@ -272,13 +272,13 @@ for the JavaScript code in this tag. -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 @@ -287,9 +287,9 @@ 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, 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

-
+
+

What the system can do

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

Disk Images

-
-
-

Client images

-
+
+

Disk Images

+
+
+

Client images

+
@@ -331,13 +331,13 @@ This system should be quite scalable. Both qTox and IPFS are based upon distribu
sudo apt-get install xz-utils wget
-wget https://freedombone.net/downloads/mesh-client-i386.img.xz
-wget https://freedombone.net/downloads/mesh-client-i386.img.xz.sig
-gpg --verify mesh-client-i386.img.xz.sig
-sha256sum mesh-client-i386.img.xz
-06de9011625141188055fd87b585a0945cd5b77cf4d0ac2d080dc6ce4424a36c
-unxz mesh-client-i386.img.xz
-sudo dd bs=1M if=mesh-client-i386.img of=/dev/sdX conv=fdatasync
+wget https://freedombone.net/downloads/mesh-client-i386-20160913.img.xz
+wget https://freedombone.net/downloads/mesh-client-i386-20160913.img.xz.sig
+gpg --verify mesh-client-i386-20160913.img.xz.sig
+sha256sum mesh-client-i386-20160913.img.xz
+2111eeeba713d7ea0109845a295cc44550c66679045fd4bdafc04a883635bea9
+unxz mesh-client-i386-20160913.img.xz
+sudo dd bs=1M if=mesh-client-i386-20160913.img of=/dev/sdX conv=fdatasync
 
@@ -352,28 +352,28 @@ If you're in an emergency and don't have Atheros wifi dongles then there is also
sudo apt-get install xz-utils wget
-wget https://freedombone.net/downloads/mesh-client-insecure-i386.img.xz
-wget https://freedombone.net/downloads/mesh-client-insecure-i386.img.xz.sig
-gpg --verify mesh-client-insecure-i386.img.xz.sig
-sha256sum mesh-client-insecure-i386.img.xz
-5d9108093d687c7353e078061197f5121d472ff608b60deb81a4b1c6dbfcce7b
-unxz mesh-client-insecure-i386.img.xz
-sudo dd bs=1M if=mesh-client-insecure-i386.img of=/dev/sdX conv=fdatasync
+wget https://freedombone.net/downloads/mesh-client-insecure-i386-20160913.img.xz
+wget https://freedombone.net/downloads/mesh-client-insecure-i386-20160913.img.xz.sig
+gpg --verify mesh-client-insecure-i386-20160913.img.xz.sig
+sha256sum mesh-client-insecure-i386-20160913.img.xz
+cd03596d115030469ff57ef519a2a8baba1e71b541e3014032c01f507c7988c1
+unxz mesh-client-insecure-i386-20160913.img.xz
+sudo dd bs=1M if=mesh-client-insecure-i386-20160913.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. 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

+
@@ -389,13 +389,13 @@ The above picture shows a Beaglebone Black with the image copied onto a microSD
sudo apt-get install xz-utils wget
-wget https://freedombone.net/downloads/mesh-router-beaglebone-black.img.xz
-wget https://freedombone.net/downloads/mesh-router-beaglebone-black.img.xz.sig
-gpg --verify mesh-router-beaglebone-black.img.xz.sig
-sha256sum mesh-router-beaglebone-black.img.xz
-7e59ccd65421f34edf8719274d1197a45fe21b1da83a7185f849abd0f54e895c
-unxz mesh-router-beaglebone-black.img.xz
-sudo dd bs=1M if=mesh-router-beaglebone-black.img of=/dev/sdX conv=fdatasync
+wget https://freedombone.net/downloads/mesh-router-beaglebone-black-20160913.img.xz
+wget https://freedombone.net/downloads/mesh-router-beaglebone-black-20160913.img.xz.sig
+gpg --verify mesh-router-beaglebone-black-20160913.img.xz.sig
+sha256sum mesh-router-beaglebone-black-20160913.img.xz
+74470b6491951a9744fdd3dab27e8ca74d5b60499fcf6e1a5313e6854c9db894
+unxz mesh-router-beaglebone-black-20160913.img.xz
+sudo dd bs=1M if=mesh-router-beaglebone-black-20160913.img of=/dev/sdX conv=fdatasync
 
@@ -407,9 +407,9 @@ If you have a few Beaglebone Blacks to use as routers then repeat the dd
-
-

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.

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

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.

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

-
-

Set the Date

-
+
+

Set the Date

+

On the ordinary internet the date and time of your system would be set automatically via NTP or TLSdate. 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.

@@ -528,9 +528,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.

@@ -554,9 +554,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.

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

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.

@@ -632,9 +632,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.