forked from ronnyvdbr/ronnyvdbr.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparams.json
1 lines (1 loc) · 3.9 KB
/
params.json
1
{"name":"Raspberry Pi - Wifi Router Project","tagline":"The Raspbian Hard-Float Wireless Router","body":"# Raspberry-Wifi-Router:\r\n\r\n###Welcome to the Raspberry-Wifi-Router project.\r\n\r\nThis project aims to build a descent Wifi Router out of a Raspberry Pi which is easily configurable via\r\na dynamic web interface designed in HTML/PHP.\r\nThis project came to life out of personal interest in hardware embedded design and software design in linux with PHP.\r\nI'm putting my desing onto Github to share my work with the open source community, hoping to get some people interested in this project to contribute, the ultimate goal is to create a fantastic web gui for a cheap Raspberry Pi used as Wifi Router.\r\n\r\nFor the people that are only interested in trying the router, you can download the latest version of the ssd card image below:\r\n* [Raspberry Pi Wifi Router v1.0](http://ronnyvdb.synology.me:8080/RaspberryWAPv1.0.zip)\r\nVersion 1.1 of the image now available which includes a captive portal, for all the changes, check the CHANGELOG on github.\r\n* [Raspberry Pi Wifi Router v1.1](http://ronnyvdb.synology.me:8080/RaspberryWAPv1.1.zip)\r\nThe default configuration is set to obtain an IP address via DHCP from the wired ethernet connection.\r\nOnce booted up, you can log in with 'pi' as username, and 'raspberry' as password, use sudo for root access.\r\n\r\nFor the ones amongst us that are not scared of entering the matrix, here's how you assemble the ssd yourself:\r\n\r\n##### Getting started:\r\nBefore getting started, make sure you have the right equipment at hand:\r\n* Raspberry Pi - Model B - other models might work but are untested.\r\n* SD card from minimal 2 Gb.\r\n* A wifi adapter which has a compatible cfg80211 driver.\r\nGo to https://wireless.wiki.kernel.org/en/users/drivers\r\nSearch for a usb wifi driver which is cfg80211 compatible, and is capable of doing AP and PHY mode B/G/N.\r\nBased on that driver, look for a physical device which will work with that driver.\r\nThis project was developed and tested with an Alfa Awus036NEH Usb Wireless Adapter: http://www.alfa.com.tw/products_show.php?pc=34&ps=22\r\n\r\n##### Preparing your Raspberry Pi:\r\n* For this project I chose to start off with a minimal installation of Raspbian, the Wireless Router should be able to fit on a small sd card.\r\n* I didn't care to build a minimal Raspbian install myself, since there is already a very nice project for this on the net called miniban.\r\n* You can grab an image of their minimal Raspbian OS image from their website https://minibianpi.wordpress.com/ and write that to SD card with win32diskimager to get started.\r\n\r\nAfter booting, we need to resize the partition to 2 Gb to fit the Wireless Router:\r\n* fdisk /dev/mmcblk0\r\n* Then delete partitions with d and create a new with n. You can view the existing table with p.\r\n* p to see the current start of the main partition\r\n* d, 2 to delete the main partition\r\n* n p 2 to create a new primary partition, next you need to enter the start of the old main partition (just press enter), and enter +2G to expand the partition to 2 Gb, Check the p output!\r\n* w write the new partition table\r\nNow you need to reboot:\r\n* shutdown -r now\r\nAfter the reboot you need to resize the filesystem on the partition. The resize2fs command will resize your filesystem to the new size from the changed partition table.\r\n* resize2fs /dev/mmcblk0p2\r\n\r\n##### After bootup with your miniban image, login to your Raspberry Pi using root and raspberry as password, then continue the rest of the prep:\r\n* apt-get update\r\n* apt-get -y install git-core\r\n* git clone https://github.com/ronnyvdbr/Raspberry-Wifi-Router.git /home/pi/Raspberry-Wifi-Router\r\n* sh /home/pi/Raspberry-Wifi-Router/installer.sh\r\n* sh /home/pi/Raspberry-Wifi-Router/chillispot.sh\r\n\r\n\r\n\r\n","google":"UA-18361926-2","note":"Don't delete this file! It's used internally to help with page regeneration."}