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 790426eb3e
Update README.md
2022-07-13 15:57:53 +01:00
.idea Update package organisation. 2022-06-14 16:48:47 +01:00
src/com/captainalm/lib/calmnet Add NetMarshal TODO list. 2022-06-21 22:18:14 +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 Update README.md 2022-07-13 15:57:53 +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 requires the calmstdcrypt library, which is my cryptographic wrapper library.

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