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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdbfce5ad64c63dbf2b82a39f4fb1f1a830d083e115a47d60de25caf76113134 |
|
MD5 | 863aad513eadd6806d792c498136d073 |
|
BLAKE2b-256 | e43dc60e7380558f093e8d6340549bf4a7a10beced13c708ae5e05be58a8c086 |