Community discussions

MikroTik App
 
mali2003
newbie
Topic Author
Posts: 26
Joined: Sat Oct 21, 2017 1:15 am

Script to check wifi clients via capsman

Fri Nov 10, 2017 10:46 am

hi at all.

i would like to create a workaround for a "seamless roaming".

1 capsmann and 2 aps

is there a possibility via scripting to check (on envent or every 10 sec.)
if the singal strengh of the clients from connected ap is under 55 dbm and if so
is there an other ap with better signal, if so, then drop connection (that will force the client to reconnect to next ap).

thx
 
User avatar
cdiedrich
Forum Veteran
Forum Veteran
Posts: 997
Joined: Thu Feb 13, 2014 2:03 pm
Location: Basel, Switzerland // Bremen, Germany
Contact:

Re: Script to check wifi clients via capsman

Fri Nov 10, 2017 11:39 am

How would you find out if there was an AP with a better signal?
The rest can easily be done with access-list:
/caps-man access-list
add action=reject disabled=no interface=all signal-range=-120..-80 ssid-regexp=""
-Chris