{ "info": { "author": "Cuzzo Yahn", "author_email": "yahn007@outlook.com", "bugtrack_url": null, "classifiers": [], "description": "AP Network Manager\n------------------\n\nManage your wireless network from an access point. It's the 21st century.\n\nDependencies\n------------\n\nNetworkManager\ndnsmasq\nhostapd\n\nInstallation\n------------\n\nAfter you have installed the dependencies, run `./install.sh`.\n\nSetup\n-----\n\n### hostapd.conf\n\nChange your `/etc/hostapd/hostapd.conf` file to something like:\n\n```\ninterface=\ndriver=nl80211\nhw_mode=g\nssid=\nchannel=1\nwpa=2\nwpa_key_mgmt=WPA-PSK\nwpa_pairwise=CCMP\nwpa_passphrase=\n```\n\n* Replace `` with your interface name. You can use `netutils.get_interface()` to get your interface name. It is usually something like `wlan0`.\n* Replace `` with the desired name for your wireless network.\n* Replace `` with the desired password for your wireless network.\n\n### dnsmasq.conf\n\nChange your `/etc/dnsmasq.conf` file to something like:\n\n```\nno-resolv\ninterface=\ndhcp-range=10.0.0.3,10.0.0.10,12h\nserver=8.8.8.8\nserver=8.8.4.4\n```\n\nLicense\n-------\n\nAP Network Manger is free--as in BSD. Hack your heart out, hackers.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/cuzzo/apwimgr", "keywords": "wireless access point network manager", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "apwimgr", "package_url": "https://pypi.org/project/apwimgr/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/apwimgr/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/cuzzo/apwimgr" }, "release_url": "https://pypi.org/project/apwimgr/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "An access point-based wireless network manager.", "version": "0.0.1" }, "last_serial": 986878, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "863aad513eadd6806d792c498136d073", "sha256": "bdbfce5ad64c63dbf2b82a39f4fb1f1a830d083e115a47d60de25caf76113134" }, "downloads": -1, "filename": "apwimgr-0.0.1.tar.gz", "has_sig": false, "md5_digest": "863aad513eadd6806d792c498136d073", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2412, "upload_time": "2014-01-31T06:06:04", "url": "https://files.pythonhosted.org/packages/e4/3d/c60e7380558f093e8d6340549bf4a7a10beced13c708ae5e05be58a8c086/apwimgr-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "863aad513eadd6806d792c498136d073", "sha256": "bdbfce5ad64c63dbf2b82a39f4fb1f1a830d083e115a47d60de25caf76113134" }, "downloads": -1, "filename": "apwimgr-0.0.1.tar.gz", "has_sig": false, "md5_digest": "863aad513eadd6806d792c498136d073", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2412, "upload_time": "2014-01-31T06:06:04", "url": "https://files.pythonhosted.org/packages/e4/3d/c60e7380558f093e8d6340549bf4a7a10beced13c708ae5e05be58a8c086/apwimgr-0.0.1.tar.gz" } ] }