Please read following article that I've written in xda-developers site.
Please follow following folder icon to find new releases.
BTools2(This release) is available up to 2010.12.25 23:59:59.
------------------------------------------------------------------------
I'll introduce handy tools for checking network performance including latency and bandwidth.
Simply it is a mobile version of iperf.
If you want to know about iperf, please see following links about http://en.wikipedia.org/wiki/Iperf
You can check latency with ping tab and bandwidth with iperf client/server tabs. iperf in BTools is based on version 1.7.0.
Please see following screenshots. (working in WM6.x, WM5.0)
Requirements:
- Windows Mobile 5.0/6.0
- 240x320 Resolution (longer height doesn't matter)
Features:
- Provides ping to check latency between nodes.
- Visualization of ping latency graph.
- Provides full functionality of iperf client and server.(based on 1.7.0)
- Logs for ping, iperf client & server.(\My Documents\btools_log\)
Ping Usage:
- Connect to internet.
- For Ping, Just type target host and press button "Ping"
- See results graphs. Log will be \My Documents\btools_log.
Iperf Usage: (Mobile Client to PC Server)
- you have to install iperf-1.7.0 before running PC server. (ask google iperf-win32-1.7.0)
- In PC, open console box and run "iperf -s"
- In Mobile, Choose iperf client tab and type server's IP Press "Start"
- iperf will run 10 seconds if -t option is not specified.
- Log will be \My Documents\btools_log.
Iperf Usage: (Mobile Client to Mobile Server)
- Choose iperf server tab, and press "Start"
- Choose iperf client tab, and type server's IP and Press "Start"
Screenshot (WM 6) :
- BTools2 for WM 6.x (Ping)
- BTools2 for WM 6.x (iperf client)
- BTools2 for WM 5.x (iperf server)
ChangeLog
2010-3-30
- This version is available up to 2010.12.30
2009-11-23
- BTools2 for Windows Mobile 5.x is released (please see 3rd picture)
- MRU for ping address
- MRU for iperf client commands
- icons on each tabs
(old)
- Ping has options: counts, data size.
- iperf clients also has GUI options. Command line is also supported as well.