Git Product home page Git Product logo

wifiportal21's Introduction

This is an experimental Wifi captive portal that accepts bitcoin payments for Wifi minutes.

It uses the 21 Bitcoin Computer (http://21.co/) as the authentication server for any OpenWRT router running the Wifidog captive portal daemon.

INSTALL
=======


Install the wifiportal21 authentication server
----------------------------------------------

- Download the wifiportal21 zip or tar.gz and open it in a directory on your 21 computer.
- Change directory into the wifiportal21 directory
- Edit the config.py file and replace with your xpub and billing rate
- Install wifiportal21 package:

$ sudo python3 setup.py install

- Run the authentication server:

$ wifiportal21


Install OpenWRT and Wifidog on a wireless router
------------------------------------------------

- Install OpenWRT (http://wiki.openwrt.org/doc/howto/generic.flashing)
- Configure your wireless router and make sure it works properly. The WAN interface should be able to access the 21 computer IP address
- Install Wifidog captive portal gateway (http://wiki.openwrt.org/doc/howto/wireless.hotspot.wifidog)
- Configure Wifidog. A sample configuration is in wifidog.conf in the wifiportal21 package root directory. Most settings remain at defaults, except:
  - Set Authserver to point to your 21 computer:

      AuthServer {
            Hostname 192.168.1.21
            HTTPPort 21142
      }

  - Set CheckInterval to 60 seconds (so that elapsed minutes are counted correctly)
- Run:

# wifidog -f -d 6

wifiportal21's People

Contributors

aantonop avatar blinkystitt avatar

Watchers

James Cloos avatar ELI JOSEPH BRADLEY avatar  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.