Links to mesh images

This commit is contained in:
Bob Mottram 2016-08-29 23:24:04 +01:00
parent aa5db8d359
commit 5f03afbd6d
2 changed files with 21 additions and 21 deletions

View File

@ -24,11 +24,11 @@ Mesh networks are useful as a quick way to make a fully decentralised communicat
** 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 and used with a laptop/netbook/desktop machine.
[[file:downloads/mesh-client.img.xz]]
[[file:downloads/mesh-client.img.xz][mesh-client.img.xz]]
GPG signature:
[[file:downloads/mesh-client.img.xz.sig]]
[[file:downloads/mesh-client.img.xz.sig][mesh-client.img.xz.sig]]
sha256 hash
#+begin_src bash
@ -38,11 +38,11 @@ sha256 hash
** Router images
Mesh router image for the Beaglebone Black:
[[file:downloads/mesh-router-beaglebone-black.img.xz]
[[file:downloads/mesh-router-beaglebone-black.img.xz][mesh-router-beaglebone-black.img.xz]]
GPG signature:
[[file:downloads/mesh-router-beaglebone-black.img.xz.sig]]
[[file:downloads/mesh-router-beaglebone-black.img.xz.sig][mesh-router-beaglebone-black.img.xz.sig]]
sha256 hash
#+begin_src bash

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2016-08-29 Mon 23:19 -->
<!-- 2016-08-29 Mon 23:23 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -255,18 +255,18 @@ for the JavaScript code in this tag.
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.
</p>
<div id="outline-container-org0544e5c" class="outline-2">
<h2 id="org0544e5c">Ready made images</h2>
<div class="outline-text-2" id="text-org0544e5c">
</div><div id="outline-container-orgbe59c55" class="outline-3">
<h3 id="orgbe59c55">Client images</h3>
<div class="outline-text-3" id="text-orgbe59c55">
<div id="outline-container-orgad9257c" class="outline-2">
<h2 id="orgad9257c">Ready made images</h2>
<div class="outline-text-2" id="text-orgad9257c">
</div><div id="outline-container-org58a10c8" class="outline-3">
<h3 id="org58a10c8">Client images</h3>
<div class="outline-text-3" id="text-org58a10c8">
<p>
"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 and used with a laptop/netbook/desktop machine.
</p>
<p>
<a href="downloads/mesh-client.img.xz">downloads/mesh-client.img.xz</a>
<a href="downloads/mesh-client.img.xz">mesh-client.img.xz</a>
</p>
<p>
@ -274,7 +274,7 @@ GPG signature:
</p>
<p>
<a href="downloads/mesh-client.img.xz.sig">downloads/mesh-client.img.xz.sig</a>
<a href="downloads/mesh-client.img.xz.sig">mesh-client.img.xz.sig</a>
</p>
<p>
@ -287,15 +287,15 @@ sha256 hash
</div>
</div>
<div id="outline-container-orgdb81034" class="outline-3">
<h3 id="orgdb81034">Router images</h3>
<div class="outline-text-3" id="text-orgdb81034">
<div id="outline-container-org9127982" class="outline-3">
<h3 id="org9127982">Router images</h3>
<div class="outline-text-3" id="text-org9127982">
<p>
Mesh router image for the Beaglebone Black:
</p>
<p>
[[<a href="downloads/mesh-router-beaglebone-black.img.xz">downloads/mesh-router-beaglebone-black.img.xz</a>]
<a href="downloads/mesh-router-beaglebone-black.img.xz">mesh-router-beaglebone-black.img.xz</a>
</p>
<p>
@ -303,7 +303,7 @@ GPG signature:
</p>
<p>
<a href="downloads/mesh-router-beaglebone-black.img.xz.sig">downloads/mesh-router-beaglebone-black.img.xz.sig</a>
<a href="downloads/mesh-router-beaglebone-black.img.xz.sig">mesh-router-beaglebone-black.img.xz.sig</a>
</p>
<p>
@ -318,9 +318,9 @@ sha256 hash
</div>
</div>
<div id="outline-container-org65d7ff6" class="outline-2">
<h2 id="org65d7ff6">To build the disk image yourself</h2>
<div class="outline-text-2" id="text-org65d7ff6">
<div id="outline-container-org6b10959" class="outline-2">
<h2 id="org6b10959">To build the disk image yourself</h2>
<div class="outline-text-2" id="text-org6b10959">
<p>
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.
</p>