summaryrefslogtreecommitdiff
path: root/examples/README
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-07-31 01:43:27 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-07-31 01:43:27 +0300
commit62b88d0cbbb80ce616ed4de4c6d9302f7bb0b13a (patch)
treec0417b0dfb6566b217fd145679881bc38e786e06 /examples/README
parentmodules/ssh/Makefile.am (guilec_env): Fix guile load path (diff)
downloadguile-ssh-62b88d0cbbb80ce616ed4de4c6d9302f7bb0b13a.tar.gz
examples/rpc/{client,server}.scm.in: Add to the repository
* examples/rpc/client.scm.in, examples/rpc/server.scm.in: Add to the repository. * doc/api-channels.texi: Mention a path to the full RPC client example in the description of 'call-with-ssh-forward'. * examples/Makefile.am: Add 'rpc/client.scm.in', rpc/server.scm.in. * examples/.gitignore: Ignore 'rpc/client.scm', 'rpc/server.scm'. * examples/README: Update.
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/README b/examples/README
index 49e3242..6735ce3 100644
--- a/examples/README
+++ b/examples/README
@@ -40,3 +40,6 @@ Please find sources in =echo/= directory:
* RREPL
A demo program that allows to connect to a remote REPL (RREPL) server. Pass
=--help= (or =-h=) flag to the program to get usage information.
+* RPC over SSH
+ A demo RPC client program that uses an SSH tunnel to make an RPC call over a
+ secure connection. See =rpc/= directory.