Skip to content
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.

java-networking1.0.0

Compare
Choose a tag to compare
@zgoethel zgoethel released this 13 Mar 04:21
· 13 commits to master since this release

Contains basic functionality including servers, clients, packets, listeners, and local client discovery via multicast. This library allows for easier communication via packets in Java. Currently once a server (including regular servers, reception servers, sub-servers, hearts, and beat listeners) is started, it cannot be stopped. There is no protection included against the other end of a stream being closed.