Coder Social home page Coder Social logo

disquse / pubgserversping Goto Github PK

View Code? Open in Web Editor NEW
56.0 13.0 21.0 9.47 MB

This site checks your ping to PUBG servers!

Home Page: http://pubg.disquse.ru

License: MIT License

HTML 4.83% JavaScript 1.00% Vue 78.62% TypeScript 15.37% Shell 0.18%
pubg playerunknown battlegrounds pubattlegrounds

pubgserversping's Introduction

PUBG Servers Ping Build Status Codacy Badge

The web application which can measure ping between your PC and PUBG game servers.

Motivation When this app was initially planned, there wasn't any easy way to measure your ping to PUBG servers.

Localization Localization files are located in ./src/locales.

Building

git clone https://github.com/disquse/pubgserversping.git
cd pubgserverping
npm install
npm run build

pubgserversping's People

Contributors

atig3r avatar dependabot[bot] avatar disquse avatar fastchen avatar ngocnh210 avatar nino6454 avatar ozgurg avatar razesoldier avatar rnksts avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pubgserversping's Issues

Mobile version

I was surprised that ~25% of website visitors are using smartphones. I don't understand why, but it means that I need somehow optimize current design to make it work better with very small devices.

additional ip adresses for eu central

eu-central-1 - 52.57.67.93
eu-central-1 - 52.28.34.137
eu-central-1 - 52.57.67.93
eu-central-1 - 52.57.169.116
eu-central-1 - 52.59.68.3
eu-central-1 - 52.57.168.131
eu-central-1 - 35.157.61.251
eu-central-1 - 52.57.241.171
eu-central-1 - 52.29.125.80
eu-central-1 - 52.58.95.114
eu-central-1 - 35.157.61.4

Update

Hello,
Thanks for your project, and it seems that the pubg is hosted on Microsoft Azure now, so could you update some information on the website if you are free?
Thanks again.

Run tests for N times and collect an average?

Could you add an ability to run the tests for some number of times and get an average of all runs for more reliable data? This is my monkey patch, that allows a user to click PING several times and get an average:

    $("#grid tr:first").append("<td>Average</td>");
    $("#grid tr:gt(0)").append("<td></td>");
    
    
    function step1_connect(box, region, endpoint, latencyBoxes) {
	ping_endpoint(endpoint, function() {     
            $(box).css("background-color", "yellow")
            numbers = $(box).html().split(' ').filter(parseFloat)
            sum = numbers.reduce(function add(a, b) { return parseFloat(a) + parseFloat(b);},0)
            avg = Math.round(sum/numbers.length)
            $(box).closest("td").next().html(avg)
            var startTime = currentTimeMillis();
            ping_endpoint(endpoint, function() { 
                var endTime = currentTimeMillis();
                var elapsed = endTime - startTime;
                var resultText = elapsed.toString();
                results.push(resultText)
                $(box).append(' '+resultText);
                $(box).css("background-color", "")
                doNextBox(latencyBoxes);                            
            });                   
        });                 
    }

Looks like this:

w1blxapwuve

Server IP address

On the old interface you had server Ip addresses but On new interface that is missing please add that option as I need the addresses to optimize my latency. If you don't want to make it public please send me a mail.
Md asadur rahman
[email protected]

Ping values with no internet connection

There are wrong ping values on the page when there is no internet connection.
I was testing ping for my 4G internet of 2 operators, temporary disabled wifi sharing on the phone and forgot about it. Clicked to check again and had seen unbelievable good ping.
But my joy did not last long...

img-2019-04-20-00-50-42

Localization

Feel free to contribute your localization packages for the current version of the project.
Take a look at this file to see how you can do it. The text in "About" section is not need to be localized.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.