Skip to content

Instantly share code, notes, and snippets.

@EbenezerGH
Last active August 29, 2015 14:09
Show Gist options
  • Save EbenezerGH/5c3470a7b4bd7fcdaa6d to your computer and use it in GitHub Desktop.
Save EbenezerGH/5c3470a7b4bd7fcdaa6d to your computer and use it in GitHub Desktop.
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
@EbenezerGH
Copy link
Author

http://config homepage of webserver

@EbenezerGH
Copy link
Author

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