Browse Source

usb drive size

Bob Mottram 8 years ago
parent
commit
e2c194bb23
No account linked to committer's email
2 changed files with 24 additions and 24 deletions
  1. 1
    1
      doc/EN/mesh.org
  2. 23
    23
      website/EN/mesh.html

+ 1
- 1
doc/EN/mesh.org View File

@@ -31,7 +31,7 @@ Mesh networks are useful as a quick way to make a fully decentralised communicat
31 31
 [[file:images/mesh_netbook.jpg]]
32 32
 #+END_CENTER
33 33
 
34
-"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).
34
+"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). The USB drive you're copying to will need to be at least 8GB in size.
35 35
 
36 36
 #+begin_src bash
37 37
 sudo apt-get install xz-utils wget

+ 23
- 23
website/EN/mesh.html View File

@@ -3,7 +3,7 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2016-09-01 Thu 12:11 -->
6
+<!-- 2016-09-01 Thu 13:02 -->
7 7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9 9
 <title></title>
@@ -257,17 +257,17 @@ Mesh networks are useful as a quick way to make a fully decentralised communicat
257 257
 </p>
258 258
 
259 259
 <ul class="org-ul">
260
-<li><a href="#orgd58e07d">Ready made images</a></li>
261
-<li><a href="#org100a4e8">To build the disk image yourself</a></li>
262
-<li><a href="#org5f77213">How to use it</a></li>
260
+<li><a href="#org293e8ad">Ready made images</a></li>
261
+<li><a href="#org139ec0d">To build the disk image yourself</a></li>
262
+<li><a href="#org1a4a0ff">How to use it</a></li>
263 263
 </ul>
264 264
 
265
-<div id="outline-container-orgd58e07d" class="outline-2">
266
-<h2 id="orgd58e07d">Ready made images</h2>
267
-<div class="outline-text-2" id="text-orgd58e07d">
268
-</div><div id="outline-container-org7c48473" class="outline-3">
269
-<h3 id="org7c48473">Client images</h3>
270
-<div class="outline-text-3" id="text-org7c48473">
265
+<div id="outline-container-org293e8ad" class="outline-2">
266
+<h2 id="org293e8ad">Ready made images</h2>
267
+<div class="outline-text-2" id="text-org293e8ad">
268
+</div><div id="outline-container-org97a6f70" class="outline-3">
269
+<h3 id="org97a6f70">Client images</h3>
270
+<div class="outline-text-3" id="text-org97a6f70">
271 271
 <div class="org-center">
272 272
 
273 273
 <div class="figure">
@@ -277,7 +277,7 @@ Mesh networks are useful as a quick way to make a fully decentralised communicat
277 277
 </div>
278 278
 
279 279
 <p>
280
-"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).
280
+"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). The USB drive you're copying to will need to be at least 8GB in size.
281 281
 </p>
282 282
 
283 283
 <div class="org-src-container">
@@ -316,16 +316,16 @@ sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-n
316 316
 </div>
317 317
 </div>
318 318
 
319
-<div id="outline-container-org50c1ff5" class="outline-3">
320
-<h3 id="org50c1ff5">Router images</h3>
321
-<div class="outline-text-3" id="text-org50c1ff5">
319
+<div id="outline-container-org29332d7" class="outline-3">
320
+<h3 id="org29332d7">Router images</h3>
321
+<div class="outline-text-3" id="text-org29332d7">
322 322
 <p>
323 323
 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.
324 324
 </p>
325 325
 </div>
326
-<div id="outline-container-org5611c86" class="outline-4">
327
-<h4 id="org5611c86">Beaglebone Black</h4>
328
-<div class="outline-text-4" id="text-org5611c86">
326
+<div id="outline-container-org696f207" class="outline-4">
327
+<h4 id="org696f207">Beaglebone Black</h4>
328
+<div class="outline-text-4" id="text-org696f207">
329 329
 <div class="org-center">
330 330
 
331 331
 <div class="figure">
@@ -359,9 +359,9 @@ If you have a few Beaglebone Blacks to use as routers then repeat the <i>dd</i>
359 359
 </div>
360 360
 </div>
361 361
 
362
-<div id="outline-container-org100a4e8" class="outline-2">
363
-<h2 id="org100a4e8">To build the disk image yourself</h2>
364
-<div class="outline-text-2" id="text-org100a4e8">
362
+<div id="outline-container-org139ec0d" class="outline-2">
363
+<h2 id="org139ec0d">To build the disk image yourself</h2>
364
+<div class="outline-text-2" id="text-org139ec0d">
365 365
 <p>
366 366
 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.
367 367
 </p>
@@ -456,9 +456,9 @@ The resulting image can be copied to a microSD card, inserted into a Beaglebone
456 456
 </div>
457 457
 </div>
458 458
 
459
-<div id="outline-container-org5f77213" class="outline-2">
460
-<h2 id="org5f77213">How to use it</h2>
461
-<div class="outline-text-2" id="text-org5f77213">
459
+<div id="outline-container-org1a4a0ff" class="outline-2">
460
+<h2 id="org1a4a0ff">How to use it</h2>
461
+<div class="outline-text-2" id="text-org1a4a0ff">
462 462
 <p>
463 463
 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.
464 464
 </p>