Skip to main content

An access point-based wireless network manager.

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

apwimgr-0.0.1.tar.gz (2.4 kB view details)

Uploaded Source

File details

Details for the file apwimgr-0.0.1.tar.gz.

File metadata

  • Download URL: apwimgr-0.0.1.tar.gz
  • Upload date:
  • Size: 2.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for apwimgr-0.0.1.tar.gz
Algorithm Hash digest
SHA256 bdbfce5ad64c63dbf2b82a39f4fb1f1a830d083e115a47d60de25caf76113134
MD5 863aad513eadd6806d792c498136d073
BLAKE2b-256 e43dc60e7380558f093e8d6340549bf4a7a10beced13c708ae5e05be58a8c086

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page