Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 923 Bytes

File metadata and controls

25 lines (16 loc) · 923 Bytes

#RetroShare SSH Client#

A lightweight SSH Client for RetroShare (nogui) Server.

##What is RetroShare?##

RetroShare is a secure decentralised communication platform. http://retroshare.sourceforge.net/

##What are RSRPC and RetroShareSSHClient?##

RSRPC is a .NET library which offers an interface to communicate with a RetroShare SSH server via RPC calls. It manages the SSH connection and the send/receive process including (de)serialisation of data.

RetroShareSSHClient is a gui client using RSRPC lib. Its goal is to provide a lightweight gui to control and maintain a RetroShare server.

Both (RSRPC and RetroShareSSHClient) are using:

For more information on the RetroShare RPC system check out the git repository of its developer: https://github.com/drbob/pyrs#readme

##Requirements## .NET Framework 4.0