Giter Site home page Giter Site logo

kaptank / raspberry_pi_wifi_ap Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jchan172/raspberry_pi_wifi_ap

0.0 1.0 0.0 816 KB

Script for creating a wifi access point on a Raspberry Pi using a wifi dongle with RTL8188CUS chipset

Shell 100.00%

raspberry_pi_wifi_ap's Introduction

README

This repo contains the script install-rt8188cus.sh that installs and configures all the necessary tools for making a Raspberry Pi using a dongle that has a Realtek RTL8188CUS chipset into a wifi access point. I've used this along with PiUi SD card image (tutorial here). This is taken from this blog and modified to address some small gotchas (mentioned in the Notes section). Once the Raspberry Pi is set up, pull this repo down, and run

sudo chown root:root install-rtl8188cus.sh
sudo chmod 755 install-rtl8188cus.sh
sudo ./install-rtl8188cus.sh

You will the be prompted for some information in order to set up the Raspberry Pi as an access point.

Note that the script will perform a fetch in order to get a compatible hostapd binary that is compatible with the rtl driver. If that address (http://dl.dropbox.com/u/1663660/hostapd/hostapd) ever becomes broken, the hostapd in this repo can be used. It was downloaded from that address.

Notes

Make sure you use the correct wireless interface (e.g. wlan0, wlan1).

The hostapd binary will be in /usr/sbin/ after running the script. Place it into the correct directory (use which hostapd to find out the correct directory)

Reference

RTL8188 Access Point installation script - source of script

How to setup RTL8188CUS on RPi as an Access Point. - gives some detail of what happens inside script

PiUi Tutorial - How to set up a mobile phone UI accessible from a Raspberry Pi

raspberry_pi_wifi_ap's People

Contributors

jchan172 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.