DE:
Ein einfaches Reconnect-Tool mit Gui, um Missverständnissen und Fehlfunktionen zu beseitigen.
Führe die Jar aus und es öffnet sich ein Gui mit einem Proccess Button. Nachdem du ihn geklickt hast, schließt sich das Programm und deine IP-Adresse wurde erfolgreich geändert.
EN:
A simple reconnect tool with Gui to eliminate misunderstandings and malfunctions.
Execute the jar and a gui with a access button opens. After you have clicked it, the programme closes and your IP address has been successfully changed.
EN:
DE:
-
Nutzer
- Rufe Releases auf und lade dir die neueste Version herunter oder öffne das Terminal in einem Ordner deiner Wahl und schreibe:
git clone https://github.com/mcshept/FritzBoxReconnect.git
Drücke daraufhin
Enter
- Entwickler
- Terminal
- Öffne das Terminal und schreibe:
Drücke nun
git clone https://github.com/mcshept/FritzBoxReconnect.git
Enter
- Öffne danach eine Programmierumgebung deiner Wahl und öffne den Projektordner
- Öffne das Terminal und schreibe:
- IntelliJ IDEA
- Wächsele ins Hauptmenü und klicke auf GET FROM VCS
- Füge im folgenden Menü
https://github.com/mcshept/FritzBoxReconnect.git
ein
- Terminal
EN:
-
User
- Go to Releases and download the latest version or open the terminal in a folder of your choice and write:
git clone https://github.com/mcshept/FritzBoxReconnect.git
Then press
Enter
. -
Developer
- Terminal
- Open the Terminal and write
Now press
git clone https://github.com/mcshept/FritzBoxReconnect.git
Enter
- Then open a programming environment of your choice and open the project folder
- Open the Terminal and write
- IntelliJ IDEA
- Go to the main menu and click on GET FROM VCS.
- Add
https://github.com/mcshept/FritzBoxReconnect.git
in the following menu
- Terminal
DE:
Um das Tool in deinem Programm zu verwenden, füge es als Library hinzu.
Um die Reconnect-Funktion zu verwenden, schreibe ReconnectUtil.execute();
und surrounde es mit Try-Catch.
Falls du eine Ausgabe/Rückmeldung erhalten möchtest, füge ReconnectUtil.sendReconnect();
hinzu.
EN:
To use the tool in your programme, add it as a library.
To use the reconnect function, write ReconnectUtil.execute();
and surround it with try-catch.
If you want to get an output/feedback, add ReconnectUtil.sendReconnect();
.
Coming soon...