Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/berdav/openwrt_helper_scripts
Openwrt automation scripts I use in my home
https://github.com/berdav/openwrt_helper_scripts
dotfiles network openwrt personal
Last synced: 18 days ago
JSON representation
Openwrt automation scripts I use in my home
- Host: GitHub
- URL: https://github.com/berdav/openwrt_helper_scripts
- Owner: berdav
- License: gpl-3.0
- Created: 2020-07-17T10:38:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-13T17:43:30.000Z (almost 4 years ago)
- Last Synced: 2024-11-05T18:36:31.490Z (2 months ago)
- Topics: dotfiles, network, openwrt, personal
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Openwrt helper scripts
Openwrt automation scripts I use in my homeI use this scripts on an Archer c7 v2 OpenWRT router. They requires
tools present in the distribution by default and curl.You can install curl using opkg:
```bash
$ opkg update
$ opkg install curl
```This scripts in this repo are the following:
* `get_consumption_router.sh` Get data usage from an Huawei E3372
USB dongle.* `modem.sh` A script manage the power of the modem using cron the
crontab line I use is in a comment in the source.* `wifi.sh` Power on or off the wifi interface.
* `send-telegram-message.sh` Send a message via a telegram bot, first
parameter is the message, it needs `chat-id`, a file containing the
`chat-id` of the target and `token`, the token get from the botfather.* `backup.sh` A script to do network backups using ssh.