Skip to content

Commit

Permalink
License
Browse files Browse the repository at this point in the history
  • Loading branch information
beradrian committed Jul 14, 2015
1 parent c89a879 commit 865af5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ To test inside a browser the bandwidth, there's no easy way. This is what JsBand

This project was initially forked from https://code.google.com/p/jsbandwidth/.

## License
I decided to keep the same license as the initial project, [MIT](http://opensource.org/licenses/mit-license.php).

## Set up
1. Set up a web server of your choice.
2. Depending on your web server, drop the corresponding project files in your web server's document root (or a sub-directory, if you wish). What `src/main/webapp/post.*` file to choose depends on your web server. The upload test needs to be able to send a POST request to the server. The receiving page doesn't have to do anything with the data. However, some servers will not allow you to send a POST request to a .htm file. Therefore, the project includes several blank server side script files (post.aspx, post.php, post.pl). `src/main/webapp/test.bin` is mandatory, but it's nothing more than random bytes.
Expand Down

0 comments on commit 865af5b

Please sign in to comment.