GNU Guile-RPC

 [image of the head of a Guilish GNU]

GNU Guile-RPC is an implementation of ONC RPC and XDR (standardized as RFC 1831 and RFC 4506) in Guile Scheme, and for use by GNU Guile programs. ONC RPC is the ``Open Network Computing'' Remote Procedure Call protocol, allowing programs to invoke procedures of programs running on remote machines. XDR is the underlying binary data representation format.

Releases

GNU Guile-RPC is in its alpha stage, which means that its API is still subject to change. Thus, releases are currently available from alpha.gnu.org.

Documentation

The manual is available on-line.

Mailing List

A mailing list for bug reports and general discussion is available at <bug-guile-rpc@gnu.org>. You can subscribe to the mailing list and view the list archive.

Development

Development occurs using the Git distributed revision control system. A copy of the source code repository can be obtained using the following command:

git-clone git://git.sv.gnu.org/guile-rpc.git

The repository can be browsed on-line.

Additional information is available from the Savannah project page.

back to top