Commit graph

83 commits

Author SHA1 Message Date
meek2100
c1f6a5bef1
Merge 269a2b6cbf into 7c566a78e7 2026-01-13 13:14:25 -08:00
meek2100
269a2b6cbf
Merge branch 'richb-hanover:main' into patch-2 2026-01-13 13:13:11 -08:00
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
meek2100
873316f279
Merge pull request #1 from meek2100/rename-spare
Rename Why a Spare Router.md since "?" is an invalid character for a …
2026-01-13 11:54:59 -08:00
meek2100
20dc9a23b8
Rename Why a Spare Router.md since "?" is an invalid character for a Windows path. 2026-01-13 11:44:52 -08:00
meek2100
3040aa432f
Merge branch 'richb-hanover:main' into patch-2 2026-01-13 10:03:07 -08: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
meek2100
a392f087b4
Clean up more spacing 2025-05-23 14:23:49 -07:00
meek2100
bd42ef10b1
Improving logic for IPK caching and optimize the verbose logic 2025-05-23 14:14:07 -07:00
meek2100
ee6ebbf226
Better IPK Stats 2025-05-23 13:32:52 -07:00
meek2100
f4164e65df
Improve logging with debug trace option. 2025-05-23 12:06:52 -07:00
meek2100
b388f2214a
Move [ "$VERBOSE" = true ] && set -x to be managed by debug trace instead. 2025-05-23 12:00:05 -07:00
meek2100
f0cb22206c
Improve logic around caching IPK so don't run opkg update multiple times. 2025-05-23 11:56:08 -07:00
meek2100
953c80e2cf
Add support to cache IPK packages for offline install 2025-05-23 11:26:36 -07: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