Last active
August 29, 2015 14:09
-
-
Save EbenezerGH/5c3470a7b4bd7fcdaa6d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Wifly assigns connected users an IP address that can be used for communications. | |
SOFT AP | |
--------- | |
set wlan join 7 //AP mode ON | |
set wlan channel 0 | |
set ip dhcp 4 //Wifly Assigns user IP | |
set ip address 1.2.3.4 | |
set ip net 255.255.255.0 | |
set ip gateway 1.2.3.4 | |
save | |
reboot | |
-------- | |
set wlan fmon <value> //when timer runs out, client deassociates | |
set dhcp lease <value> //sets number of seconds end user can stay connected | |
show lease //returns all active users | |
//Wifly can handle up to 7 users | |
show z //Display last device associated |
Possible assigned IP addresses range from 1.2.3.14 ->> 1.2.3.20
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://config homepage of webserver