Browse Source

Links to downloads

Bob Mottram 8 years ago
parent
commit
9b0cee5d2e
4 changed files with 79 additions and 73 deletions
  1. 2
    0
      doc/EN/index.org
  2. 14
    14
      doc/EN/mesh.org
  3. 5
    1
      website/EN/index.html
  4. 58
    58
      website/EN/mesh.html

+ 2
- 0
doc/EN/index.org View File

@@ -38,6 +38,8 @@ After installation it's possible that you might want some advice on how to run y
38 38
 
39 39
 If you find bugs, or want to add a new app to this system see the [[./devguide.html][Developers Guide]].
40 40
 
41
+Ready made disk images which can be copied onto USB or microSD drives are [[./downloads][available here]].
42
+
41 43
 #+BEGIN_CENTER
42 44
 This site can also be accessed via a Tor browser at http://2tp3f6vtvhkqpuc6.onion
43 45
 #+END_CENTER

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

@@ -51,13 +51,13 @@ This system should be quite scalable. Both qTox and IPFS are based upon distribu
51 51
 
52 52
 #+begin_src bash
53 53
 sudo apt-get install xz-utils wget
54
-wget https://freedombone.net/downloads/mesh-client-i386-20160913.img.xz
55
-wget https://freedombone.net/downloads/mesh-client-i386-20160913.img.xz.sig
56
-gpg --verify mesh-client-i386-20160913.img.xz.sig
57
-sha256sum mesh-client-i386-20160913.img.xz
58
-2111eeeba713d7ea0109845a295cc44550c66679045fd4bdafc04a883635bea9
59
-unxz mesh-client-i386-20160913.img.xz
60
-sudo dd bs=1M if=mesh-client-i386-20160913.img of=/dev/sdX conv=fdatasync
54
+wget https://freedombone.net/downloads/v2.00/freedombone-meshclient-2.00_all-i386.img.xz
55
+wget https://freedombone.net/downloads/v2.00/freedombone-meshclient-2.00_all-i386.img.xz.sig
56
+gpg --verify freedombone-meshclient-2.00_all-i386.img.xz.sig
57
+sha256sum freedombone-meshclient-2.00_all-i386.img.xz
58
+403cf1cc2bc5272e5921d3ebefc351540928141bc65641b6d16f2262a933cb4e
59
+unxz freedombone-meshclient-2.00_all-i386.img.xz
60
+sudo dd bs=1M if=freedombone-meshclient-2.00_all-i386.img of=/dev/sdX conv=fdatasync
61 61
 #+end_src
62 62
 
63 63
 To get a number of systems onto the mesh repeat the /dd/ command to create however many bootable USB drives you need.
@@ -86,13 +86,13 @@ The above picture shows a Beaglebone Black with the image copied onto a microSD
86 86
 
87 87
 #+begin_src bash
88 88
 sudo apt-get install xz-utils wget
89
-wget https://freedombone.net/downloads/mesh-router-beaglebone-black-20160913.img.xz
90
-wget https://freedombone.net/downloads/mesh-router-beaglebone-black-20160913.img.xz.sig
91
-gpg --verify mesh-router-beaglebone-black-20160913.img.xz.sig
92
-sha256sum mesh-router-beaglebone-black-20160913.img.xz
93
-74470b6491951a9744fdd3dab27e8ca74d5b60499fcf6e1a5313e6854c9db894
94
-unxz mesh-router-beaglebone-black-20160913.img.xz
95
-sudo dd bs=1M if=mesh-router-beaglebone-black-20160913.img of=/dev/sdX conv=fdatasync
89
+wget https://freedombone.net/downloads/v2.00/freedombone-mesh-2.00_beaglebone-armhf.img.xz
90
+wget https://freedombone.net/downloads/v2.00/freedombone-mesh-2.00_beaglebone-armhf.img.xz.sig
91
+gpg --verify freedombone-mesh-2.00_beaglebone-armhf.img.xz.sig
92
+sha256sum freedombone-mesh-2.00_beaglebone-armhf.img.xz
93
+daf8c82f111ae8714cffc52633156554c23d5feafabbe85cb15925e0373a3ff4
94
+unxz freedombone-mesh-2.00_beaglebone-armhf.img.xz
95
+sudo dd bs=1M if=freedombone-mesh-2.00_beaglebone-armhf.img of=/dev/sdX conv=fdatasync
96 96
 #+end_src
97 97
 
98 98
 If you have a few Beaglebone Blacks to use as routers then repeat the /dd/ command to create however many microSD cards you need.

