P2P
Peer-to-Peer (P2P) applications share resources and communicate in a decentralized or distributed architecture. Often application nodes communicate directly with each other or cooperate to do work which benefits other nodes or the overall P2P system. In a pure P2P system, there is no distinction between client and server.
Here are 2,096 public repositories matching this topic...
Right now, Syncthing seems to always use LF for line endings in config.xml and .stignore. This is a problem in Windows when trying to edit those using the built-in Notepad, which until very recently had no support for other line endings than CRLF. Support for them has only been added in the very recent versions of Windows 10.
The problem is that when opening those files in Notepad under old
-
Updated
Aug 16, 2021 - JavaScript
Peer-to-peer hypermedia protocol
-
Updated
Jun 30, 2021
ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network
-
Updated
Jul 9, 2021 - JavaScript
An open source cybersecurity protocol for syncing decentralized graph data.
-
Updated
Aug 15, 2021 - JavaScript
The line is drawn only after the first video. In my opinion, the line should be removed. It looks confusing.
Simple peer-to-peer with WebRTC
-
Updated
Aug 11, 2021 - TypeScript
-
Updated
Aug 16, 2021 - JavaScript
Summa
Creating a new issue based on lbryio/lbry-sdk#877
- Update ensure_directory_exists() to check that the directory is writable by the current process.
- If it's not, return a useful error
- Add tests to cover the case when
- download directory does not exist
- download dir exists but is not writable
- dir exists an
An experimental peer-to-peer Web browser
-
Updated
Aug 12, 2021 - JavaScript
Monero: the secure, private, untraceable cryptocurrency
-
Updated
Aug 16, 2021 - C++
Peer-to-Peer Databases for the Decentralized Web
-
Updated
May 25, 2021 - JavaScript
IPFS implementation in JavaScript
-
Updated
Aug 16, 2021 - JavaScript
-
Updated
Aug 12, 2021 - JavaScript
Dragonfly is an intelligent P2P based image and file distribution system.
-
Updated
Aug 16, 2021 - Go
Shared data types for building collaborative software
-
Updated
Aug 15, 2021 - JavaScript
When a contact is already added, open the contact profile or the existant conversation
The error check is done here: https://github.com/berty/berty/blob/097eb0229f22e2abce3addd750c8dce98e92845f/js/packages/components/modals/InvalidScan.tsx#L126
We shouldn't show the invalid scan modal but navigate instead
P2P Docker registry capable of distributing TBs of data in seconds
-
Updated
Jun 2, 2021 - Go
Full-featured BitTorrent client package and utilities
-
Updated
Aug 16, 2021 - Go
I come from the OpenBazaar project and I am new to go-libp2p and go-ipfs. Are the examples that use libp2p in a production environment? Where's the best place to learn libp2p by example?
Privacy enhanced BitTorrent client with P2P content discovery
-
Updated
Aug 13, 2021 - Python
For classes declared with struct, forward declarations should also use struct. Currently, only struct Message violates this in a few header files (2 or so?).
Description
Some BSQ users are not aware that their BSQ wallet balance is virtually zero when Bisq is "Synchronizing DAO".
They may try to pay with BSQ for trade fees, but the UI tells them they have insufficient funds, which is incorrect.
Version
v1.6.4
Steps to reproduce
Try to take or create a trade and choose to pay the fee with BSQ. Do this at a point when "Sync
A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).
-
Updated
May 12, 2021 - JavaScript
- OS: Linux
- Version of IPFS Desktop: 0.16.2
Describe the bug
npm warns about a deprecated module called i18next-node-fs-backend
npm WARN deprecated i18next-node-fs-backend@2.1.3: replaced by i18next-fs-backend
-
Updated
Aug 16, 2021 - JavaScript



RPCs that return detailed information about mempool entries (e.g.
getmempoolentryandgetrawmempool(verbose=True)include the fieldsfee,modifiedfee,descendantfees, andancestorfeeswhich were marked as "DEPRECATED" and replaced with afeesobject field in #12240 (since v0.17).We should remove these fields, but first, properly deprecate them using
-deprecatedrpc.Usef