2022-07-22 00:17:36 +02:00
|
|
|
|
# pandalib-net
|
2022-07-20 13:18:57 +02:00
|
|
|
|
|
|
|
|
|
A TCP network library that uses the standard Java socket API, to ease the ommunication between the different processes
|
|
|
|
|
running the server network Pandacube.
|
|
|
|
|
|
|
|
|
|
It’s still in development (actually not touched since years), and it’s supposed to be a replacement for the old
|
2022-07-22 00:17:36 +02:00
|
|
|
|
`pandalib-netapi`. This module is then marked as Beta using the Google Guava annotation.
|
2022-07-20 13:18:57 +02:00
|
|
|
|
|
|
|
|
|
- Packet based communication
|
|
|
|
|
- Supports Request/Answer packets
|
|
|
|
|
- Uses binary packet id and data
|
|
|
|
|
* Input streams are handled in separate Threads
|