2015-07-20 14:02:42 -04:00
|
|
|
# PacketLib
|
|
|
|
PacketLib is a library for packet-based networking between clients and servers It was made as a basis for other projects involving packet networking.
|
2013-11-29 17:34:06 -05:00
|
|
|
|
2015-07-20 14:02:42 -04:00
|
|
|
## Test Example
|
|
|
|
See examples/org/spacehq/packetlib/test
|
2013-11-29 17:34:06 -05:00
|
|
|
|
2015-07-20 14:02:42 -04:00
|
|
|
## Building the Source
|
2013-11-29 17:34:06 -05:00
|
|
|
PacketLib uses Maven to manage dependencies. Simply run 'mvn clean install' in the source's directory.
|
|
|
|
|
2015-07-20 14:02:42 -04:00
|
|
|
Builds can be downloaded **[here](http://build.spacehq.org/job/PacketLib)**.
|
2013-11-29 17:34:06 -05:00
|
|
|
|
2015-07-20 14:02:42 -04:00
|
|
|
## License
|
|
|
|
PacketLib is licensed under the **[MIT license](http://www.opensource.org/licenses/mit-license.html)**.
|