This is a utility tool to test the speed of BDIX servers, specifically FTP and TV servers. It helps identify working BDIX servers and provides options to test them individually or all at once.
- Find all working BDIX servers (FTP & TV)
- Test only FTP servers
- Test only TV servers
- Test all servers at once
- Python 3.x installed on your system.
-
Clone this repository to your local machine:
git clone https://github.com/likhonsible/Online-BDIX-Server-Tester.git
-
Navigate to the cloned directory:
cd Online-BDIX-Server-Tester
-
Install the required dependencies:
pip install -r requirements.txt
-
Edit the
target.json
file to include the BDIX server URLs you want to test. -
Run the main script
main.py
:python main.py
-
Follow the on-screen instructions to test the servers.
Contributions are welcome! If you have suggestions for improvements or bug fixes, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.