Getting started

Pitaya binaries are available from Maven central repositories. Download the latest jar or get it directly from your favorite build tool:

Maven
  <dependency>
    <groupId>org.kocakosm</groupId>
    <artifactId>pitaya</artifactId>
    <version>0.4</version>
  </dependency>
Gradle
  compile 'org.kocakosm:pitaya:0.4'

Usage

Browse API docs for the most recent release.

Warnings

Pitaya is developed and tested exclusively with OpenJDK 7 on GNU/Linux systems. Some features may not work properly in other environments.

Pitaya is not designed to protect against a malicious caller. Don't use it for communication between trusted and untrusted code.

Contributing

If you would like to contribute code, fork the repository and send a pull request. When submitting code, please make sure to follow existing conventions and style in order to keep the code as readable as possible.

Reporting errors or possible improvements is also a great way to help. Be sure to not duplicate an existing issue by first browsing the issue tracker.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.

See the GNU Lesser General Public License for more details.

Contact

If you have any question, feel free to send me an e-mail at kocakosm[@]gmail[dot]com or ping me on twitter.