Browse Source

mesh documentation

Bob Mottram 8 years ago
parent
commit
89ed692b39
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      doc/EN/mesh.org

+ 4
- 0
doc/EN/mesh.org View File

35
 sudo dd bs=1M if=mesh-client-i386.img of=/dev/sdX conv=fdatasync
35
 sudo dd bs=1M if=mesh-client-i386.img of=/dev/sdX conv=fdatasync
36
 #+end_src
36
 #+end_src
37
 
37
 
38
+To get a number of systems onto the mesh repeat the /dd/ command to create however many bootable USB drives you need.
39
+
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.
40
 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.
39
 
41
 
40
 #+begin_src bash
42
 #+begin_src bash
62
 sudo dd bs=1M if=mesh-router-beaglebone-black.img of=/dev/sdX conv=fdatasync
64
 sudo dd bs=1M if=mesh-router-beaglebone-black.img of=/dev/sdX conv=fdatasync
63
 #+end_src
65
 #+end_src
64
 
66
 
67
+If you have a few Beaglebone Blacks to use as routers then repeat the /dd/ command to create however many microSD cards you need.
68
+
65
 * To build the disk image yourself
69
 * To build the disk image yourself
66
 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.
70
 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.
67
 
71