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 • Server : Iperf 3 - s - w 1024k • Client: Iperf 3 - c 192.168.1.10 -R -w 1024k  -i 1 -t 10  -P 6 //-c: TCP client /...