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>