Menu

SimpleNet / News: Recent posts

SimpleNet Java network library: Released 0.5-beta

This is the third public release of SimpleNet, a Java network library aided in helping you to develop and design network protocols.

The library allows you to focus on the design of your network messages which are implemented as java classes. Together with the library come some default implementations of the interfaces, so you can instantly start writing your own network protocol! To make your life even easier, SimpleNet can use Googles protocol buffer message system, so you can essentially write your network protocol without touching much java code. Network protocol design was not so easy any time before.... read more

Posted by Benedikt Hallinger 2009-08-10

SimpleNet Java network library: Released 0.4-beta

This is the second public release of SimpleNet, a Java network library aided in helping you to develop and design network protocols. The library allows you to focus on the design of your network messages which are implemented as java classes. Together with the library come some default implementations of the interfaces, so you can instantly start writing your own network protocol! To make your life even easier, SimpleNet can use Googles protocol buffer message system, so you can essentially write your network protocol without touching much java code. Network protocol design was not so easy any time before.... read more

Posted by Benedikt Hallinger 2009-08-03

SimpleNet Java network library: First public release

This is the first public release of SimpleNet, a Java network library aided in helping you to develop and design network protocols.

The library allows you to focus on the design of your network messages which are implemented as java classes. Together with the library come some default implementations of the interfaces, so you can instantly start writing your own network protocol!
To make your life even easier, SimpleNet can use Googles protocol buffer message system, so you can essentially write your network protocol without touching much java code.... read more

Posted by Benedikt Hallinger 2009-07-30