GithubHelp home page GithubHelp logo

RetroShare

RetroShare is a decentralized, private, secure, cross-platform, communication toolkit. RetroShare provides file sharing, chat, messages, forums, channels and more.

Table 1. Build Status

GNU/Linux (via Gitlab CI)

pipeline

Windows (via AppVeyor)

RetroShare?svg=true

macOS, (via Travis CI)

RetroShare

libretroshare GNU/Linux, Android (via Gitlab CI)

pipeline

Get the source

Clone this repository, enter the directory and then get the submodules with the following command

git submodule update --init --remote --force libbitdht/ libretroshare/ openpgpsdk/

Compilation

Short of comprehensive and updated documentation on how to build RetroShare (for the many supported platforms it runs on), scripts and recipes are provided in the aim of creating packages for the supported platforms (and more) in the build_scripts directory of this repository.

Those packaging receipts together with the continuous integration files .travis.yml and appveyor.yml are a good source of knowledge on how to compile RetroShare on different platforms.

Using RetroShare on a headless computer with web UI

Warning
This section is outdated need to be adapted to the new web UI

The web UI needs to be enabled as a parameter option to the retroshare-service:

./retroshare-nogui --webinterface 9090 --docroot /usr/share/retroshare/webui/

The web UI is only accessible on localhost:9090. It is advised to keep it that way so that your RS cannot be controlled using an untrusted connection.

To access your web UI from a distance, just open a SSH tunnel to it:

distant_machine:~/ >  ssh rs_host -L 9090:localhost:9090 -N

"rs_host" is the machine running retroshare-nogui. Then on the distant machine, access your web UI on

http://localhost:9090

(This can also be done from the RetroShare GUI.)

RetroShare's Projects

djrs icon djrs

Django based Web Interface to Retroshare

docker-retroshare icon docker-retroshare

This docker file builds retroshare and provides a few scripts to allow it to be configured for headless operation.

docs icon docs

RetroShare Documentation

exportimport icon exportimport

OBSOLETE - Mirror from https://github.com/sehraf/ExportImport - original repo: https://github.com/hunbernd/ExportImport

fido icon fido

mail gateway between the Retroshare message network and the SMTP network

friendmap icon friendmap

FriendMap for Retroshare Using local GeoIP DataBase

friendsmap icon friendsmap

FriendMap for Retroshare Using local GeoIP DataBase

haskell-pyrs icon haskell-pyrs

Haskell rewrite of pyrs. Provides Network.Retroshare, a module for communicating with an instance of retroshare-nogui

jni.hpp icon jni.hpp

A modern, type-safe, header-only, C++14 wrapper for JNI

lua4rs icon lua4rs

run Lua scripts inside RetroShare to do different tasks.

ncrsc icon ncrsc

Mirror of ncurses application to control retroshare via RPC

obs icon obs

RetroShare Open Build Service recipes

phash icon phash

pHash - the open source perceptual hash library

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.