diff --git a/MtWifiUserConfig/README.md b/MtWifiUserConfig/README.md new file mode 100644 index 0000000..9908af2 --- /dev/null +++ b/MtWifiUserConfig/README.md @@ -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 diff --git a/MtWifiUserConfig/snapshots/0.2.0/ChangeLog b/MtWifiUserConfig/snapshots/0.2.0/ChangeLog new file mode 100644 index 0000000..4ca44d4 --- /dev/null +++ b/MtWifiUserConfig/snapshots/0.2.0/ChangeLog @@ -0,0 +1,4 @@ +0.2.0 +===== +- First version + diff --git a/MtWifiUserConfig/snapshots/0.2.0/MtWifiUserConfig.jar b/MtWifiUserConfig/snapshots/0.2.0/MtWifiUserConfig.jar new file mode 100644 index 0000000..1bd8933 Binary files /dev/null and b/MtWifiUserConfig/snapshots/0.2.0/MtWifiUserConfig.jar differ diff --git a/MtWifiUserConfig/snapshots/0.2.0/config.properties b/MtWifiUserConfig/snapshots/0.2.0/config.properties new file mode 100644 index 0000000..c074998 --- /dev/null +++ b/MtWifiUserConfig/snapshots/0.2.0/config.properties @@ -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 + diff --git a/README.md b/README.md new file mode 100644 index 0000000..3d08b6b --- /dev/null +++ b/README.md @@ -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. +