+ 5
- 1
website/EN/index.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-11-24 Thu 17:58 -->
6
+<!-- 2016-11-25 Fri 23:12 -->
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>
@@ -295,6 +295,10 @@ After installation it's possible that you might want some advice on how to run y
295 295
 If you find bugs, or want to add a new app to this system see the <a href="./devguide.html">Developers Guide</a>.
296 296
 </p>
297 297
 
298
+<p>
299
+Ready made disk images which can be copied onto USB or microSD drives are <a href="./downloads">available here</a>.
300
+</p>
301
+
298 302
 <div class="org-center">
299 303
 <p>
300 304
 This site can also be accessed via a Tor browser at <a href="http://2tp3f6vtvhkqpuc6.onion">http://2tp3f6vtvhkqpuc6.onion</a>

+ 58
- 58
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-11-24 Thu 10:49 -->
6
+<!-- 2016-11-25 Fri 23:50 -->
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>
@@ -273,13 +273,13 @@ for the JavaScript code in this tag.
273 273
 </colgroup>
274 274
 <tbody>
275 275
 <tr>
276
-<td class="org-left"><a href="#orgdb7a57b">What the system can do</a></td>
276
+<td class="org-left"><a href="#orgae746cf">What the system can do</a></td>
277 277
 <td class="org-left">-</td>
278
-<td class="org-left"><a href="#orgc804016">Disk Images</a></td>
278
+<td class="org-left"><a href="#org388e705">Disk Images</a></td>
279 279
 <td class="org-left">-</td>
280
-<td class="org-left"><a href="#org1af89bc">Building Disk Images</a></td>
280
+<td class="org-left"><a href="#org720021e">Building Disk Images</a></td>
281 281
 <td class="org-left">-</td>
282
-<td class="org-left"><a href="#orgf19b78f">How to use it</a></td>
282
+<td class="org-left"><a href="#org4c28db5">How to use it</a></td>
283 283
 </tr>
284 284
 </tbody>
285 285
 </table>
@@ -288,9 +288,9 @@ for the JavaScript code in this tag.
288 288
 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.
289 289
 </p>
290 290
 
291
-<div id="outline-container-orgdb7a57b" class="outline-2">
292
-<h2 id="orgdb7a57b">What the system can do</h2>
293
-<div class="outline-text-2" id="text-orgdb7a57b">
291
+<div id="outline-container-orgae746cf" class="outline-2">
292
+<h2 id="orgae746cf">What the system can do</h2>
293
+<div class="outline-text-2" id="text-orgae746cf">
294 294
 <ul class="org-ul">
295 295
 <li>Discovery of other users on the network</li>
296 296
 <li>Text based chat, one-to-one and in groups</li>
@@ -311,12 +311,12 @@ This system should be quite scalable. Both qTox and IPFS are based upon distribu
311 311
 </div>
312 312
 </div>
313 313
 
314
-<div id="outline-container-orgc804016" class="outline-2">
315
-<h2 id="orgc804016">Disk Images</h2>
316
-<div class="outline-text-2" id="text-orgc804016">
317
-</div><div id="outline-container-orgeb76f79" class="outline-3">
318
-<h3 id="orgeb76f79">Client images</h3>
319
-<div class="outline-text-3" id="text-orgeb76f79">
314
+<div id="outline-container-org388e705" class="outline-2">
315
+<h2 id="org388e705">Disk Images</h2>
316
+<div class="outline-text-2" id="text-org388e705">
317
+</div><div id="outline-container-orgd3fce71" class="outline-3">
318
+<h3 id="orgd3fce71">Client images</h3>
319
+<div class="outline-text-3" id="text-orgd3fce71">
320 320
 <div class="org-center">
321 321
 
322 322
 <div class="figure">
@@ -331,13 +331,13 @@ This system should be quite scalable. Both qTox and IPFS are based upon distribu
331 331
 
332 332
 <div class="org-src-container">
333 333
 <pre class="src src-bash">sudo apt-get install xz-utils wget
334
-wget https://freedombone.net/downloads/mesh-client-i386-20160913.img.xz
335
-wget https://freedombone.net/downloads/mesh-client-i386-20160913.img.xz.sig
336
-gpg --verify mesh-client-i386-20160913.img.xz.sig
337
-sha256sum mesh-client-i386-20160913.img.xz
338
-2111eeeba713d7ea0109845a295cc44550c66679045fd4bdafc04a883635bea9
339
-unxz mesh-client-i386-20160913.img.xz
340
-sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">if</span>=mesh-client-i386-20160913.img <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">conv</span>=fdatasync
334
+wget https://freedombone.net/downloads/v2.00/freedombone-meshclient-2.00_all-i386.img.xz
335
+wget https://freedombone.net/downloads/v2.00/freedombone-meshclient-2.00_all-i386.img.xz.sig
336
+gpg --verify freedombone-meshclient-2.00_all-i386.img.xz.sig
337
+sha256sum freedombone-meshclient-2.00_all-i386.img.xz
338
+403cf1cc2bc5272e5921d3ebefc351540928141bc65641b6d16f2262a933cb4e
339
+unxz freedombone-meshclient-2.00_all-i386.img.xz
340
+sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">if</span>=freedombone-meshclient-2.00_all-i386.img <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">conv</span>=fdatasync
341 341
 </pre>
