Browse Source

mesh documentation

Bob Mottram 8 years ago
parent
commit
d022c209a2
1 changed files with 6 additions and 3 deletions
  1. 6
    3
      doc/EN/mesh.org

+ 6
- 3
doc/EN/mesh.org View File

@@ -18,13 +18,14 @@
18 18
 [[file:images/mesh_screenshot.jpg]]
19 19
 #+END_CENTER
20 20
 
21
-Mesh networks are useful as a quick way to make a fully decentralised communications system which is not connected to 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.
21
+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.
22 22
 
23 23
 * Ready made images
24 24
 ** Client images
25
-"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.
25
+"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).
26 26
 
27 27
 #+begin_src bash
28
+sudo apt-get install xz-utils wget
28 29
 wget https://freedombone.net/downloads/mesh-client-i386.img.xz
29 30
 wget https://freedombone.net/downloads/mesh-client-i386.img.xz.sig
30 31
 gpg --verify mesh-client-i386.img.xz.sig
@@ -37,11 +38,12 @@ dd bs=1M if=mesh-client-i386.img of=/dev/sdX conv=fdatasync
37 38
 If you're in an emergency and don't have Atheros wifi dongles then there is also an "insecure" image which contains some proprietary wifi drivers which may work with a wider range of laptops. Proprietary drivers *are not recommended* because they're unsupportable and may be exploitable or contain malicious antifeatures which fundamentally compromise the security of the network. However, the trade-off between security/maintainability and simply having the ability to communicate at all may be a valid one in some situations.
38 39
 
39 40
 #+begin_src bash
41
+sudo apt-get install xz-utils wget
40 42
 wget https://freedombone.net/downloads/mesh-client-i386-insecure.img.xz
41 43
 wget https://freedombone.net/downloads/mesh-client-i386-insecure.img.xz.sig
42 44
 gpg --verify mesh-client-i386-insecure.img.xz.sig
43 45
 sha256sum mesh-client-i386-insecure.img.xz
44
-
46
+2aa1552d695485505b6a145857e5cebb7dc365dbf9614488f474bf5ac1149473
45 47
 unxz mesh-client-i386-insecure.img.xz
46 48
 dd bs=1M if=mesh-client-i386-insecure.img of=/dev/sdX conv=fdatasync
47 49
 #+end_src
@@ -50,6 +52,7 @@ dd bs=1M if=mesh-client-i386-insecure.img of=/dev/sdX conv=fdatasync
50 52
 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.
51 53
 *** Beaglebone Black
52 54
 #+begin_src bash
55
+sudo apt-get install xz-utils wget
53 56
 wget https://freedombone.net/downloads/mesh-router-beaglebone-black.img.xz
54 57
 wget https://freedombone.net/downloads/mesh-router-beaglebone-black.img.xz.sig
55 58
 gpg --verify mesh-router-beaglebone-black.img.xz.sig