pepsizerosugar / python-ping-tester

Python ping test GUI
35 stars 1 forks source link

python-ping-tester

Version Update CodeFactor GitHub all releases




0. Change Log

version 1.5.7 (2023.03.15)


1. Getting Started

1-1. Installation

  1. Download the latest version from GitHub or Clone the repository.

    1. git clone https://github.com/pepsizerosugar/python-ping-tester.git
  2. Build Main.py using build.bat or just run.

    1. When build is finish, you can run the PingPong.exe in the dist folder.
    2. server_list.json file at Resource\Server folder is automatically copy to dist\Resource\Server folder.
  3. Or downaload the latest binary file what name "PingPong.zip" from GitHub and unzip it.

1-2. How to use

{
  "server_list": {
    "ServerName01": {
      "region": "USA",
      "ip_addresses": [
        "111.222.333.444",
        "111.222.333.444"
      ]
    },
    "ServerName02": {
      "region": "OCE",
      "ip_addresses": [
        "111.222.333.444",
        "111.222.333.444"
      ]
    }
  }
}

2. Extra

2-1. Analyze

2-2. Reference