Java JNA wrappers for Parsec SDK
gradlew jar
You will need a sessionId which you can get by running session.py in the SDK.
gradlew run --args "XXXXXXXXXXX 0"
where XXXXXXXXX is your sessionId
com.parsecgaming.ParsecLibrary is an auto-generated JNA wrapper from the Parsec C header.
See com.parsecgaming.examples.Host for how to use it.
If you aren't a C programmer you probably wont enjoy dealing with JNA, so there is another wrapper on top: uk.co.electronstudio.parsec.Parsec
See com.parsecgaming.examples.HostWrapper for how to use it.