5.1.3.用儀器測試Throughput

  • Testing LTE throughput by using CMW500

    • 以測試LE910-NAG為例

      • 1.先了解模組的特性

      • 2.調整儀器參數

      • 3.確認是否取得IP ipconfig ping

      • 4.Iperf測試

        • 1.server

          iperf -s -i 1 -p <port>
        • 2.client

          iperf -c <server ip> -t 120 -i 1 -w 256k -p <port>

Last updated