Last updated:
0 purchases
hotspotd 0.1.4
Introduction
Hotspotd is a daemon to create a wifi hotspot on linux. It uses the standard hostapd program for access-point provisioning and establishes a NAT (Network address translation) with the target device using iptables. Hotspotd uses dnsmasq to allocate ip-addresses in a pre-defined range to the target devices.
Installation
wget https://github.com/prahladyeri/hotspotd/raw/master/dist/hotspotd-0.1.4.tar.gz
tar xvf hotspotd-0.1.4.tar.gz
cd hotspotd-0.1.4/
sudo python setup.py install
Usage
sudo hotspotd start
sudo hotspotd stop
sudo hotspotd configure
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.