342 342
 </div>
343 343
 
@@ -363,16 +363,16 @@ sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-n
363 363
 </div>
364 364
 </div>
365 365
 
366
-<div id="outline-container-org70774e2" class="outline-3">
367
-<h3 id="org70774e2">Router images</h3>
368
-<div class="outline-text-3" id="text-org70774e2">
366
+<div id="outline-container-org6669869" class="outline-3">
367
+<h3 id="org6669869">Router images</h3>
368
+<div class="outline-text-3" id="text-org6669869">
369 369
 <p>
370 370
 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 and to enable peers to find each other via running bootstrap nodes for Tox and IPFS. 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.
371 371
 </p>
372 372
 </div>
373
-<div id="outline-container-orge9028ca" class="outline-4">
374
-<h4 id="orge9028ca">Beaglebone Black</h4>
375
-<div class="outline-text-4" id="text-orge9028ca">
373
+<div id="outline-container-org4fd5c5d" class="outline-4">
374
+<h4 id="org4fd5c5d">Beaglebone Black</h4>
375
+<div class="outline-text-4" id="text-org4fd5c5d">
376 376
 <div class="org-center">
377 377
 
378 378
 <div class="figure">
@@ -387,13 +387,13 @@ The above picture shows a Beaglebone Black with the image copied onto a microSD
387 387
 
388 388
 <div class="org-src-container">
389 389
 <pre class="src src-bash">sudo apt-get install xz-utils wget
390
-wget https://freedombone.net/downloads/mesh-router-beaglebone-black-20160913.img.xz
391
-wget https://freedombone.net/downloads/mesh-router-beaglebone-black-20160913.img.xz.sig
392
-gpg --verify mesh-router-beaglebone-black-20160913.img.xz.sig
393
-sha256sum mesh-router-beaglebone-black-20160913.img.xz
394
-74470b6491951a9744fdd3dab27e8ca74d5b60499fcf6e1a5313e6854c9db894
395
-unxz mesh-router-beaglebone-black-20160913.img.xz
396
-sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">if</span>=mesh-router-beaglebone-black-20160913.img <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">conv</span>=fdatasync
390
+wget https://freedombone.net/downloads/v2.00/freedombone-mesh-2.00_beaglebone-armhf.img.xz
391
+wget https://freedombone.net/downloads/v2.00/freedombone-mesh-2.00_beaglebone-armhf.img.xz.sig
392
+gpg --verify freedombone-mesh-2.00_beaglebone-armhf.img.xz.sig
393
+sha256sum freedombone-mesh-2.00_beaglebone-armhf.img.xz
394
+daf8c82f111ae8714cffc52633156554c23d5feafabbe85cb15925e0373a3ff4
395
+unxz freedombone-mesh-2.00_beaglebone-armhf.img.xz
396
+sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">if</span>=freedombone-mesh-2.00_beaglebone-armhf.img <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">conv</span>=fdatasync
397 397
 </pre>
398 398
 </div>
399 399
 
@@ -409,9 +409,9 @@ There is still a software freedom issue with the Beaglebone Black, but it doesn'
409 409
 </div>
410 410
 </div>
411 411
 
412
-<div id="outline-container-org1af89bc" class="outline-2">
413
-<h2 id="org1af89bc">Building Disk Images</h2>
414
-<div class="outline-text-2" id="text-org1af89bc">
412
+<div id="outline-container-org720021e" class="outline-2">
413
+<h2 id="org720021e">Building Disk Images</h2>
414
+<div class="outline-text-2" id="text-org720021e">
415 415
 <p>
416 416
 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.
417 417
 </p>
@@ -500,9 +500,9 @@ The resulting image can be copied to a microSD card, inserted into a Beaglebone
500 500
 </div>
501 501
 </div>
502 502
 
503
-<div id="outline-container-org5fae536" class="outline-2">
504
-<h2 id="org5fae536">Customisation</h2>
505
-<div class="outline-text-2" id="text-org5fae536">
503
+<div id="outline-container-org2d77f1b" class="outline-2">
504
+<h2 id="org2d77f1b">Customisation</h2>
505
+<div class="outline-text-2" id="text-org2d77f1b">
506 506
 <p>
