-
Reticulum
The cryptography-based networking stack for building unstoppable networks with LoRa, Packet Radio, WiFi and everything in between.
So in 2014 I set out to do build that system. Well, it's been a while, and while it is by no means perfect, the Reticulum Network Stack now exists, and it does exactly that. It allows you to build networks over LoRa or Packet Radio, WiFi or fiber optics (or anything actually), and to connect those networks together.
-
Scout Monitoring
Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
-
cryptography
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
Ah, and sorry, I forgot, I don't use any third party libs for the networking. It's all from scratch to be as efficient as possible, and usable over low-bandwidth links. I used a library for fetching network card details when using physical ethernet devices as interfaces, and I used the very well-regarde cryptography.io library for the cryptographic primitives that I use in the implementation.
-
wikipedia-mirror
🌐 Guide and tools to run a full offline mirror of Wikipedia.org with three different approaches: Nginx caching proxy, Kiwix + ZIM dump, and MediaWiki/XOWA + XML dump
Haha well good news is that if you have a Wikipedia Mirror (they have instructions here -> https://github.com/pirate/wikipedia-mirror) it’s continually syncing with Wikipedia as a whole so if/when SHTF your copy of Wikipedia will be up to date as of the moment there’s power loss 👌, from there using u/UnsignedMark ’s concept network you / others could keep Wikipedia going pending only electricity. On that note SCADA + Solar Panels go brrr hahahaha
-
A prepper posted about WROLPi a few weeks back. It's not exactly the same but has some interesting features.
Related posts
-
Caddy branch · piku/piku · Discussion #382
-
RustPython: A Python Interpreter Written in Rust
-
Google DeepMind's Aloha Unleashed is pushing the boundaries of robot dexterity
-
BeagleY-AI: 4 TOPS-capable $70 board from Beagleboard
-
Show HN: Hancho – A simple and pleasant build system in ~500 lines of Python