mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-13 09:11:03 -05:00
14 lines
624 B
Markdown
14 lines
624 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/org/spacehq/packetlib/test
|
|
|
|
## Building the Source
|
|
PacketLib uses Maven to manage dependencies. Simply run 'mvn clean install' in the source's directory.
|
|
|
|
Builds can be downloaded **[here](https://build.spacehq.org/job/PacketLib)**.
|
|
Javadocs can be found **[here](https://build.spacehq.org/job/PacketLib/javadoc)**.
|
|
|
|
## License
|
|
PacketLib is licensed under the **[MIT license](http://www.opensource.org/licenses/mit-license.html)**.
|