44 lines
1019 B
Markdown
44 lines
1019 B
Markdown
MtWifiUserConfig 0.2.0
|
|
======================
|
|
|
|
- Java/Netbeans project
|
|
|
|
- After building output can be found in the dists folder
|
|
|
|
- Start with java -jar
|
|
|
|
- Reads from config.properties, and send this to the Mikrotik-APs AccessList,
|
|
to allow per device-WPA2-Password. Ensure that on the wifi-interfaces there
|
|
is a default security profile with a super password selected. This will be
|
|
used if a connecting device is not found in the access list!
|
|
|
|
- The AP_PWPREF is the first part of the password for the user used to login
|
|
to the AP. The second part is currently asked to be entered when running the program.
|
|
|
|
|
|
Sample config.properties (also see repos):
|
|
|
|
```
|
|
AP_1=192.168.88.1
|
|
AP_1_PORT=8729
|
|
AP_1_USER=rcfg
|
|
AP_1_PWPREF=0a
|
|
|
|
#AP_2=192.168.88.2
|
|
#AP_2_PORT=8729
|
|
#AP_2_USER=rcfg
|
|
#AP_2_PWPREF=0b
|
|
|
|
DEV_1=Notebook Alt
|
|
DEV_1_MAC=01:01:01:01:01:03
|
|
DEV_1_KEY=saldk9012LLada
|
|
DEV_1_IFACE=wlan2|wlan1-gateway
|
|
DEV_1_MINDB=-70
|
|
|
|
DEV_2=MH IPAD
|
|
DEV_2_MAC=9C:04:EB:98:A5:67
|
|
DEV_2_KEY=lalalala
|
|
DEV_2_IFACE=wlan2
|
|
DEV_2_MINDB=-73
|
|
|
|
``` |