Final features for first release
This commit is contained in:
parent
587f031bf8
commit
6894378e4b
|
|
@ -0,0 +1,14 @@
|
|||
MtWifiUserConfig 0.2.0
|
||||
======================
|
||||
|
||||
- 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 asked to be entered when running the program
|
||||
|
||||
- Binary snapshots can be found in snapshots
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
0.2.0
|
||||
=====
|
||||
- First version
|
||||
|
||||
Binary file not shown.
|
|
@ -0,0 +1,29 @@
|
|||
AP_1=192.168.61.220
|
||||
AP_1_PORT=8729
|
||||
AP_1_USER=rcfg
|
||||
AP_1_PWPREF=0a
|
||||
|
||||
#AP_2=192.168.61.220
|
||||
#AP_2_PORT=8729
|
||||
#AP_2_USER=rcfg
|
||||
#AP_2_PWPREF=0a
|
||||
|
||||
DEV_1=MK Iphone 7
|
||||
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
|
||||
|
||||
DEV_3=MH Notebook
|
||||
DEV_3_MAC=03:01:01:01:01:08
|
||||
DEV_3_KEY=lalalala
|
||||
DEV_3_IFACE=wlan2
|
||||
DEV_3_MINDB=-75
|
||||
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
MtUtils
|
||||
=======
|
||||
|
||||
- Utils in Java for helping to manage Mikrotik-Routers
|
||||
|
||||
These projects:
|
||||
|
||||
|
||||
MikroTikAPI:
|
||||
------------
|
||||
Based on community sources this is an enhanced version
|
||||
to access Mikrotik devices. There is a test project.
|
||||
|
||||
MtWifiUserConfig:
|
||||
-----------------
|
||||
Tool to upload Wifi-Accesslist to multiple APs to have per
|
||||
device(MAC)-WPA2-Preshared keys.
|
||||
|
||||
Loading…
Reference in New Issue