All Projects → falkirks → mcpe-ping

falkirks / mcpe-ping

Licence: MIT License
Pings an MCPE server for simple data.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to mcpe-ping

rustyping
A prettier lightweight colored ping utility written in Rust
Stars: ✭ 23 (+15%)
Mutual labels:  ping
connection checker
Android library for checking the internet connectivity of a device.
Stars: ✭ 26 (+30%)
Mutual labels:  ping
Server-Help
💻 This VSTO Add-In allows the user to ping a list of servers and creates a file for Microsoft Remote Desktop Manager an Excel table. This is used for quickly determining which servers are offline in a list. It is written in 3 different versions as a VSTO Add-In in C# and VB.NET as well as a VBA Add-In.
Stars: ✭ 21 (+5%)
Mutual labels:  ping
boundstone
High Performance / Fast Compilation / Lightweight MCBE Server
Stars: ✭ 42 (+110%)
Mutual labels:  mcpe
ioBroker.ping
Pings configured IPs for ioBroker
Stars: ✭ 18 (-10%)
Mutual labels:  ping
Functions
Create your own commands with ease! For PocketMine, a Minecraft PE server software
Stars: ✭ 17 (-15%)
Mutual labels:  mcpe
reachable-url
Given an URL, it resolves as fast as possible, performing a GET without downloading the body.
Stars: ✭ 25 (+25%)
Mutual labels:  ping
BedrockProxy
Allow Minecraft Bedrock players on your BungeeCord server!
Stars: ✭ 16 (-20%)
Mutual labels:  mcpe
PsNetTools
PsNetTools is a cross platform PowerShell module to test network features on Windows, Linux and Mac.
Stars: ✭ 13 (-35%)
Mutual labels:  ping
pexpo
💻 Terminal sending ping tool written in Go.
Stars: ✭ 89 (+345%)
Mutual labels:  ping
Multi-Ping
No description or website provided.
Stars: ✭ 22 (+10%)
Mutual labels:  ping
Vector-Network-Project
Minecraft Bedrock Edition server plugin
Stars: ✭ 28 (+40%)
Mutual labels:  mcpe
speedtest-for-digitalocean
Run speed tests for all DigitalOcean datacenters faster than ever.
Stars: ✭ 40 (+100%)
Mutual labels:  ping
vultr-pingtest
⌚ Test Latency from all Vultr VPS Locations
Stars: ✭ 40 (+100%)
Mutual labels:  ping
heartbeats
一个基于数据上报的监控系统. 用于监控定时和定期类型服务监控状况
Stars: ✭ 25 (+25%)
Mutual labels:  ping
tcping
⚡️ Just like icmp ping
Stars: ✭ 138 (+590%)
Mutual labels:  ping
ddos
Simple dos attack utility
Stars: ✭ 36 (+80%)
Mutual labels:  ping
RN4UE4
🎮 RakNet plugin for Unreal Engine 4
Stars: ✭ 52 (+160%)
Mutual labels:  raknet
vpnping
Ping nordvpn servers to find the best/fast for you
Stars: ✭ 27 (+35%)
Mutual labels:  ping
discord-uptime
Discord bot to monitor uptime of services using ping and http requests
Stars: ✭ 46 (+130%)
Mutual labels:  ping

NPM version Build Status Dependency Status

Pings an MCPE server for simple data.

This is a port of mc-ping for MCPE.

This library was written using code from the DirtServer project.

Install

$ npm install --save mcpe-ping

Usage

var mcpeping = require('mcpe-ping');

mcpeping('example.com', 19132, function(err, res) {
    if (err) {
        // Some kind of error
        console.error(err);
    } else {
        // Success!
        console.log(res);
    }
}, 3000);

License

MIT © Falkirks

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].