2022-06-14 04:11:10 +01:00
# 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.
2022-07-13 15:57:53 +01:00
This requires the [calmstdcrypt library ](https://code.mrmelon54.xyz/alfred/calmstdcrypt ), which is my cryptographic wrapper library.
2022-06-14 04:11:10 +01:00
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