Luci-app-lite-watchdog is connection tester based on the method of testing pings to a given address.
The connection monitor is a conversion of the monitor known from the easyconfig package.
My package will not work if you are using ModemManager.
Preferred version OpenWrt >= 21.02.
Mój pakiet nie będzie działać jeżeli uzywasz ModemManager-a.
Preferowana wersja OpenWrt >= 21.02.
Pokaż | Show me
Modem drivers are required for proper operation.
opkg install kmod-usb-serial kmod-usb-serial-option sms-tool
The sms-tool package is available in the OpenWrt Master repository.
opkg update
opkg install sms-tool
Pokaż jak znaleźć architekturę routera | Show how to find a router architecture.
For example, we are looking for sms-tool for Zbtlink router ZBT-WE3526.
We go to the page and enter the name of our router.
https://firmware-selector.openwrt.org/
Click on the folder icon and go to the image download page.
It should take us to a page
https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/
Then go into the "packages" folder at the bottom of the page.
https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/
We check what the architecture name is for our router. All packets have names ending in mipsel_24kc.ipk, so the architecture we are looking for is mipsel_24kc.
In the link below, replace
*architecture*
with the architecture of your router, e.g. arm_cortex-a7_neon-vfpv4, mipsel_24kc.
wget https://downloads.openwrt.org/snapshots/packages/*architecture*/packages/sms-tool_2022-03-21-f07699ab-1_*architecture*.ipk -O /tmp/sms-tool_2022-03-21.ipk
opkg install /tmp/sms-tool_2022-03-21.ipk
To do this, we go to the page.
https://downloads.openwrt.org/snapshots/packages/
We choose our architecture, e.g. arm_cortex-a7_neon-vfpv4, mipsel_24kc.
https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/
Go to the "packages" folder.
https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/packages/
Looking for "sms-tool_2022-03-21". We can use search by using Ctr + F and typing "sms-tool". Save the package to your computer for further installation on the router.
Step 2. Add my repository (https://github.com/4IceG/Modem-extras) to the image and follow the commands.
opkg update
opkg install luci-app-lite-watchdog
For images downloaded from eko.one.pl. Installation procedure is similar, only there is no need to manually download the sms-tool package.
Pokaż | Show me
#The package can be added to Openwrt sources in two ways:
cd feeds/luci/applications/
git clone https://github.com/4IceG/luci-app-lite-watchdog.git
cd ../../..
./scripts feeds update -a; ./scripts/feeds install -a
make menuconfig
or e.g.
cd packages/
git clone https://github.com/4IceG/luci-app-lite-watchdog.git
git pull
make package/symlinks
make menuconfig
You may need to correct the file paths and the number of folders to look like this:
feeds/luci/applications/luci-app-lite-watchdog/Makefile
or
packages/luci-app-lite-watchdog/Makefile
Then you can compile the packages one by one, an example command:
make V=s -j1 feeds/luci/applications/luci-app-lite-watchdog/compile
"Monitor" window / Okno "Monitora połączenia":
"Activity log" window / Okno "Dziennika aktywności":
"Configuration" window / Okno "Konfiguracji":