- Full support for TCP-IP
- Data transfer through packets
- Symetrical code for Client and Server
- Easy extendability, multiple abstract classes and interfaces
0.1.3
- Download the NetworkLib directly with this link (latest release)
- Or clone the whole repository:
$ git clone git@github.com:mash1t/java.lib.network.git NetworkLibRight click on your netbeans-project, then select "Properties". In the left sidebar, navigate to the entry "Libraries". Depending on which way you downloaded the JAR/Project, click on the corresponding button to add the source to your project.
You can find UML-Diagrams in the package "UML"
This repository is a netbeans project, which is developed with JDK 1.7.0_71.
This library is developed by Manuel Schmid. If you have any questions or feature requests, don't hesitate to contact me on Twitter or my homepage.
- Add support for UDP
This software is under MIT-License.