New version 1.8.0 CorpNet

corpnet

New version have a server that can handle hole punching. Have removed auto full mesh on PeerToPeer. Connecting between Peers must be done manually from now on.

To use maven just add this to your pom.xml file.
<dependency>
<groupId>net.corpwar.lib</groupId>
<artifactId>corpnet</artifactId>
<version>1.8.0</version>
</dependency>

New version of CorpNet 1.7.0

corpnet

A new version of CorpNet have been released. This version contain peer-to-peer with full mesh in a local network. So every peer are connected to every other peer. I have finally get this to maven central for easier usage. This will make it a lot easier for people to get started with this library. Some refactoring and bug fixes have been fixed, and lastly there have been upgrade from java 1.6 to java 1.7.

To use maven just add this to your pom.xml file.
<dependency>
<groupId>net.corpwar.lib</groupId>
<artifactId>corpnet</artifactId>
<version>1.7.0</version>
</dependency>