Questions tagged [peer]

A peer-to-peer (P2P) network is a type of decentralized and distributed network architecture in which individual nodes in the network (called "peers") act as both suppliers and consumers of resources, in contrast to the centralized client–server model where client nodes request access to resources provided by central servers.

A peer-to-peer (P2P) network is a type of decentralized and distributed network architecture in which individual nodes in the network (called "peers") act as both suppliers and consumers of resources, in contrast to the centralized client–server model where client nodes request access to resources provided by central servers.

In a peer-to-peer network, tasks (such as searching for files or streaming audio/video) are shared amongst multiple interconnected peers who each make a portion of their resources (such as processing power, disk storage or network bandwidth) directly available to other network participants, without the need for centralized coordination by servers.

Wikipedia: http://en.wikipedia.org/wiki/Peer-to-peer

316 questions
2
votes
1 answer

Torrent handshake response is larger than 68 bytes

I am attempting to create my own Torrent client using the bit torrent protocol. I am currently at the stage where I can get a peer list from a tracker and get the IP and port of a peer. The problem begins after I send the handshake message to the…
2
votes
2 answers

How to monitor the participating nodes network performance in Hyperledger peer?

Current solution : 1. I have single node running on Hyperledger. 2. I have deployed my car-auction application on it. Solution looking for: 1. Monitoring the response time and execution time it takes when single transaction is performed? Any…
2
votes
1 answer

Error: PEM encoded certificate is required

I am having this problem while connecting to fabric client using Node SDK. I refer to this Error adding new Peer in Hyperledger Fabric and I think this is also what I need to fix my problem. However I am confused as to what PEM file I should point…
Jeson
  • 251
  • 4
  • 14
2
votes
2 answers

How to get a Java component ID

I'm using MPlayer in my java application. According to its doc, it's needed that I tell to MPlayer the window ID for embedding it. I'm doing this like that: long winid = 0; //Window ID. if (osName.startsWith("Windows")){ final Class cl =…
Manoel Afonso
  • 47
  • 1
  • 10
2
votes
2 answers

What is lockstep in Peer-to-Peer gaming?

I am researching about Peer-To-Peer network architecture for games. What i have read from multiples sources is that Peer-To-Peer model makes it easy for people to hack. Sending incorrect data about your game character, whether it is your wrong…
Melon
  • 71
  • 1
2
votes
1 answer

Make Node.js server to WebRTC peer and send video from USB camera to client browser

. Hello I have searched everywhere but still could not find any clear answer or example. I have Raspberry Pi running as Node.js server with USB camera connected to it. I want to get video from that camera and send it to Node server client (browser)…
M.N
  • 21
  • 3
2
votes
1 answer

What is BitTorrent peer (Deluge) saying?

I'm writing a small app to test out how torrent p2p works and I created a sample torrent and am seeding it from my Deluge client. From my app I'm trying to connect to Deluge and download the file. The torrent in question is a single-file torrent…
Zuiq Pazu
  • 285
  • 1
  • 4
  • 12
2
votes
0 answers

When does WebRTC RTCDataChannel readyState becomes open?

I have created a simple prototype in WebRTC that uses test STUN servers provided by Google: var servers = [ "stun:stun.l.google.com:19302", ... ]; I ran two separate apps (without a local server - i.e. NodeJS). I just opened the file directly…
Joseph D.
  • 11,804
  • 3
  • 34
  • 67
2
votes
1 answer

How do I test Steamworks P2P applications with only one Steam account?

I'm currently writing a multiplayer game using the Steamworks API. I've recently run into some problems though, that is I can't seem to be able to send packets from one client to another. The API is correctly initialized and everything, but when I…
scewps
  • 91
  • 1
  • 13
2
votes
1 answer

Are distributed ledgers (like blockchain) feasible into the future (due to memory limits) if copies of the ledger are stored locally?

It is my understanding that in distributed networks such as those created using blockchain technology, each peer has a shared ledger of all previous transactions since the inception of the chain. As time progresses on, this ledger will grow in size…
2
votes
1 answer

Remote Video is blank in WebRTC using adapter library

I am new to WebRTC and currently trying to implement a Peer to Peer Video chat in my Angular2 project. I am using webrtc-adapter.js npm for setting up the connection. The remote video remains blank, and only the local webcam video is working. I have…
user3573851
  • 21
  • 1
  • 5
2
votes
1 answer

Android client for kurento room

i can connect ios app with kurento room for conference call without any issue but i cannot connect it with android, here i am following tutorial Kurento WebRTC Peer For Android to make android client to connect with kurento room. Here is the code…
Jeeva
  • 448
  • 1
  • 6
  • 18
2
votes
1 answer

Peer to peer cluster for (ideally anonymous) threshold voting

As an introduction to peer to peer networking and/or blockchains, I want to make a little project, but I need to know the limitations of cryptography and what combinations of features are possible. Here's what the ideal (if it were backed by a…
AniSkywalker
  • 449
  • 5
  • 20
2
votes
4 answers

Why am I getting a permissions error when attempting to auto_accept vpc peering in Terraform?

I am trying to create a VPC peer between accounts and auto accepting it but it fails with permissions error. Here are the providers in the main.tf provider "aws" { region = "${var.region}" shared_credentials_file =…
2
votes
0 answers

simplepeer.js is not working on mobile

I am using simplepeer.js with pusher api and I have developed an audio/video calling system but there is a problem that it is not working on the mobile. I have tested my system on Mozilla and chrome on laptop ,it is working fine on both but on the…