Easy network for Java
A framework that heavily simplifies network message based communication in Java -client and server-.
Current version: 0.0.1
I invite you to have a look at this example examples/src/main/java/com/bydavy/easy/network/examples/Example1.java
?
- Basic UDP Server and client
- Implemented an example of discovery protocol to discover clients on the same subnetwork
- Basic TCP Server and client
- Implemented a few examples of wire protocol
- Size prefixed messages
- Fixed size messages
- Implemented a few examples of protocol
- Json based
- Binary based
- Maybe protobuff