Wiki

Clone wiki

tcpserver / Guide

This program is designed for the Android based WiFi Speed Test program as server side.

Compatibility restrictions: * Only Python 2.x versions are supported, 3.x not.

How to use it: python tcpserver.py PORT options. For example: c:\Python27\python tcpserver.py 1212 -o nul -a

Only one thing is left, you should start WiFi Speed Test application on your mobile device and connect to your computer running tcpserver. To get the the IP address of this computer, just execute the following command: ipconfig and get the value of "IP Address" field. Example (in this example you should give the 192.168.20.2 to the host field of the Wifi Speed Test application): c:>ipconfig Windows IP Configuration Ethernet adapter Local Area Connection 4:

    Connection-specific DNS Suffix  . :
    IP Address. . . . . . . . . . . . : 192.168.20.2

Updated