Total Pageviews

Saturday, 20 May 2023

去中心化的P2P分享平台Retroshare



Retroshare是一款免费开源的去中心化安全交流P2P分享平台,跨平台支持包括:Windows, Mac OS,  Linux以及Android。Retroshare基于网络对等层和用OenSSL对信息进行加密,可用于聊天、语音视频、分享文件、论坛等。软件安装后建立个人档案不是存放在第三方的服务器上,而是存放在用户自己电脑上,软件会产生一个唯一的 GPG 密匙,添加好友也需要一长串复杂的验证代码–PGP公共钥匙块。

[repo owner=”RetroShare” name=”RetroShare”]

------------------------------------------------------------

RetroShare is a Free and Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform.

retroshare.cc/ 

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.)

from https://github.com/RetroShare/RetroShare

(https://github.com/RetroShare/RetroShare/tree/master/build_scripts ,编译脚本)

 

 

 

No comments:

Post a Comment