Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sudomesh/sudowrt-flash
Script to flash routers for the people's open network https://peoplesopen.net/ using sudowrt https://github.com/sudomesh/sudowrt. Learn more at:
https://github.com/sudomesh/sudowrt-flash
Last synced: 26 days ago
JSON representation
Script to flash routers for the people's open network https://peoplesopen.net/ using sudowrt https://github.com/sudomesh/sudowrt. Learn more at:
- Host: GitHub
- URL: https://github.com/sudomesh/sudowrt-flash
- Owner: sudomesh
- Created: 2014-05-14T06:08:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-14T09:46:01.000Z (over 10 years ago)
- Last Synced: 2024-04-13T08:12:56.484Z (9 months ago)
- Language: Shell
- Homepage: http://sudomesh.org/
- Size: 152 KB
- Stars: 1
- Watchers: 19
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sudowrt-flash
This repository contains a script for flashing routers with the [sudowrt](https://github.com/sudomesh/sudowrt-firmware) firmware:
* flash_router.sh: Flashes your router with sudoWRT, based on OpenWRT
We plan to run this script on our build server in order to flash routers efficiently. I is also an expedient way for developers to get started quickly, over the manual process [documented on our wiki](https://sudoroom.org/wiki/Mesh/Firmware/Flash)
## Assumptions
The script makes the following assumptions:
* That the computer running the scripts have wget and tftp installed.
* That your router is a Ubiquiti Picostation 2.
* (Yes. We agree that this last one sucks. Please feel free to improve thise script.)## Usage
1. Run the flash_router script as root:
`sudo ./flash_router.sh`The script will guide you through the entire process.
Happy Hacking!