Latest source code
License
This code is distributed under the terms of the General Public License (GPL).
Requirements
To build the PIRP server, the ant tools provided by the Apache Software Fundation is highly recommended (although not strictly neccesary). Also, the Xerces-J XML parser is required to run the PIRP server.
Instructions
- Download the file pirp-20050116.tar.gz
- Expand the dowloaded file. In UNIX-like systems write
tar xzvf pirp-20050116.tar.gz - Go to the newly created directory pirp-20050116 and type ant dist
- To start the server type java -jar dist/pirp-20050116.jar
- Take a look at the samples/ to see examples of client applications