Erosionying / Tracer

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.

Home Page:https://tracer.aiursoft.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tracer

Build status

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

Try a running tracer here.

Requirements

Requirements about how to run

Requirements about how to develope

How to run locally

  1. Excute dotnet restore to restore all dotnet requirements
  2. Excute dotnet run to run the app
  3. Use your browser to view http://localhost:5000

How to run in Microsoft Visual Studio

  1. Open the .sln file in the project path.
  2. Press F5.

How to run in docker

Pull the container using command:

$ docker pull anduin2019/tracer:1.0.0
$ docker run -d -p 8080:80 anduin2019/tracer:1.0.0

That will start a web server at http://localhost:8080 and you can test the app.

How to build locally in docker

Just install docker and docker-compose. Execute the following command.

$ docker build -t=tracer .
$ docker run -d -p 8080:80 tracer

That will start a web server at http://localhost:8080 and you can test the app.

How to contribute

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.

About

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.

https://tracer.aiursoft.com

License:The Unlicense


Languages

Language:HTML 39.4%Language:JavaScript 34.5%Language:C# 23.9%Language:Dockerfile 1.4%Language:CSS 0.8%