MCProtocolLib/README.md
2017-03-01 16:09:48 -08:00

11 lines
472 B
Markdown

# PacketLib
PacketLib is a library for packet-based networking between clients and servers It was made as a basis for other projects involving packet networking.
## Test Example
See examples/com/github/steveice10/packetlib/test
## Building the Source
PacketLib uses Maven to manage dependencies. Simply run 'mvn clean install' in the source's directory.
## License
PacketLib is licensed under the **[MIT license](http://www.opensource.org/licenses/mit-license.html)**.