Rich Brown
7c566a78e7
Rename Why a Spare Router?.md to Why You Should Configure A Spare Router.md
...
... to remove the "?" from the filename, because that's an illegal character in Windows file names
2026-01-13 15:28:34 -05:00
Rich Brown
1aabdaa585
Add test for presence of netperf to betterspeedtest and netperfrunner;
...
Remove networkhammer.sh (no longer used)
2025-07-08 06:52:59 -04:00
Rich Brown
7eec6fb65f
Update label to use top-level DNS domain (from dhcp.dnsmasq.domain);
...
This is usually ".local", but might be ".lan"
Use same code in print-router-label.sh and config-spare-router.sh
2024-12-12 22:31:38 -05:00
Rich Brown
e34bd49a00
Add print-router-label.sh script;
...
Edits to make markdownlint happy
2024-11-29 08:31:00 -05:00
Rich Brown
ee3b007756
Add info for the Power Adapter
2024-11-27 14:22:04 -05:00
Rich Brown
0bcf683058
Add sample label to the script
2024-11-27 14:18:04 -05:00
Rich Brown
486206796d
Factor out label-printing into print-router-label.sh
2024-11-27 13:46:33 -05:00
Rich Brown
e35a165e4f
Ignore rrul result files
2024-10-10 18:34:57 -04:00
Rich Brown
9c32616038
Editorial tweaks;
...
Pause before printing a "." so that passphrase error message doesn't have a dot
2024-10-07 08:51:29 -04:00
Rich Brown
b6572f61e7
Add "https://" to missing passphrase message so that the URL can be clicked
2024-10-05 00:33:29 -04:00
Rich Brown
d1a5e7b8ef
Incorporate -Z passphrase option for betterspeedtest.sh and netperfrunner.sh
2024-10-02 23:41:55 -04:00
Rich Brown
736aab454c
Another link
2024-09-29 08:31:59 -04:00
Rich Brown
99c9c7c0f0
Fix link
2024-09-29 08:29:34 -04:00
Rich Brown
9c116c051c
Fix link to script;
...
Add link to Why a "Spare Router"?
2024-09-29 08:25:34 -04:00
Rich Brown
114e922136
Add Why a Spare Router.md;
...
Add config-spare-router.sh script
2024-09-29 08:15:10 -04:00
Rich Brown
c4a5e30e2d
Final release of config-spare-router.sh script;
...
First draft of a "Why...?" document
2024-09-26 13:29:46 -04:00
Rich Brown
2d2e9ded5f
Near final config-spare-router.sh;
...
Ignore the untitled.sh test script
2024-09-25 22:59:59 -04:00
Rich Brown
9cd83ebbb7
First cut at config-spare-router.sh
2024-09-25 20:44:43 -04:00
Rich Brown
285883a233
Add note recommending Attended Sysupgrade
2023-01-18 22:46:25 -05:00
Rich Brown
4a5a7dec27
Merge pull request #11 from ukfhVp0zms/patch-1
...
Add git-http package installation
2023-01-18 22:38:39 -05:00
ukfhVp0zms
a20422a7c9
Add git-http package installation
...
Adding 'git-http' package installation to avoid error:
git: 'remote-https' is not a git command. See 'git --help'
2023-01-18 18:41:29 -07:00
Rich Brown
05f070dc90
Change git clone from git: to https:
2022-04-12 09:07:26 -04:00
Rich Brown
61aa7755dc
Updated betterspeedtest.sh for better ^C error message
2022-01-04 08:29:39 -05:00
Rich Brown
5a981b07f1
Update README.md;
...
Improved `--idle` option of betterspeedtest.sh.
2022-01-01 19:54:08 -05:00
Rich Brown
34cfbd3a38
De-factor the summarize_pings() function;
...
This makes both betterspeedtest.sh and netperfrunner.sh a single-file script again.
2022-01-01 17:54:53 -05:00
Rich Brown
eac7700c14
Factor out summarize_pings();
...
Display summary even after Ctl-C;
Add some test code for the awk summarize_pings() function.
2022-01-01 17:41:23 -05:00
Rich Brown
4b021acb31
Merge pull request #9 from PhilZ-cwm6/patch-1
...
Fix for POSIX compliant shell
2021-12-01 13:08:24 -05:00
PhilZ
333480f138
Fix for POSIX compliant shell
...
On some POSIX compliant sh shells, sleep command doesn't accept args with s, m, h
This fixes running the script in FreeBSD
2021-12-01 18:14:20 +01:00
Rich Brown
3c0c64c7ab
Run through https://shellcheck.net
2021-11-12 10:20:28 -05:00
Rich Brown
44d1102cde
Merge pull request #5 from aidanharris/master
...
Make sure ping uses ipv4 when $TESTPROTO equals -4 (OpenWrt ping may use v4 or v6, depending on the DNS resolution, so force it to use `ping4`). But macOS doesn't implement `ping4`, requiring the special case
2020-11-17 07:36:33 -05:00
Aidan Harris
e36812903b
Make sure ping uses ipv4 when $TESTPROTO equals -4
...
The ping command on some systems will default to using ipv6 if a
hostname resolves to both ipv4 and ipv6 addresses.
2020-11-15 12:32:22 +00:00
Rich Brown
a6bfe2d4db
Merge pull request #4 from baguswahyu/patch-1
...
Update networkhammer.sh
2020-05-18 07:31:50 -04:00
baguswahyu
79d0dc5321
Update networkhammer.sh
...
fix issue
root@OpenWrt:~# sh networkhammer.sh
Hammering the network to gw.home.lan. Hit Ctl-C to cancel
networkhammer.sh: line 7: True: not found
2020-05-17 18:58:28 +08:00
Rich Brown
ac41bf23f5
Update README.md to add idlelatency.sh script
2020-05-02 12:38:42 -04:00
Rich Brown
cc7751c4d9
Add idlelatency.sh script to measure an "idle" line (without sending any traffic)
...
Excerpted the -i tests from betterspeedtest.sh
2020-05-02 12:19:15 -04:00
Rich Brown
89c9e980eb
Documentation Tweaks for "Idle" parameter
2019-07-27 15:00:20 -04:00
Rich Brown
9d206f7362
betterspeedtest.sh - Add --idle parameter to measure latency without added traffic from the script
...
tunnelbroker.sh - Update documentation for OpenWrt use
2019-07-27 14:44:02 -04:00
Rich Brown
7e07b824ac
Updated README for new tunnelbroker.sh script (+1 squashed commit)
...
Squashed commits:
[df35cca] Update tunnelbroker.sh to work with current OpenWrt (18.06 and newer)
2019-01-29 23:18:14 -05:00
Rich Brown
21790438c9
Add list of user-installed packages to the output; Update README and sample output file
2018-12-09 11:06:48 -05:00
Rich Brown
edb4c6a924
Update gestats.sh to display list of user-installed opkg packages
2018-12-09 10:23:24 -05:00
Rich Brown
7b4202d545
Update README to include links to the underlying script pages; update netperfrunner.sh info to mention Flent; editorial tweak to opkgscript.sh
2017-10-11 08:06:01 -04:00
Rich Brown
ecb95507d2
Add backlink to original script on OpenWrt forum, update help text
2017-10-08 08:47:05 -04:00
Rich Brown
e608f2cbce
Initial commit of opkgscript from OpenWrt forum
2017-10-08 08:28:47 -04:00
Rich Brown
52f0c9e2c5
Copy betterspeedtest.sh from CeroWrtScripts (fixes a couple parameter passing problems)
2016-07-14 19:46:59 -04:00
Rich Brown
b461a94047
Update README to talk about arguments to getstats.sh
2016-01-29 03:02:40 -05:00
Rich Brown
a6d9b6fe1e
Updated sample output of getstats.sh
2016-01-29 02:39:09 -05:00
Rich Brown
de9d6ec07a
Cleaned up script, final list of "standard commands"
2016-01-29 02:35:21 -05:00
Rich Brown
d1c8877de3
Update to accept & display commands as arguments on the command line
2016-01-28 23:57:52 -05:00
Rich Brown
d757dc8522
Update README to point at the sample output form getstats.sh
2016-01-27 17:16:52 -05:00
Rich Brown
8797f15779
Merge branch 'master' of https://github.com/richb-hanover/OpenWrtScripts
...
# By richb-hanover
# Via richb-hanover
* 'master' of https://github.com/richb-hanover/OpenWrtScripts :
Final typo fix
Fixed links to script descriptions
Add links from intro to each script's description
2016-01-27 17:04:10 -05:00