The Wayback Machine - https://web.archive.org/web/20200715102328/https://github.com/topics/peer-to-peer
Skip to content
#

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 674 public repositories matching this topic...

AndreWin
AndreWin commented Jul 12, 2017

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:

image

Demo text:

1. [ ] task 1
2. [ ] task 2 task 2 task 2
mithun26779
mithun26779 commented Mar 6, 2020

https://github.com/zerotier/ZeroTierOne/tree/master/controller
documentation says :--

**Dockerizing Controllers

ZeroTier network controllers can easily be run in Docker or other container systems. Since containers do not need to actually join networks, extra privilege options like "--device=/dev/net/tun --privileged" are not needed. You'll just need to map the local JSON API port of the run

js-ipfs
achingbrain
achingbrain commented Apr 28, 2020

On Windows with Node 10:

ipfs:   preload disabled
ipfs:     1) should not preload if disabled
ipfs:   1807 passing (24m)
ipfs:   95 pending
ipfs:   1 failing
ipfs:   1) preload disabled
ipfs:        should not preload if disabled:
ipfs:      Uncaught Error: Timed out waiting for CIDs to be preloaded
ipfs:       at waitFor (test\utils\wait-for.js:18:21)
ipfs:       at process._tick
sako0938
sako0938 commented Oct 14, 2019

Background

The binaries are built with most of the build flags already set, but when building from source you must specify which tags are desired. This is an important step to building a usable binary from source.

These flags should be listed in the docs, with what their use is for the entire system, and whether or not excluding it would break the normal function of the system.

A sect

aphelionz
aphelionz commented Mar 8, 2019

There's been a number of questions lately about data not appearing in the store when you expect, so I thought it would be a good time to take a second to explain the process of opening a database and getting data out of it. The database can be either local or remote.

Important Note: While content discovery can happen via the IPFS distributed hash table, due to the limitations of browser-bas

pojntfx
pojntfx commented Oct 12, 2019

After playing around with N2N for quite a bit, I was at first a bit disappointed by the performance - 20 Mbit/s on a gigabit connection? Well, at first I didn't enable AES (after adding -A, I was able to go to 50 Mbit/s), then I checked the CPU, which was at 100% (a 1 CPU instance). Upgraded the node to 2 CPUs, 100 Mbit/s. We're getting there! Now, I used -v to get some more details; I did not

grozan
grozan commented Dec 20, 2019

Hi,

I saw in the doc that it says

Tray icon indicates when it is connected to syncthing (no status updates yet).

so this issue is to make sure it does not get forgotten :-)

It's good to see if syncthing is running locally or not, but what I also really want to see is if my files are all synced correctly or not.
If any folder or any remote device is not up-to-date, I think the colour o

ghost
ghost commented Nov 23, 2016

Currently a server owner has no mechanism to know whenever the uProxy server is outdated. We need a solution that:
a) allows the server to monitor if it's out of date
b) notifies the server owner (e.g. app, email, etc) to take action
c) allows the server owner to upgrade the server (possibly overwriting the droplet / image)
... alternatively, we could consider a server that auto-updates.

kuon
kuon commented Mar 15, 2018

To allow easier firewall configuration, it would make sense to have a section the README detailing the traffic generated by tandem.

Like:

  • TCP connection to rendezvous.foo.com on port 443 using HTTPS
  • UDP connection to the either the remote host on a dynamic port or the rendezvous server

Also, what happen if the two hosts are on different local subnets that are directly connected, is a

You can’t perform that action at this time.