@Jack Yaz hey there. so i was wondering if its possible to add fast.com as an alternate source? . im usually fine with speedtest.net but my new isp has this throttle step thingy where at the start it caps my download to 10mb then after 5 seconds itll go to 20mb and my package which is 50mbps. i can't use speedtest.net since it finishes before the speed reaches the top possible.. although fast.com seems to be whitelisted by this throttle step .. anyways i found out that there are ways to do it in linux etc. I found one with node.js. tried it just now on my ac86u . It all installs fine. But it errors out because it can't launch chrome . So idk.
spdMerlin uses a speedtest official binary to test. Doesn't look like Fast provides anything like that. Perhaps you could try this?
EDIT: I just tried this out on my AX58U with the arm release and it worked. Doesn't seem to be able to max out my plan (100 Mbps), but it did get up to 64.5 Mbps.
Code:
curl -L https://github.com/ddo/fast/releases/download/v0.0.4/fast_linux_arm -o fast
chmod +x fast
./fast
Last edited: