GithubHelp home page GithubHelp logo

rpi3-hotspot's Introduction

rpi3-hotspot

Turns a Raspberry Pi 3 into a configurable access point with network bridge to UMTS Stick at eth1.

How this works

An access point is created if /boot/hotspot.txt file is present. If there is no such file, no access point will be set up and the /etc/wpa_supplicant/wpa_supplicant.conf will be used.

Defaults are ssid=Rpi Access Point (%hostname%) and passphrase=rpi_ap_pass but can be changed by tweaking the /boot/hotspot.txt file. One or both parameters can be modified.
See boot/hotspot.txt.example for a documented example.

The Raspberry Pi IP address will be 10.99.99.1.

# /boot/hotspot.txt
ssid=Rodrigo The Robot
passphrase=your_secret_passphrase

Installation

  1. Clone this repo or download the archive.
  2. cd into the directory
  3. Uninstall previously installed version
  4. sudo ./install.sh
  5. Profit.

Uninstalling previous version

sudo systemctl stop rpi-access-point
sudo systemctl disable rpi-access-point
sudo rm /etc/systemd/system/rpi-access-point.service /usr/bin/rpi-access-point
sudo systemctl daemon-reload

rpi3-hotspot's People

Contributors

dashdashzako avatar n-dim avatar show0k avatar supermock 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.