You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/12/31 02:27:40 UTC

[GitHub] [incubator-nuttx] a-lunev opened a new pull request #5130: boards/photon: added configuration to measure wlan performance

a-lunev opened a new pull request #5130:
URL: https://github.com/apache/incubator-nuttx/pull/5130


   ## Summary
   
   Added configuration to measure wlan performance of Photon board (based on BCM43362 chip).
   
   ## Impact
   
   boards/photon
   
   ## Testing
   
   Host (TCP mode):
   `$ iperf -s -p 5471 -i 1 -w 416K`
   NuttX (TCP mode):
   `nsh> iperf -c HOST_IP_ADDRESS -p 5471 -i 1 -t 10`
   
   Host (UDP mode):
   `$ iperf -s -u -p 5471 -i 1 -w 416K`
   NuttX (UDP mode):
   `nsh> iperf -c -u HOST_IP_ADDRESS -p 5471 -i 1 -t 10`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5130: boards/photon: added configuration to measure wlan performance

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #5130:
URL: https://github.com/apache/incubator-nuttx/pull/5130


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org