Update mesh image hashes

This commit is contained in:
Bob Mottram 2016-09-01 09:46:03 +01:00
parent 80c3f6ef43
commit bb24ba7a9b
No known key found for this signature in database
GPG Key ID: 0452CC7CEA982E38
3 changed files with 23 additions and 23 deletions

View File

@ -1,5 +1,5 @@
APP=freedombone
VERSION=1.01
VERSION=1.02
RELEASE=1
PREFIX?=/usr/local

View File

@ -59,7 +59,7 @@ wget https://freedombone.net/downloads/mesh-router-beaglebone-black.img.xz
wget https://freedombone.net/downloads/mesh-router-beaglebone-black.img.xz.sig
gpg --verify mesh-router-beaglebone-black.img.xz.sig
sha256sum mesh-router-beaglebone-black.img.xz
2f01bad37a209b54a6d0f4b1a457be51aad8e9878a42c6922d33092a39ecabb7
7e59ccd65421f34edf8719274d1197a45fe21b1da83a7185f849abd0f54e895c
unxz mesh-router-beaglebone-black.img.xz
sudo dd bs=1M if=mesh-router-beaglebone-black.img of=/dev/sdX conv=fdatasync
#+end_src

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-31 Wed 15:43 -->
<!-- 2016-09-01 Thu 09:45 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -256,12 +256,12 @@ 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 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.
</p>
<div id="outline-container-org2ca2ea1" class="outline-2">
<h2 id="org2ca2ea1">Ready made images</h2>
<div class="outline-text-2" id="text-org2ca2ea1">
</div><div id="outline-container-org6c5e880" class="outline-3">
<h3 id="org6c5e880">Client images</h3>
<div class="outline-text-3" id="text-org6c5e880">
<div id="outline-container-org48e6c7a" class="outline-2">
<h2 id="org48e6c7a">Ready made images</h2>
<div class="outline-text-2" id="text-org48e6c7a">
</div><div id="outline-container-org2124b56" class="outline-3">
<h3 id="org2124b56">Client images</h3>
<div class="outline-text-3" id="text-org2124b56">
<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, 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).
</p>
@ -273,7 +273,7 @@ wget https://freedombone.net/downloads/mesh-client-i386.img.xz
wget https://freedombone.net/downloads/mesh-client-i386.img.xz.sig
gpg --verify mesh-client-i386.img.xz.sig
sha256sum mesh-client-i386.img.xz
eaf87dcbb17b7d8328fde56005d396d423e51390e4163385c0ee8cfa0844d6f3
06de9011625141188055fd87b585a0945cd5b77cf4d0ac2d080dc6ce4424a36c
unxz mesh-client-i386.img.xz
sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">if</span>=mesh-client-i386.img <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">conv</span>=fdatasync
</pre>
@ -302,16 +302,16 @@ sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-n
</div>
</div>
<div id="outline-container-org67e3a98" class="outline-3">
<h3 id="org67e3a98">Router images</h3>
<div class="outline-text-3" id="text-org67e3a98">
<div id="outline-container-org7570115" class="outline-3">
<h3 id="org7570115">Router images</h3>
<div class="outline-text-3" id="text-org7570115">
<p>
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.
</p>
</div>
<div id="outline-container-org54e0719" class="outline-4">
<h4 id="org54e0719">Beaglebone Black</h4>
<div class="outline-text-4" id="text-org54e0719">
<div id="outline-container-orgb263a88" class="outline-4">
<h4 id="orgb263a88">Beaglebone Black</h4>
<div class="outline-text-4" id="text-orgb263a88">
<div class="org-src-container">
<pre class="src src-bash">sudo apt-get install xz-utils wget
@ -319,7 +319,7 @@ wget https://freedombone.net/downloads/mesh-router-beaglebone-black.img.xz
wget https://freedombone.net/downloads/mesh-router-beaglebone-black.img.xz.sig
gpg --verify mesh-router-beaglebone-black.img.xz.sig
sha256sum mesh-router-beaglebone-black.img.xz
7e90e0489eff70d7211b2b9b891ba6da20670bedbbe6db3edbb41bc54f7c8679
7e59ccd65421f34edf8719274d1197a45fe21b1da83a7185f849abd0f54e895c
unxz mesh-router-beaglebone-black.img.xz
sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">if</span>=mesh-router-beaglebone-black.img <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">conv</span>=fdatasync
</pre>
@ -333,9 +333,9 @@ If you have a few Beaglebone Blacks to use as routers then repeat the <i>dd</i>
</div>
</div>
<div id="outline-container-org11ba31a" class="outline-2">
<h2 id="org11ba31a">To build the disk image yourself</h2>
<div class="outline-text-2" id="text-org11ba31a">
<div id="outline-container-orgf1078d6" class="outline-2">
<h2 id="orgf1078d6">To build the disk image yourself</h2>
<div class="outline-text-2" id="text-orgf1078d6">
<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>
@ -426,9 +426,9 @@ The resulting image can be copied to a microSD card, inserted into a Beaglebone
</div>
</div>
<div id="outline-container-orgba0cf51" class="outline-2">
<h2 id="orgba0cf51">How to use it</h2>
<div class="outline-text-2" id="text-orgba0cf51">
<div id="outline-container-org434353a" class="outline-2">
<h2 id="org434353a">How to use it</h2>
<div class="outline-text-2" id="text-org434353a">
<p>
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.
</p>