Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 663 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 663 Bytes

Description

  • building blocks to query Minecraft servers
  • using C++ and the boost::asio library

Goals

  • simple interface, simple usage examples
  • single-threaded base, but the possibility to query servers concurrently.
  • imperative and object-oriented variants

Protocal support

  1. (done) the simple TCP protocol (used in the minecraft client when listing the servers)
  2. (done) the basic stat of the UDP/UT3/gamespot protocol
  3. (done) the full stat of this protocol
  4. (TODO) the ForgeEssentials snooper

See example_main.cpp for a demonstration