Application created to test the connection between computers on the local network.
One of the computers must act as a server, and the others should access IPLOCAL:8080 to verify that the connection is successfully established.
It includes a small built-in speed test to check if the network speed is satisfactory. The test is performed with the server hosting the site on the local network.
To run the application in test mode, use the following command:
go run main.goThe application automatically generates the test file based on the fileSize variable defined in the main program. This file is placed in the public folder.
For a more accurate local network test, the default value of the fileSize parameter is set to 2000 (for a 2GB file).
Use make all to compile the project for the main platforms.
To compile for a specific platform only, use make {platform}.
Available options: linux, windows, mac, mac-arm.
To remove generated binaries, run make clean.
Made with ❤️ by Bi-Ga Tech