Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rfresh2/packetlib
- Owner: rfresh2
- License: mit
- Created: 2023-07-07T01:59:19.000Z (over 1 year ago)
- Default Branch: mainline
- Last Pushed: 2024-01-15T02:24:56.000Z (10 months ago)
- Last Synced: 2024-04-24T12:04:06.455Z (7 months ago)
- Language: Java
- Size: 422 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)**.