<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.collapsible.systems/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Vortex</id>
	<title>Collapsible Systems Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.collapsible.systems/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Vortex"/>
	<link rel="alternate" type="text/html" href="https://wiki.collapsible.systems/w/index.php?title=Special:Contributions/Vortex"/>
	<updated>2026-04-09T12:49:40Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.collapsible.systems/w/index.php?title=Offline_networking&amp;diff=317</id>
		<title>Offline networking</title>
		<link rel="alternate" type="text/html" href="https://wiki.collapsible.systems/w/index.php?title=Offline_networking&amp;diff=317"/>
		<updated>2023-09-26T07:13:11Z</updated>

		<summary type="html">&lt;p&gt;Vortex: added qaul.net project - an Internet Independent Wireless Mesh Communication App&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Offline and off-grid networking broadly refers to the practice of sharing information between devices without use of the global Internet. The advantage of this in a disaster scenario is to provide a fallback for access to critical information and communication services in cases where reaching the Internet is not possible. This can be done with a device acting as a WiFi access point and router, LoRaWAN devices sharing information over long distances using the LoRa radio specification, or with a digital radio service known as &#039;&#039;packet radio&#039;&#039;. Each of these will be covered here.&lt;br /&gt;
&lt;br /&gt;
== WiFi ==&lt;br /&gt;
&lt;br /&gt;
WiFi (or Wi-Fi) refers to a collection of wireless protocols from the 802.11 collection of standards. WiFi is predominantly used for low power, short range networking, and centers around 2 popular bands, 2.4GHz and the faster 5GHz&amp;lt;ref&amp;gt;https://en.wikipedia.org/wiki/Wi-Fi&amp;lt;/ref&amp;gt;. In 2019, it was found more than 3.05 billion Wi-Fi-enabled devices are shipped globally each year&amp;lt;ref&amp;gt;https://www.researchandmarkets.com/reports/5135535/global-wi-fi-enabled-devices-shipment-forecast&amp;lt;/ref&amp;gt;. Each of these devices can connect to any wireless access point which is open, or for which they are authenticated. This presents a significant opportunity for the distribution of critical information where Internet access is otherwise not available.&lt;br /&gt;
&lt;br /&gt;
=== Offline WiFi access points ===&lt;br /&gt;
&lt;br /&gt;
Due to our habitual relationship with WiFi and connecting to the public Internet, we can often overlook WiFi&#039;s applications in &#039;offline&#039; contexts. A a WiFi access point (AP) does not need the public Internet to provide access to content, if the content is locally accessible to the AP. In such applications, either the WiFi router itself holds the data (perhaps on a USB stick), or the data is served from another device connected directly to the AP. &lt;br /&gt;
&lt;br /&gt;
==== OpenWrt ====&lt;br /&gt;
&lt;br /&gt;
Some commercial routers provide ability for file sharing across their network using the factory firmware installed on the device. However in the majority of applications, an &#039;&#039;after market&#039;&#039; firmware is used, like OpenWrt&amp;lt;ref&amp;gt;https://openwrt.org&amp;lt;/ref&amp;gt;. OpenWrt is an open source project and community dedicated to writing and testing firmware that can be &#039;flashed&#039; onto scavenged or bought WiFi routers, providing them with new functionality and customisation options. At the time of writing, 2043 wireless access points are supported by OpenWrt to some degree&amp;lt;ref&amp;gt;https://openwrt.org/toh/start&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Many projects have been done exploring the practical application of offline networking in a wireless context using OpenWrt. However, many small form-factor computers can be repurposed as WiFi access points, that either route through to another network (like the Internet) or remain hermetic. &lt;br /&gt;
&lt;br /&gt;
For those more technically inclined, any GNU/Linux laptop or device with a wireless network adapter can be repurposed as a wireless access point serving information and files from a locally hosted website. A popular webserver for use in such contexts is &#039;&#039;lighttpd&#039;&#039;. A popular daemon/service providing access point functionality is &#039;&#039;hostapd&#039;&#039;, often coupled with &#039;&#039;dnsmasq&#039;&#039; to provide automatic network configuration of clients using the DHCP protocol alongside domain name resolution&amp;lt;ref&amp;gt;https://w1.fi/hostapd/&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://dnsmasq.org/&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== WiFi mesh networks ==&lt;br /&gt;
[[File:Berliner freifunk netz 03-01-2007.jpg|thumb|Image showing connections between nodes of the Freifunk network in Berlin in 2007.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Mesh networks are computer networks that have in-built node redundancy, meaning that no central node is critical to the distribution of information across the network. Routing algorithms ensure that if a node is unavailable along the route, another optimised route is chosen. Mesh networks are in wide use throughout military and disaster response applications, but can also be deployed and managed by civilians with low cost equipment.&lt;br /&gt;
&lt;br /&gt;
A low power mesh network run by a community atop dumpster-dived/recycled or bought wireless routers could provide a valuable means of distributing mission-critical information where [[Cellular communications|cellular infrastructure]] or the public Internet is otherwise unavailable.&lt;br /&gt;
&lt;br /&gt;
=== Freifunk ===&lt;br /&gt;
&lt;br /&gt;
Among the most well known and successful WiFi mesh networks in the world is Freifunk. Established in 2003 in Germany, one of the primary goals of the project is to build a large-scale free wireless Wi-Fi network that is decentralized, free of discrimination (net neutrality), owned by those who run it, and to support local communication independent of the public Internet&amp;lt;ref&amp;gt;https://freifunk.net/en/&amp;lt;/ref&amp;gt;. Comprising over 41,000 wireless access points run by civilians, the Freifunk firmware is based atop OpenWrt and runs the &#039;&#039;batman-adv&#039;&#039; (B.A.T.M.A.N) mesh networking protocol, which is actively developed by Freifunk activists&amp;lt;ref&amp;gt;https://openwrt.org/docs/guide-user/network/wifi/mesh/batman&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The Freifunk firmware can be freely downloaded and modified to be deployed anywhere&amp;lt;ref&amp;gt;https://wiki.freifunk.net/Freifunk-Firmware&amp;lt;/ref&amp;gt;(DE).&lt;br /&gt;
&lt;br /&gt;
=== Red Hook WiFi ===&lt;br /&gt;
&lt;br /&gt;
Red Hook Wifi was established in Red Hook, Brooklyn, New York City in 2011&amp;lt;ref&amp;gt;https://redhookwifi.org/&amp;lt;/ref&amp;gt;. It was created by the Red Hook Initiative to provide access to broadband for the regions many residents. A survey found that many people in the area accessed the internet primarily through mobile phones and that over 30% of the population did not have broadband access at home. &amp;lt;ref&amp;gt;https://urbanomnibus.net/2013/09/red-hook-wifi/&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Red Hook serves as an excellent example of community-run infrastructure serving a critically important role in an environmental emergency. In 2012, when Hurricane Sandy hit the region, Internet and cellular communications systems were down&amp;lt;ref&amp;gt;http://nymag.com/intelligencer/2017/10/what-happens-to-the-internet-after-a-disaster.html&amp;lt;/ref&amp;gt;. During this crisis the Red Hook mesh network not only remained active, but the Red Hook headquarters became a hub for volunteer coordination and food distribution, and residents came to the Red Hook Initiative&#039;s office to charge their devices and connect to the internet&amp;lt;ref&amp;gt;https://www.nycedc.com/blog-entry/rising-challenge-red-hook-initiative&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://www.forbes.com/sites/deannazandt/2012/11/10/what-sandy-has-taught-us-about-technology-relief-and-resilience/#4db1984f5947&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Soon after Hurricane Sandy hit, the Federal Emergency Management Agency of the United States connected itself to the Red Hook Network, providing a satellite uplink, connecting itself, the Red Cross and residents such that they could find out about food banks, shelters and emergency information&amp;lt;ref&amp;gt;https://www.smh.com.au/technology/meshnets-serve-communities-when-internet-fails-20140515-zrdqe.html&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== SubNodes ===&lt;br /&gt;
&lt;br /&gt;
SubNodes, by Berlin-based artist Sarah Grant, employs popular &#039;&#039;Raspberry Pi&#039;&#039; minicomputers as wireless access points, serving a website and chat application &amp;lt;ref&amp;gt;http://subnodes.org/&amp;lt;/ref&amp;gt;. Smartphones, for instance, can be used to connect to the access point, from which is served a website, alongside simple chat application. The project provides complete instructions requiring minimal prior knowledge for deploying a &#039;SubNode&#039;. Such &#039;SubNodes&#039; could be employed inside weatherproof plastic cases, like tupperware or a plastic lunchbox, powered off solar power bank or voltage-converted car battery, and used to provide valuable information without need for the Internet. SubNodes can also be used in a mesh networking capacity, connecting to other compatible nodes.&lt;br /&gt;
&lt;br /&gt;
=== Other mesh networks by region === &lt;br /&gt;
&lt;br /&gt;
Wikipedia hosts a page dedicated to listing mesh networks by region&amp;lt;ref&amp;gt;https://en.wikipedia.org/wiki/List_of_wireless_community_networks_by_region&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Linkdump == &lt;br /&gt;
&lt;br /&gt;
(to be expanded out into text)&lt;br /&gt;
&lt;br /&gt;
http://subnodes.org/&lt;br /&gt;
&lt;br /&gt;
https://learn.adafruit.com/lora-and-lorawan-radio-for-raspberry-pi/overview&lt;br /&gt;
&lt;br /&gt;
https://en.wikipedia.org/wiki/Packet_radio&lt;br /&gt;
&lt;br /&gt;
https://meshtastic.org/&lt;br /&gt;
&lt;br /&gt;
https://en.wikipedia.org/wiki/Freifunk&lt;br /&gt;
&lt;br /&gt;
https://openwrt.org&lt;br /&gt;
&lt;br /&gt;
https://qaul.net&lt;br /&gt;
&lt;br /&gt;
== Citations ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Vortex</name></author>
	</entry>
	<entry>
		<id>https://wiki.collapsible.systems/w/index.php?title=Linkdump&amp;diff=257</id>
		<title>Linkdump</title>
		<link rel="alternate" type="text/html" href="https://wiki.collapsible.systems/w/index.php?title=Linkdump&amp;diff=257"/>
		<updated>2023-09-08T06:52:52Z</updated>

		<summary type="html">&lt;p&gt;Vortex: /* Low Tech Magazine Archive */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A place to drop your super useful links when you are in a rush or can&#039;t find a suitable page/place them. Give them a brief description and title. Later, we&#039;ll find a home for them.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==== Simple Critical Infrastructure Maps ====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Simple Critical Infrastructure Maps is a Creative Commons licenced mapping and analysis tool for evaluating personal and social resilience. It is intended to be used for planning, and is simple enough to learn during a crisis to facilitate cooperation and effective response.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
http://resiliencemaps.org/files/Dealing_in_Security.July2010.en.pdf&lt;br /&gt;
&lt;br /&gt;
==== Messing Around with Packet Radio ====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Simple wiring of soundcard to Baofang radios. Direwolf. Minimodem.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
https://archive.org/details/oreally-packet-radio&lt;br /&gt;
&lt;br /&gt;
==== Flock Radio Messaging System ====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Flock and Peep protocols for Arduino-style MCUs.&lt;br /&gt;
&lt;br /&gt;
Flock is a non-hierarchical, self-negotiating radio messaging protocol. Flock (and Peep) protocols are entirely timer-based. It is designed to carry message payloads, which consist of keyword::number pairs, with a heavy emphasis event signaling.&lt;br /&gt;
&lt;br /&gt;
The code is contained in a single (library) object that contains the Flock/Peep protocol logic, which in turn loads the NRF24L01+ driver module. This code requires an event-loop style coding scheme. All of the code is non-blocking. It&#039;s fairly lightweight, and runs fine on an Uno (Atmega328).&amp;quot;&lt;br /&gt;
&lt;br /&gt;
https://www.sensitiveresearch.com/Code/Flock/index.html&lt;br /&gt;
&lt;br /&gt;
==== Mini Hydroelectric Power Construction Videos ====&lt;br /&gt;
&lt;br /&gt;
Build mini hydroelectricity on small stream https://youtu.be/wjslF9OlzHU?si=Lr7eGOBQrnFaEniU&lt;br /&gt;
... and many more &lt;br /&gt;
&lt;br /&gt;
https://www.youtube.com/@Tran-Chien&lt;br /&gt;
&lt;br /&gt;
==== Freifunk OpenMPPT Solar Controller &amp;amp; ISEMS Independent Solar Energy Mesh System ====&lt;br /&gt;
&lt;br /&gt;
The Freifunk OpenMPPT is a programmable open-source and open-hardware solar charge controller with so-called maximum power point tracking.&lt;br /&gt;
&lt;br /&gt;
https://www.isems.de/en/hardware/#2-the-freifunk-openmppt&lt;br /&gt;
&lt;br /&gt;
The Independent Solar Energy Mesh System is a open source software solution to monitor and maintain energy autonomous solar routers. The background of this project is the expansion of wireless community mesh networks into remote places or for disaster recovery.&lt;br /&gt;
&lt;br /&gt;
https://www.isems.de/en/&lt;br /&gt;
&lt;br /&gt;
==== Libre Solar Project ====&lt;br /&gt;
&lt;br /&gt;
Flexible MPPT/PWM solar charge controllers and battery management systems (BMS) for Li-ion batteries, together with an Open Educational Resource (OER) explaining how to develop, produce and use components in DC energy systems.&lt;br /&gt;
&lt;br /&gt;
https://libre.solar/&lt;br /&gt;
&lt;br /&gt;
==== Low Tech Magazine Solar Archive ====&lt;br /&gt;
&lt;br /&gt;
A large archive of solar documentation. This is a solar-powered website, which means it sometimes goes offline.&lt;br /&gt;
&lt;br /&gt;
https://solar.lowtechmagazine.com/archives/&lt;/div&gt;</summary>
		<author><name>Vortex</name></author>
	</entry>
	<entry>
		<id>https://wiki.collapsible.systems/w/index.php?title=Linkdump&amp;diff=256</id>
		<title>Linkdump</title>
		<link rel="alternate" type="text/html" href="https://wiki.collapsible.systems/w/index.php?title=Linkdump&amp;diff=256"/>
		<updated>2023-09-07T19:20:25Z</updated>

		<summary type="html">&lt;p&gt;Vortex: adds Low Tech Mag&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A place to drop your super useful links when you are in a rush or can&#039;t find a suitable page/place them. Give them a brief description and title. Later, we&#039;ll find a home for them.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==== Simple Critical Infrastructure Maps ====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Simple Critical Infrastructure Maps is a Creative Commons licenced mapping and analysis tool for evaluating personal and social resilience. It is intended to be used for planning, and is simple enough to learn during a crisis to facilitate cooperation and effective response.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
http://resiliencemaps.org/files/Dealing_in_Security.July2010.en.pdf&lt;br /&gt;
&lt;br /&gt;
==== Messing Around with Packet Radio ====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Simple wiring of soundcard to Baofang radios. Direwolf. Minimodem.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
https://archive.org/details/oreally-packet-radio&lt;br /&gt;
&lt;br /&gt;
==== Flock Radio Messaging System ====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Flock and Peep protocols for Arduino-style MCUs.&lt;br /&gt;
&lt;br /&gt;
Flock is a non-hierarchical, self-negotiating radio messaging protocol. Flock (and Peep) protocols are entirely timer-based. It is designed to carry message payloads, which consist of keyword::number pairs, with a heavy emphasis event signaling.&lt;br /&gt;
&lt;br /&gt;
The code is contained in a single (library) object that contains the Flock/Peep protocol logic, which in turn loads the NRF24L01+ driver module. This code requires an event-loop style coding scheme. All of the code is non-blocking. It&#039;s fairly lightweight, and runs fine on an Uno (Atmega328).&amp;quot;&lt;br /&gt;
&lt;br /&gt;
https://www.sensitiveresearch.com/Code/Flock/index.html&lt;br /&gt;
&lt;br /&gt;
==== Mini Hydroelectric Power Construction Videos ====&lt;br /&gt;
&lt;br /&gt;
Build mini hydroelectricity on small stream https://youtu.be/wjslF9OlzHU?si=Lr7eGOBQrnFaEniU&lt;br /&gt;
... and many more &lt;br /&gt;
&lt;br /&gt;
https://www.youtube.com/@Tran-Chien&lt;br /&gt;
&lt;br /&gt;
==== Freifunk OpenMPPT Solar Controller &amp;amp; ISEMS Independent Solar Energy Mesh System ====&lt;br /&gt;
&lt;br /&gt;
The Freifunk OpenMPPT is a programmable open-source and open-hardware solar charge controller with so-called maximum power point tracking.&lt;br /&gt;
&lt;br /&gt;
https://www.isems.de/en/hardware/#2-the-freifunk-openmppt&lt;br /&gt;
&lt;br /&gt;
The Independent Solar Energy Mesh System is a open source software solution to monitor and maintain energy autonomous solar routers. The background of this project is the expansion of wireless community mesh networks into remote places or for disaster recovery.&lt;br /&gt;
&lt;br /&gt;
https://www.isems.de/en/&lt;br /&gt;
&lt;br /&gt;
==== Libre Solar Project ====&lt;br /&gt;
&lt;br /&gt;
Flexible MPPT/PWM solar charge controllers and battery management systems (BMS) for Li-ion batteries, together with an Open Educational Resource (OER) explaining how to develop, produce and use components in DC energy systems.&lt;br /&gt;
&lt;br /&gt;
https://libre.solar/&lt;br /&gt;
&lt;br /&gt;
==== Low Tech Magazine Archive ====&lt;br /&gt;
&lt;br /&gt;
A large archive of no-nonsense practical articles. This is a solar-powered website, which means it sometimes goes offline.&lt;br /&gt;
&lt;br /&gt;
https://solar.lowtechmagazine.com/archives/&lt;/div&gt;</summary>
		<author><name>Vortex</name></author>
	</entry>
	<entry>
		<id>https://wiki.collapsible.systems/w/index.php?title=Linkdump&amp;diff=244</id>
		<title>Linkdump</title>
		<link rel="alternate" type="text/html" href="https://wiki.collapsible.systems/w/index.php?title=Linkdump&amp;diff=244"/>
		<updated>2023-09-03T09:01:31Z</updated>

		<summary type="html">&lt;p&gt;Vortex: adds Libre Solar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A place to drop your super useful links when you are in a rush or can&#039;t find a suitable page/place them. Give them a brief description and title. Later, we&#039;ll find a home for them.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==== Simple Critical Infrastructure Maps ====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Simple Critical Infrastructure Maps is a Creative Commons licenced mapping and analysis tool for evaluating personal and social resilience. It is intended to be used for planning, and is simple enough to learn during a crisis to facilitate cooperation and effective response.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
http://resiliencemaps.org/files/Dealing_in_Security.July2010.en.pdf&lt;br /&gt;
&lt;br /&gt;
==== Messing Around with Packet Radio ====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Simple wiring of soundcard to Baofang radios. Direwolf. Minimodem.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
https://archive.org/details/oreally-packet-radio&lt;br /&gt;
&lt;br /&gt;
==== Flock Radio Messaging System ====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Flock and Peep protocols for Arduino-style MCUs.&lt;br /&gt;
&lt;br /&gt;
Flock is a non-hierarchical, self-negotiating radio messaging protocol. Flock (and Peep) protocols are entirely timer-based. It is designed to carry message payloads, which consist of keyword::number pairs, with a heavy emphasis event signaling.&lt;br /&gt;
&lt;br /&gt;
The code is contained in a single (library) object that contains the Flock/Peep protocol logic, which in turn loads the NRF24L01+ driver module. This code requires an event-loop style coding scheme. All of the code is non-blocking. It&#039;s fairly lightweight, and runs fine on an Uno (Atmega328).&amp;quot;&lt;br /&gt;
&lt;br /&gt;
https://www.sensitiveresearch.com/Code/Flock/index.html&lt;br /&gt;
&lt;br /&gt;
==== Mini Hydroelectric Power Construction Videos ====&lt;br /&gt;
&lt;br /&gt;
Build mini hydroelectricity on small stream https://youtu.be/wjslF9OlzHU?si=Lr7eGOBQrnFaEniU&lt;br /&gt;
... and many more &lt;br /&gt;
&lt;br /&gt;
https://www.youtube.com/@Tran-Chien&lt;br /&gt;
&lt;br /&gt;
==== Freifunk OpenMPPT Solar Controller &amp;amp; ISEMS Independent Solar Energy Mesh System ====&lt;br /&gt;
&lt;br /&gt;
The Freifunk OpenMPPT is a programmable open-source and open-hardware solar charge controller with so-called maximum power point tracking.&lt;br /&gt;
&lt;br /&gt;
https://www.isems.de/en/hardware/#2-the-freifunk-openmppt&lt;br /&gt;
&lt;br /&gt;
The Independent Solar Energy Mesh System is a open source software solution to monitor and maintain energy autonomous solar routers. The background of this project is the expansion of wireless community mesh networks into remote places or for disaster recovery.&lt;br /&gt;
&lt;br /&gt;
https://www.isems.de/en/&lt;br /&gt;
&lt;br /&gt;
==== Libre Solar Project ====&lt;br /&gt;
&lt;br /&gt;
Flexible MPPT/PWM solar charge controllers and battery management systems (BMS) for Li-ion batteries, together with an Open Educational Resource (OER) explaining how to develop, produce and use components in DC energy systems.&lt;br /&gt;
&lt;br /&gt;
https://libre.solar/&lt;/div&gt;</summary>
		<author><name>Vortex</name></author>
	</entry>
	<entry>
		<id>https://wiki.collapsible.systems/w/index.php?title=Linkdump&amp;diff=243</id>
		<title>Linkdump</title>
		<link rel="alternate" type="text/html" href="https://wiki.collapsible.systems/w/index.php?title=Linkdump&amp;diff=243"/>
		<updated>2023-09-02T23:07:39Z</updated>

		<summary type="html">&lt;p&gt;Vortex: adds Freifunk OpenMPPT &amp;amp; Independent Solar Energy Mesh System&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A place to drop your super useful links when you are in a rush or can&#039;t find a suitable page/place them. Give them a brief description and title. Later, we&#039;ll find a home for them.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==== Simple Critical Infrastructure Maps ====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Simple Critical Infrastructure Maps is a Creative Commons licenced mapping and analysis tool for evaluating personal and social resilience. It is intended to be used for planning, and is simple enough to learn during a crisis to facilitate cooperation and effective response.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
http://resiliencemaps.org/files/Dealing_in_Security.July2010.en.pdf&lt;br /&gt;
&lt;br /&gt;
==== Messing Around with Packet Radio ====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Simple wiring of soundcard to Baofang radios. Direwolf. Minimodem.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
https://archive.org/details/oreally-packet-radio&lt;br /&gt;
&lt;br /&gt;
==== Flock Radio Messaging System ====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Flock and Peep protocols for Arduino-style MCUs.&lt;br /&gt;
&lt;br /&gt;
Flock is a non-hierarchical, self-negotiating radio messaging protocol. Flock (and Peep) protocols are entirely timer-based. It is designed to carry message payloads, which consist of keyword::number pairs, with a heavy emphasis event signaling.&lt;br /&gt;
&lt;br /&gt;
The code is contained in a single (library) object that contains the Flock/Peep protocol logic, which in turn loads the NRF24L01+ driver module. This code requires an event-loop style coding scheme. All of the code is non-blocking. It&#039;s fairly lightweight, and runs fine on an Uno (Atmega328).&amp;quot;&lt;br /&gt;
&lt;br /&gt;
https://www.sensitiveresearch.com/Code/Flock/index.html&lt;br /&gt;
&lt;br /&gt;
==== Mini Hydroelectric Power Construction Videos ====&lt;br /&gt;
&lt;br /&gt;
Build mini hydroelectricity on small stream https://youtu.be/wjslF9OlzHU?si=Lr7eGOBQrnFaEniU&lt;br /&gt;
... and many more &lt;br /&gt;
&lt;br /&gt;
https://www.youtube.com/@Tran-Chien&lt;br /&gt;
&lt;br /&gt;
==== Freifunk OpenMPPT Solar Controller &amp;amp; ISEMS Independent Solar Energy Mesh System ====&lt;br /&gt;
&lt;br /&gt;
The Freifunk OpenMPPT is a programmable open-source and open-hardware solar charge controller with so-called maximum power point tracking.&lt;br /&gt;
&lt;br /&gt;
https://www.isems.de/en/hardware/#2-the-freifunk-openmppt&lt;br /&gt;
&lt;br /&gt;
The Independent Solar Energy Mesh System is a open source software solution to monitor and maintain energy autonomous solar routers. The background of this project is the expansion of wireless community mesh networks into remote places or for disaster recovery.&lt;br /&gt;
&lt;br /&gt;
https://www.isems.de/en/&lt;/div&gt;</summary>
		<author><name>Vortex</name></author>
	</entry>
	<entry>
		<id>https://wiki.collapsible.systems/w/index.php?title=Linkdump&amp;diff=242</id>
		<title>Linkdump</title>
		<link rel="alternate" type="text/html" href="https://wiki.collapsible.systems/w/index.php?title=Linkdump&amp;diff=242"/>
		<updated>2023-09-02T17:58:06Z</updated>

		<summary type="html">&lt;p&gt;Vortex: adds Tran Chien&amp;#039;s amazing Hydro construction resource&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A place to drop your super useful links when you are in a rush or can&#039;t find a suitable page/place them. Give them a brief description and title. Later, we&#039;ll find a home for them.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==== Simple Critical Infrastructure Maps ====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Simple Critical Infrastructure Maps is a Creative Commons licenced mapping and analysis tool for evaluating personal and social resilience. It is intended to be used for planning, and is simple enough to learn during a crisis to facilitate cooperation and effective response.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
http://resiliencemaps.org/files/Dealing_in_Security.July2010.en.pdf&lt;br /&gt;
&lt;br /&gt;
==== Messing Around with Packet Radio ====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Simple wiring of soundcard to Baofang radios. Direwolf. Minimodem.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
https://archive.org/details/oreally-packet-radio&lt;br /&gt;
&lt;br /&gt;
==== Flock Radio Messaging System ====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Flock and Peep protocols for Arduino-style MCUs.&lt;br /&gt;
&lt;br /&gt;
Flock is a non-hierarchical, self-negotiating radio messaging protocol. Flock (and Peep) protocols are entirely timer-based. It is designed to carry message payloads, which consist of keyword::number pairs, with a heavy emphasis event signaling.&lt;br /&gt;
&lt;br /&gt;
The code is contained in a single (library) object that contains the Flock/Peep protocol logic, which in turn loads the NRF24L01+ driver module. This code requires an event-loop style coding scheme. All of the code is non-blocking. It&#039;s fairly lightweight, and runs fine on an Uno (Atmega328).&amp;quot;&lt;br /&gt;
&lt;br /&gt;
https://www.sensitiveresearch.com/Code/Flock/index.html&lt;br /&gt;
&lt;br /&gt;
==== Mini Hydroelectric Power Construction Videos ====&lt;br /&gt;
&lt;br /&gt;
Build mini hydroelectricity on small stream https://youtu.be/wjslF9OlzHU?si=Lr7eGOBQrnFaEniU&lt;br /&gt;
... and many more &lt;br /&gt;
&lt;br /&gt;
https://www.youtube.com/@Tran-Chien&lt;/div&gt;</summary>
		<author><name>Vortex</name></author>
	</entry>
	<entry>
		<id>https://wiki.collapsible.systems/w/index.php?title=Linkdump&amp;diff=241</id>
		<title>Linkdump</title>
		<link rel="alternate" type="text/html" href="https://wiki.collapsible.systems/w/index.php?title=Linkdump&amp;diff=241"/>
		<updated>2023-09-02T10:50:05Z</updated>

		<summary type="html">&lt;p&gt;Vortex: adds Tom Jenning&amp;#039;s Flock&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A place to drop your super useful links when you are in a rush or can&#039;t find a suitable page/place them. Give them a brief description and title. Later, we&#039;ll find a home for them.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==== Simple Critical Infrastructure Maps ====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Simple Critical Infrastructure Maps is a Creative Commons licenced mapping and analysis tool for evaluating personal and social resilience. It is intended to be used for planning, and is simple enough to learn during a crisis to facilitate cooperation and effective response.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
http://resiliencemaps.org/files/Dealing_in_Security.July2010.en.pdf&lt;br /&gt;
&lt;br /&gt;
==== Messing Around with Packet Radio ====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Simple wiring of soundcard to Baofang radios. Direwolf. Minimodem.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
https://archive.org/details/oreally-packet-radio&lt;br /&gt;
&lt;br /&gt;
==== Flock Radio Messaging System ====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Flock and Peep protocols for Arduino-style MCUs.&lt;br /&gt;
&lt;br /&gt;
Flock is a non-hierarchical, self-negotiating radio messaging protocol. Flock (and Peep) protocols are entirely timer-based. It is designed to carry message payloads, which consist of keyword::number pairs, with a heavy emphasis event signaling.&lt;br /&gt;
&lt;br /&gt;
The code is contained in a single (library) object that contains the Flock/Peep protocol logic, which in turn loads the NRF24L01+ driver module. This code requires an event-loop style coding scheme. All of the code is non-blocking. It&#039;s fairly lightweight, and runs fine on an Uno (Atmega328).&amp;quot;&lt;br /&gt;
&lt;br /&gt;
https://www.sensitiveresearch.com/Code/Flock/index.html&lt;/div&gt;</summary>
		<author><name>Vortex</name></author>
	</entry>
	<entry>
		<id>https://wiki.collapsible.systems/w/index.php?title=Linkdump&amp;diff=240</id>
		<title>Linkdump</title>
		<link rel="alternate" type="text/html" href="https://wiki.collapsible.systems/w/index.php?title=Linkdump&amp;diff=240"/>
		<updated>2023-09-02T09:51:05Z</updated>

		<summary type="html">&lt;p&gt;Vortex: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A place to drop your super useful links when you are in a rush or can&#039;t find a suitable page/place them. Give them a brief description and title. Later, we&#039;ll find a home for them.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==== Simple Critical Infrastructure Maps ====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Simple Critical Infrastructure Maps is a Creative Commons licenced mapping and analysis tool for evaluating personal and social resilience. It is intended to be used for planning, and is simple enough to learn during a crisis to facilitate cooperation and effective response.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
http://resiliencemaps.org/files/Dealing_in_Security.July2010.en.pdf&lt;br /&gt;
&lt;br /&gt;
==== Messing Around with Packet Radio ====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Simple wiring of soundcard to Baofang radios. Direwolf. Minimodem.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
https://archive.org/details/oreally-packet-radio&lt;/div&gt;</summary>
		<author><name>Vortex</name></author>
	</entry>
</feed>