-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Neighborhood server, solar-powered #3
Comments
Maybe consider alternatives to RocketChat. It is what was used in the original, but I don’t know if we need it? |
Setup steps so far -- I hope to turn this into a script edit: Setup moved to doc in #4. |
Travel router: GL.iNet GL-AR300M16-Ext travel router
In the end, I couldn't get the OpenWRT instructions to work (it flashed the uboot firmware, but it didn't ever install vanilla OpenWRT) so I am continuing with the GLinet-branded version of OpenWRT, which has been upgraded to the newest version. It should be fine and still provide us the options we need to configure later. |
Progress on this: I’ve acquired a Raspberry Pi Zero 2W in the hopes that it will use less power. The only downside is its lack of Ethernet port — it’ll either have to connect to the router via wifi or need a USB ethernet dongle. I printed a little case out of PLA to make it easier to mount to the inside of the enclosure. I will begin work on figuring out the steps / script to configure the Pi again this week. I’m hoping fall doesn’t mean I soon run out of sunlight to power this with, as I’m quite far north. |
Documenting this project has moved to #4 for now, and will be in the |
Server should include a copy of its own source code and setup guide that it serves, in line with the way RNode works:
|
Most of this can be done by using rpi-imager now |
Brief intro:
Rather than use corporate social networks to communicate with your neighbors, each neighborhood should have its own network and communications tool. Such a network could be completely off-grid, and use the kind of captive-portal DNS tricks that commercial wifi portals use. This is a combination of hardware to enable a solar-powered Pi-based server to broadcast its own wifi network, and software to provide the central point for a local community to talk and coordinate. (In essence, a wiki.)
The off-grid features are not the main point, but having a solar-powered server that does not rely on an Internet connection means that we can plan to use the server to coordinate if the internet or electricity is out in the area. Further, local-only usage means that we can shield the network from the open web. We can try and ensure privacy to our users and not require creating accounts. Users should not need to be technical to use the wiki -- the software should all be basic, usable web technology.
Tasks / Sub-Issues
Running on my solar-powered webserver project.
Would include:
RocketChat assimple real time chatAll of this needs a setup script like Ansible or something like https://github.com/calliecameron/pi-server so it can be repeatable and reliably be set up.
Prior art:
The text was updated successfully, but these errors were encountered: