-
Notifications
You must be signed in to change notification settings - Fork 0
Home
SkibbleBip edited this page Sep 9, 2021
·
2 revisions
libMinecraftPing is an attempt at a lightweight, fast, and minimalist C/C++ library that can be used in projects that require querying and checking the statuses of Minecraft Java Edition servers. The library supports both simple IP servers and public servers that are protected behind DDOS and security services that use SRV records to relay hostname information. The library is able to obtain the online status, Server List Ping JSON response, and ping-pong duration. The library uses the various socket libraries implemented by the Windows and *nix Operating Systems.
Minecraft Server List Protocol API.
Copyright (C) 2021 SkibbleBip
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.