Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sudomesh/openwrt-to-sudowrt
openwrt to sudowrt converter [deprecated]
https://github.com/sudomesh/openwrt-to-sudowrt
Last synced: about 1 month ago
JSON representation
openwrt to sudowrt converter [deprecated]
- Host: GitHub
- URL: https://github.com/sudomesh/openwrt-to-sudowrt
- Owner: sudomesh
- Created: 2013-10-04T09:36:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-14T00:56:30.000Z (about 11 years ago)
- Last Synced: 2024-04-13T08:12:54.206Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 145 KB
- Stars: 2
- Watchers: 15
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
sudowrt is a set of scripts and files that we were using to flash sudomesh settings onto APs. It is mostly deprecated, although it might help some other folks to quickly get a set of config files and packages onto a node without having to build a custom firmware. For the current sudomesh firmware image generator see sudomesh/openwrt-firmware.
This repository contains all of the files that differ from default OpenWRT.
It also includes two scripts:
flash_router.sh: Flashes your router with OpenWRT
remote_install.sh: Turns your OpenWRT router into a sudowrt router.This is not the recommended way of installing onto routers for deployment. Rather, it is a way for developers to get started quickly.
The scripts make the following assumptions:
That the computer running the scripts have wget and tftp installed.
That you are installing OpenWRT Attitude Adjustment 12.09
That your router is a Ubiquiti Picostation 2.(Yes. We agree that this last one sucks.
Please feel free to improve these scripts.)How do use the scripts:
1. Run the flash_router script as root:
sudo ./flash_router.sh
5. Run the remote_install script:
./remote_install.sh
The scripts will guide you through the entire process.
After you've done the remote install, you'll want to set up the networking rules:
/etc/init.d/meshrouting
/etc/init.d/tunneldiggerHappy Hacking!