PandaLib/pandalib-net
Marc Baloup c7a470e391 Fix warnings and stuff 2022-07-22 18:37:15 +02:00
..
src/main/java/fr/pandacube/lib/net Fix warnings and stuff 2022-07-22 18:37:15 +02:00
Readme.md New modules again + some pom refactor 2022-07-22 00:17:36 +02:00
pom.xml reformat POM files 2022-07-22 17:10:34 +02:00

Readme.md

pandalib-net

A TCP network library that uses the standard Java socket API, to ease the ommunication between the different processes running the server network Pandacube.

Its still in development (actually not touched since years), and its supposed to be a replacement for the old pandalib-netapi. This module is then marked as Beta using the Google Guava annotation.

  • Packet based communication
  • Supports Request/Answer packets
  • Uses binary packet id and data
  • Input streams are handled in separate Threads