The Captain ALM Network Library (Java) supporting SSL, standard cipher encryption, stream wrappers for sockets (Both Socket and DatagramSocket) and managed fragmentation of packet objects (With stream-able extension support).
Go to file
Captain ALM 96c9864092
Initial commit.
Note, In Progress:
Adding all fragment data is verified and sent correctly.
2022-06-14 04:11:10 +01:00
.idea Initial commit. 2022-06-14 04:11:10 +01:00
src/com/captainalm/lib/calmnet Initial commit. 2022-06-14 04:11:10 +01:00
.gitignore Initial commit. 2022-06-14 04:11:10 +01:00
LICENSE Initial commit. 2022-06-14 04:11:10 +01:00
README.md Initial commit. 2022-06-14 04:11:10 +01:00
calmnetlib.iml Initial commit. 2022-06-14 04:11:10 +01:00

README.md

Captain ALM Network Library (Java)

This is the java network library with support for SSL, standard cipher encryption (.net Compatible!), fragmentation, packet object and network stream support.

This library contains streams that can wrap both Socket and DatagramSocket objects. Sending large amounts over UDP is also do-able using the fragmentation part of the library.

This library targets Java 8.

(C) Captain ALM 2022 - Under the BSD 3-Clause License