Hey, has anyone tested with just the stand-alone firmware?
Whenever possible, I try to remove any other client device from the network (i.E. I'm the only client on my LAN or Wi-Fi) just to remove any other variables from the equation. Regarding speed, I prefer to use an application like IPERF3 to help me sort speed issues, as speeds fluctuate wildly, and it's more insightful to use applications like IPERF3
My Results using Iperf are as follows - my "server (Wired)" is 192.168.1.132 Client is a Macbook pro - Mid 2014
Testing Download Speeds
#iperf3 -c 192.168.1.132 -R
Reverse mode, remote host 192.168.1.132 is sending
[ ID] Interval Transfer Bitrate Retr
[ 10] 0.00-10.00 sec 417 MBytes 350 Mbits/sec 0 sender
[ 10] 0.00-10.00 sec 415 MBytes 348 Mbits/sec receiver
Testing Upload speeds.
iperf3 -c 192.168.1.132
Connecting to host 192.168.1.132, port 5201
[ ID] Interval Transfer Bitrate
[ 10] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender
[ 10] 0.00-10.00 sec 192 MBytes 161 Mbits/sec receiver
The IPERF software is available at the URL below. For testing, you will need the software running on two different machines. One running in server mode(-s), the other running as a client(-c)
https://iperf.fr/iperf-download.phpI hope that helps
SOMEONE!