This repository has been archived by the owner on Oct 21, 2019. It is now read-only.
java-networking1.0.0
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.