My feelings towards the on-board Pi3B (BCM43430) wifi are no secret. My
priorities with wifi, are stability and throughput. I'm not trying to
score points. I'm just going to post the numbers and leave you to draw
your own conclusions.

One of my throughput tests, involves dd'ing a ~700MB image file from a
network (nfs) mounted share to /dev/null.

Pi 10/100 ethernet interface....

Code:
--------------------
    
  $ dd 
if=/storage/www/images/wandboard/CSOS/CSOS-Wandboard-Dual-F19-R4-20140118-1.img.7z
 of=/dev/null bs=4M
  172+1 records in
  172+1 records out
  722199569 bytes (722 MB, 689 MiB) copied, 61.7008 s, 11.7 MB/s
  
--------------------


Pi2B and one of the 150Mb/s (40MHz channel width) USB wifi dongles I
normally use

Code:
--------------------
    
  $ dd 
if=/storage/www/images/wandboard/CSOS/CSOS-Wandboard-Dual-F19-R4-20140118-1.img.7z
 of=/dev/null bs=4M
  172+1 records in
  172+1 records out
  722199569 bytes (722 MB, 689 MiB) copied, 79.9818 s, 9.0 MB/s
  
--------------------


Pi3B on-board BCM43430 wifi

Code:
--------------------
    
  $ dd 
if=/storage/www/images/wandboard/CSOS/CSOS-Wandboard-Dual-F19-R4-20140118-1.img.7z
 of=/dev/null bs=4M
  172+1 records in
  172+1 records out
  722199569 bytes (722 MB, 689 MiB) copied, 395.265 s, 1.8 MB/s
  
--------------------


------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=105018

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to