507 507
 If you want to make your own specially branded version, such as for a particular event, then to change the default desktop backgrounds edit the images within <b>img/backgrounds</b> and to change the available avatars and desktop icons edit the images within <b>img/avatars</b>. Re-create disk images using the instructions shown previously.
508 508
 </p>
@@ -512,9 +512,9 @@ If you need particular <i>dconf</i> commands to alter desktop appearance or beha
512 512
 </p>
513 513
 </div>
514 514
 </div>
515
-<div id="outline-container-orgf19b78f" class="outline-2">
516
-<h2 id="orgf19b78f">How to use it</h2>
517
-<div class="outline-text-2" id="text-orgf19b78f">
515
+<div id="outline-container-org4c28db5" class="outline-2">
516
+<h2 id="org4c28db5">How to use it</h2>
517
+<div class="outline-text-2" id="text-org4c28db5">
518 518
 <p>
519 519
 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.
520 520
 </p>
@@ -524,9 +524,9 @@ After a minute or two if you are within wifi range and there is at least one oth
524 524
 </p>
525 525
 </div>
526 526
 
527
-<div id="outline-container-orgb323b0f" class="outline-3">
528
-<h3 id="orgb323b0f">Set the Date</h3>
529
-<div class="outline-text-3" id="text-orgb323b0f">
527
+<div id="outline-container-org68e6da3" class="outline-3">
528
+<h3 id="org68e6da3">Set the Date</h3>
529
+<div class="outline-text-3" id="text-org68e6da3">
530 530
 <p>
531 531
 On the ordinary internet the date and time of your system would be set automatically via NTP. 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.
532 532
 </p>
@@ -536,9 +536,9 @@ On the ordinary internet the date and time of your system would be set automatic
536 536
 </p>
537 537
 </div>
538 538
 </div>
539
-<div id="outline-container-org21297c6" class="outline-3">
540
-<h3 id="org21297c6">Check network status</h3>
541
-<div class="outline-text-3" id="text-org21297c6">
539
+<div id="outline-container-org6f72b2f" class="outline-3">
540
+<h3 id="org6f72b2f">Check network status</h3>
541
+<div class="outline-text-3" id="text-org6f72b2f">
542 542
 <p>
543 543
 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.
544 544
 </p>
@@ -562,9 +562,9 @@ When you are finished close the window and then select the <i>Network Restart</i
562 562
 </div>
563 563
 </div>
564 564
 
565
-<div id="outline-container-orgddd7c4f" class="outline-3">
566
-<h3 id="orgddd7c4f">Chat System</h3>
567
-<div class="outline-text-3" id="text-orgddd7c4f">
565
+<div id="outline-container-org1773356" class="outline-3">
566
+<h3 id="org1773356">Chat System</h3>
567
+<div class="outline-text-3" id="text-org1773356">
568 568
 <p>
569 569
 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 <i>Chat</i> and <i>Other Users</i> icons appear. Select the users icon and you should see a list of users on the mesh. Select the <i>Chat</i> 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.
570 570
 </p>
@@ -623,9 +623,9 @@ At present video doesn't work reliably, but text and voice chat do work well.
623 623
 </div>
624 624
 </div>
625 625
 
626
-<div id="outline-container-org90d8c9e" class="outline-3">
627
-<h3 id="org90d8c9e">Sharing Files</h3>
628
-<div class="outline-text-3" id="text-org90d8c9e">
626
+<div id="outline-container-orgd9dd14a" class="outline-3">
627
+<h3 id="orgd9dd14a">Sharing Files</h3>
628
+<div class="outline-text-3" id="text-orgd9dd14a">
629 629
 <p>
630 630
 You can make files publicly available on the network simply by dragging and dropping them into the <i>Public</i> folder on the desktop. To view the files belonging to another user select the desktop icon called <i>Visit a site</i> and enter the username or Tox ID of the other user.
631 631
 </p>
@@ -640,9 +640,9 @@ You can make files publicly available on the network simply by dragging and drop
640 640
 </div>
641 641
 </div>
642 642
 
643
-<div id="outline-container-org0a98946" class="outline-3">
644
-<h3 id="org0a98946">Blogging</h3>
645
-<div class="outline-text-3" id="text-org0a98946">
643
+<div id="outline-container-org063b30f" class="outline-3">
644
+<h3 id="org063b30f">Blogging</h3>
645
+<div class="outline-text-3" id="text-org063b30f">
646 646
 <p>
647 647
 To create a blog post select the <i>Blog</i> 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 <b>CreateBlog/content/images</b> directory and then link to them as shown.
648 648
 </p>