peer-to-peer
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 767 public repositories matching this topic...
-
Updated
Jan 20, 2021 - JavaScript
-
Updated
Jan 10, 2021 - Go
Hello!
When text line in list is too long and part of it is moved on the next line, list number is placed on the last line. When I use <br>
, list number is placed on the first line of multiline text.
Demo is below:
Demo text:
1. [ ] task 1
2. [ ] task 2 task 2 task 2
-
Updated
Jan 20, 2021 - C++
-
Updated
Jan 10, 2021 - C++
Forking ipfs/js-ipfs#3252 (comment) into separate issue.
Looks like some of our API calls return values that refer to same ArrayBuffer
, which in turn causes one of the encoder functions https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-message-port-protocol/src to add it to the transfer list twice and error on postMessage
.
-
Updated
Jan 14, 2021 - JavaScript
Background
When a node has multiple private channels with the same peer, the hop hints in their payment requests will be populated with multiple channels. The purpose of these hop hints is to specify the next node's key and indicate the fees and cltv delta needed for route construction.
In pathfinding, due to non-strict forwarding, an LND node paying to this destination will only use the
-
Updated
Oct 5, 2020 - JavaScript
Since the URLs are just a gate pass for the video call, there might be a chance of getting intruders into the call with a simple brute force.
Users feel more secure if we have some passcode or approval from the creator to join into call.
-
Updated
Jan 17, 2021 - JavaScript
-
Updated
Sep 9, 2020 - Go
-
Updated
Nov 14, 2018 - JavaScript
-
Updated
Jan 20, 2021 - Rust
-
Updated
Jan 20, 2021 - Java
-
Updated
Apr 10, 2020 - TSQL
-
Updated
Jan 15, 2021 - Objective-C
-
Updated
Dec 31, 2020 - C
-
Updated
Jan 18, 2021 - Java
-
Updated
Nov 3, 2020 - Swift
-
Updated
Nov 16, 2020 - C
-
Updated
Sep 4, 2020 - TypeScript
-
Updated
Jan 17, 2021 - TypeScript
-
Updated
Jan 5, 2021 - TypeScript
-
Updated
Aug 25, 2019 - Python
This was cut from the v0.2.0 release for present time constraints however making ipfs-http more accessible as "the" ipfs binary would make the project more accessible to anyone just wanting to try it out. At the moment I see the following obstacles:
http/README.md
has no tutorial on how to try outipfs-http
ipfs-http
supports only `i
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