Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rfresh2/packetlib

A library for packet-based networking between clients and servers.
https://github.com/rfresh2/packetlib

Last synced: about 1 month ago
JSON representation

A library for packet-based networking between clients and servers.

Awesome Lists containing this project

README

        

# PacketLib
PacketLib is a library for packet-based networking between clients and servers.

This project is forked from [MCProtocolLib](https://github.com/GeyserMC/PacketLib)

## Differences Between GeyserMC/PacketLib

* Supports Java 1.12.2
* JDK17
* Native compression and encryption support using [Velocity-native](https://github.com/PaperMC/Velocity/tree/dev/3.0.0/native)

## 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)**.