diff --git a/doc/EN/mesh.org b/doc/EN/mesh.org index c6656d14..022e0aa2 100644 --- a/doc/EN/mesh.org +++ b/doc/EN/mesh.org @@ -26,7 +26,12 @@ Mesh networks are useful as a quick way to make a fully decentralised communicat * Ready made images ** Client images -"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). + +#+BEGIN_CENTER +[[file:images/mesh_netbook.jpg]] +#+END_CENTER + +"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 (the black protruding object on the left side of the netbook in the picture above), 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). #+begin_src bash sudo apt-get install xz-utils wget @@ -57,6 +62,12 @@ sudo dd bs=1M if=mesh-client-insecure-i386.img of=/dev/sdX conv=fdatasync ** 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 +#+BEGIN_CENTER +[[file:images/mesh_router.jpg]] +#+END_CENTER + +The above picture show a Beaglebone Black with the image copied onto a microSD card (there's no need to do anything with the internal EMMC). A USB Atheros wifi adaptor with a large antenna is attached and in this case power is from the mains, although it could be from a battery or solar power system capable of supplying 5 volts and maybe 1A (depending upon how active the router is). + #+begin_src bash sudo apt-get install xz-utils wget wget https://freedombone.net/downloads/mesh-router-beaglebone-black.img.xz diff --git a/img/mesh_netbook.jpg b/img/mesh_netbook.jpg new file mode 100644 index 00000000..b9138771 Binary files /dev/null and b/img/mesh_netbook.jpg differ diff --git a/img/mesh_router.jpg b/img/mesh_router.jpg new file mode 100644 index 00000000..f769cd04 Binary files /dev/null and b/img/mesh_router.jpg differ diff --git a/website/EN/mesh.html b/website/EN/mesh.html index cd4f3cf4..6751eb9d 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"> - + @@ -257,19 +257,27 @@ Mesh networks are useful as a quick way to make a fully decentralised communicat

-
-

Ready made images

-
-
-

Client images

-
+
+

Ready made images

+
+
+

Client images

+
+
+ +
+

mesh_netbook.jpg +

+
+
+

-"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). +"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 (the black protruding object on the left side of the netbook in the picture above), 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).

@@ -308,16 +316,28 @@ sudo dd bs=1M -

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

+
+
+ +
+

mesh_router.jpg +

+
+
+ +

+The above picture show a Beaglebone Black with the image copied onto a microSD card (there's no need to do anything with the internal EMMC). A USB Atheros wifi adaptor with a large antenna is attached and in this case power is from the mains, although it could be from a battery or solar power system capable of supplying 5 volts and maybe 1A (depending upon how active the router is). +

+
sudo apt-get install xz-utils wget
@@ -339,9 +359,9 @@ If you have a few Beaglebone Blacks to use as routers then repeat the dd
 
-
-

To build the disk image yourself

-
+
+

To build the disk image yourself

+

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.

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