Skip to content

Commit

Permalink
Merge pull request #5 from tibmeister/development
Browse files Browse the repository at this point in the history
Pull forward code
  • Loading branch information
tibmeister authored Mar 11, 2017
2 parents a6f9bac + 25266e9 commit 8169316
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
CoreSpeed
=========

CoreSpeed is an implementation of SpeedTest.Net using .Net Standard (Core).
CoreSpeed is an implementation of SpeedTest.Net using .Net Standard. Included is a test client for both .NET Core (ConsoleClient) and a UWP console app (UWPConsoleClient) for testing.

Currently the only CLI cross-platform solution is a Python script, so I wanted to build a robust compiled solution that can run cross-platform and independent of having to have Python and it's various modules installed.

----------------------------------------------------------------------------------------------------------------------------------------------------


### Build status of branches
| Source | Branch | Status |
|-------:|-------:|-------:|
| AppVeyor (Windows) | Master |[![Build status](https://ci.appveyor.com/api/projects/status/o4ysawi7nqumr03w/branch/master?svg=true)](https://ci.appveyor.com/project/tibmeister/corespeed/branch/master)|
| AppVeyor (Windows) | Development |[![Build status](https://ci.appveyor.com/api/projects/status/o4ysawi7nqumr03w/branch/development?svg=true)](https://ci.appveyor.com/project/tibmeister/corespeed/branch/development)|

| Source | Master Build | Development Build |
|--------:|-----------------:|----------------------:|
| AppVeyor| [![Build status](https://ci.appveyor.com/api/projects/status/o4ysawi7nqumr03w/branch/master?svg=true)](https://ci.appveyor.com/project/tibmeister/corespeed/branch/master) | [![Build status](https://ci.appveyor.com/api/projects/status/o4ysawi7nqumr03w/branch/development?svg=true)](https://ci.appveyor.com/project/tibmeister/corespeed/branch/development)|

0 comments on commit 8169316

Please sign in to comment.