Update readme.

This commit is contained in:
Michael Bang 2015-04-11 19:13:30 +02:00
parent 05a0dca14f
commit 2ee5d44039

View File

@ -1,7 +1,12 @@
This is a very simple minecraft (and source engine?) RCON client. See [cli/main.go](cli/main.go) for an example on how to use it.
# Introduction
This is a very simple, synchronous Minecraft and Minecraft Pocket Edition (Minecraft PE, Pocketmine) RCON client, implemented to [these specs](http://wiki.vg/Rcon).
[cli/main.go](cli/main.go) implements a REPL CLI as an example of how to use the client.
# Shortcomings
- Long (split) responses aren't handled correctly.
- Synchronous.
- Long (split) responses from server aren't handled correctly.
- Probably a lot more.