2017年4月17日 星期一

  •         抓取 wlan0 mac

ifconfig wlan0 | grep -o -E '([[:xdigit:]]{1,2}:){5}[[:xdigit:]]{1,2}'


ifconfig ath0 | grep HWaddr | sed -n 's/://gp' | awk '{print $5}'

  • issue : 使用倒數計時於 label ,GUI 無法即使顯示

 resolve : 使用 application.DoEVENTS();

沒有留言:

Iperf3.1.3 使用方法

20190417: 使用 Iperf3.1.3 //-c: TCP client //-w:測試檔案大小 //-i:inteval //-t:times //--omit 代表濾掉前兩個測試值,這樣就可以得到比較好的平均速率 //-R:Downlink ; 不設定 default...