Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
jonyrh committed Jan 20, 2023
1 parent 4fd09c8 commit 3ff7218
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# Archer C7 V2 AutoReboot for FW 3.15.3 Build 180308 Rel.37724n
TP-Link Archer C7 V2 AutoReboot - utility for Linux Cron or Windows Scheduler. If remote IP not respond then utility restart router (Win64/Linux64) for FW 3.15.3 Build 180308 Rel.37724n (RU, EN, and other localizations)

Archer C7 V2 AutoReboot for FW 3.15.3 Build 180308 Rel.37724n (Win64)
(c) Jony Rh, 2023
http://www.jonyrh.ru

```shell
--w, --watch Remote IP address for ping, default "8.8.8.8"
--r, --router Router local IP address, default "192.168.0.1"
--u, --user Router Username, default "admin"
--p, --pass Router Password, default "admin"
--c, --cmd Router reboot command (Depends on localization), default "Перезагрузить"

Examples:
ArcherC7V2AutoReboot.exe --watch=8.8.8.8 --router=192.168.0.1 --user=admin --pass=admin --cmd=Перезагрузить
ArcherC7V2AutoReboot.exe --watch=8.8.8.8 --router=192.168.0.1 --user=admin --pass=admin --cmd=reboot
ArcherC7V2AutoReboot.exe --w=8.8.8.8 --r=192.168.0.1 --u=admin --p=admin --c=1
ArcherC7V2AutoReboot.exe --u=admin --p=admin
ArcherC7V2AutoReboot --watch=8.8.8.8 --router=192.168.0.1 --user=admin --pass=admin --cmd=Перезагрузить
ArcherC7V2AutoReboot --watch=8.8.8.8 --router=192.168.0.1 --user=admin --pass=admin --cmd=reboot
ArcherC7V2AutoReboot --w=8.8.8.8 --r=192.168.0.1 --u=admin --p=admin --c=1
ArcherC7V2AutoReboot --u=admin --p=admin
```

(c) Jony Rh, 2023

http://www.jonyrh.ru

0 comments on commit 3ff7218

Please sign in to comment.