MCProtocolLib/README.md

12 lines
472 B
Markdown
Raw Normal View History

# 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.
2013-11-29 17:34:06 -05:00
## Test Example
2017-03-01 19:09:48 -05:00
See examples/com/github/steveice10/packetlib/test
2013-11-29 17:34:06 -05:00
## Building the Source
2013-11-29 17:34:06 -05:00
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)**.