Giter VIP home page Giter VIP logo

apwimgr's Introduction

AP Network Manager

Manage your wireless network from an access point. It's the 21st century.

Dependencies

  • NetworkManager
  • dnsmasq
  • hostapd

Installation

After you have installed the dependencies, run ./install.sh.

Setup

hostapd.conf

Change your /etc/hostapd/hostapd.conf file to something like:

interface=<INTERFACE-NAME>
driver=nl80211
hw_mode=g
ssid=<MY-SSID/NETWORK-NAME>
channel=1
wpa=2
wpa_key_mgmt=WPA-PSK
wpa_pairwise=CCMP
wpa_passphrase=<MY-PASSWWORD>
  • Replace <INTERFACE-NAME> with your interface name. You can use netutils.get_interface() to get your interface name. It is usually something like wlan0.
  • Replace <MY-SSID/NETWORK-NAME> with the desired name for your wireless network.
  • Replace <MY-PASSWORD> with the desired password for your wireless network.

dnsmasq.conf

Change your /etc/dnsmasq.conf file to something like:

no-resolv
interface=<INTERFACE-NAME>
dhcp-range=10.0.0.3,10.0.0.10,12h
server=8.8.8.8
server=8.8.4.4

License

AP Network Manger is free--as in BSD. Hack your heart out, hackers.

apwimgr's People

Contributors

cuzzo avatar

Stargazers

 avatar  avatar

Watchers

James Cloos 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.