Tracer is a simple network speed test app. Deploy this on your own server. Open your tracer on your browser on your own device. And you can test your speed between you and your server or diagnose network issue.
Try a running tracer here.
Requirements about how to run
Requirements about how to develope
- Windows 10 or Ubuntu desktop
- dot net Core SDK 2.0.0 or later
- VS Code (Strongly suggest)
- Excute
dotnet restore
to restore all dotnet requirements - Excute
dotnet run
to run the app - Use your browser to view http://localhost:5000
- Open the
.sln
file in the project path. - Press
F5
.
Just install docker and docker-compose. Execute the following command.
$ docker-compose build
$ docker-compose up
That will start a web server at http://localhost:8000
and you can test the app.
There are many ways to contribute to the project: logging bugs, submitting pull requests, reporting issues, and creating suggestions.
Even if you have push rights on the repository, you should create a personal fork and create feature branches there when you need them. This keeps the main repository clean and your personal workflow cruft out of sight.
We're also interested in your feedback for the future of this project. You can submit a suggestion or feature request through the issue tracker. To make this process more effective, we're asking that these include more information to help define them more clearly.