Guest philly-d Posted September 23, 2009 Report Posted September 23, 2009 Smartphone 3G Test is a cross-platform tool to test various network properties.This is an application written in C++. In this application, we implemented basic functions such as Ping, Traceroute, and Ipconfig, so that you can know basic network properties of your phone, such as IP address, Gateway, Ping round trip time, DNS lookup time. Besides these information, our application can also help users get more fine-grained information. For example, we help users tell whether their carrier differentiates any kind of application traffic. To achieve this, we emulate the traffic of BitTorrent. Also, our application attempts to detect the existence of HTTP proxy caching and compression. Looks useful for diagnostics or just curiosity. It works on all smartphones running Microsoft Windows Mobile 6.1 and earlier (no mention of 6.5), Android and iPhone. Read more including Q&A here and download for Windows Mobile here. [Via WMDev Team on Twitter]
Guest jhnsmith978 Posted September 24, 2009 Report Posted September 24, 2009 It would be better if use language like .NET I guess to give it more compatibility and high performance...
Guest Swampie Posted September 24, 2009 Report Posted September 24, 2009 It would be better if use language like .NET I guess to give it more compatibility and high performance... More compatibility than Windows Mobile, iPhone and Android? .NET is WM only, so would give it less compatibility! As for performance - native C++ is usually higher performance than .NET/Java. I'd certainly not go as far to say that .NET has better performance than a well written native C++ application.
Recommended Posts