Group: GNU Social P2P

From LibrePlanet
Jump to: navigation, search
(Code)
(Overview)
Line 1: Line 1:
 
= Overview =
 
= Overview =
  
This Wiki tree describes the GNU Social P2P effort.  It is a distributed, privacy enhanced, user-controlled social network.  The network is composed of a federated network of nodes (servers).  It is driven by the [http://www.marketriot.org/ RIOT] principle - Relationships on Individuals Own Terms.
+
This Wiki tree describes the GNU Social P2P effort.   
  
The goals of this effort include:
+
GNU Social-P2P is a distributed, privacy-enhanced, user-controlled social network. It is driven by the [http://www.marketriot.org/ RIOT] principle - Relationships on Individuals Own Terms.
  
* The user can have full control of the social network node, if they so desire
+
The goals of Social-P2P include:
* Privacy is paramount - including the privacy and security of content and the social graph, enforced through the use of cryptography
+
 
* Openness through integration with existing standards such as [http://ostatus.org/ OStatus]
+
* Full user control over their social networking infrastructure
* The ability to create different front-ends (UIs)
+
* Privacy guarantees enforced through strong crypto and integration with pre-existing privacy-enhancing technologies
 +
* Integration with other free social networking systems (such as OStatus)
 +
* A diversity of user interfaces, with an aim towards social integration in existing applications
  
 
== User Control ==
 
== User Control ==

Revision as of 17:19, 4 December 2010

Overview

This Wiki tree describes the GNU Social P2P effort.

GNU Social-P2P is a distributed, privacy-enhanced, user-controlled social network. It is driven by the RIOT principle - Relationships on Individuals Own Terms.

The goals of Social-P2P include:

  • Full user control over their social networking infrastructure
  • Privacy guarantees enforced through strong crypto and integration with pre-existing privacy-enhancing technologies
  • Integration with other free social networking systems (such as OStatus)
  • A diversity of user interfaces, with an aim towards social integration in existing applications

User Control

The user may run their own node on their own hardware. Alternatively, they may have an agent with a third party (the Core) while running the frontend locally (UI). Lastly, they may outsource the whole stack to a third party.

For the self-deployed scenarios, installation should be designed to be as painless as possible, including automated backups for data safety.

Privacy and Security

The Core is an encrypted storage and routing component that does not have read access to non-public content. This is enforced through public key cryptography where data is encrypted to the set of people that are allowed to view it. This is implemented with open standards, such as OpenPGP.

Openness and Interoperability

The system inter-operates with existing social networking systems through transport plugins. For example, the OStatus protocol suite is used to integrate with StatusNet. XMPP and/or PSYC are used to integrate with instance message systems. Plugins for closed systems are needed in order to ease migration from these systems into open ones.

Front Ends

The system allows different UIs to be created through published protocols. This includes Web, IM, and desktop integration. Client libraries for various languages (initially Java and Ruby) are available to attract a range of developer communities.

Documents

Get Involved

Get in touch

Code