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
0
votes
2 answers

WebRTC DataChannel Errors

I'm trying to connect 2 peers with webrtc and datachannel without camera and microphone. try { socket = new WebSocket("ws://localhost:1337/"); var servers = {iceServers:[{url:"stun:stun.l.google.com:19302"}]}; …
Norwido
  • 51
  • 1
  • 7
0
votes
1 answer

Peersim extra code

Where do I find the peersim-extras source code? I cannot find here. http://peersim.sourceforge.net/ Thanks, Felipe
Felipe
  • 7,013
  • 8
  • 44
  • 102
0
votes
1 answer

Peer Channel File Transfer

I have a chat program written in C# using Peer channel technology but I want to extend the program to be able to send and receive files Peer to peer how can i do this? I use DefaultCustomResolver.exe and instance.exe . every user open…
-1
votes
1 answer

peerServer is not a function

const { peerServer } = require("peer"); const ExpressPeerServer = peerServer(server, { debug: true, }); TypeError: const { peerServer } = require("peer")(app); ^ peerServer is not a function Here is an image of the log message
-1
votes
1 answer

why in javascript i cant create object in this function?

i have a problem with creating object inside my function i know its a void function but i don't need to return any data let btnConnect = document.getElementById('connect') let btnConnectedDrive = document.getElementById('ConnectedDrive') function…
Mohammad
  • 36
  • 1
  • 8
-1
votes
1 answer

WebRTC more than one peer connection

I searched almost everywhere and can't seem to find any resource on this scenario for some reason. Any help would greatly be appreciated. The problem is this: I have 4 users. Lets say: A,B,C and D. I want to match them according to url. For…
user4709059
  • 125
  • 1
  • 8
-1
votes
1 answer

Finding my peers network addresses bitcoin

I'm trying to get all of the current ip addresses for the peers connected to my node. A bit similar to what bitnodes is doing. I can't figure out if there is an API call to be sent from the bitcoind client which returns a list of addresses. I've…
-1
votes
3 answers

How to get Device name of your PEER using WifiP2P in Android

I am connecting two devices using wifi p2p from Android. I would like to know if there is any way for both devices to know the name of each other when the connection is established. When the device is starting the connection request, it is easy…
BlueMountain
  • 197
  • 2
  • 17
-1
votes
1 answer

WebRTC help wanted

It's time for me to experiment WebRTC. I think I understand the principle of operation, but the remote video is black, where is my mistake ? When i add some console.log() everything is fine, this make me crazy ! I'm using socket.io for signaling…
WDX
  • 57
  • 7
-1
votes
2 answers

Objective C - Send Object with Multipeer Connectivity Framework, Peer not connected

I'm developing an application and I need to send an object to another application. These two apps communicate each other using the multipeer connectivity framework. In particular, I want to send an object called Order, that is @interface Order :…
dylaniato
  • 516
  • 9
  • 23
-1
votes
1 answer

P2P app chat with WCF

I followed the example on this link. It worked pretty well - but it worked like a Chat Room. I dont know how to just send and get message between just 2 clients. Can someone give me some advices to do that? Thank you for reading.
user3688221
  • 87
  • 1
  • 1
  • 7
-2
votes
1 answer

Connecting App engine standard to private ip vm of another gcp project

I am having a Private ip vm in project A with vpc N1 and in project B a vpc N2. Both are peered and I am trying to connect to the private ip vm from project B through app engine standard using a serverless vpc connector. But i not able to connect.…
-2
votes
1 answer

UDP retrieving port number of another peer (Java)

I am developing a chat application using UDP. I have a problem when getting the port number of another peer. I can get the peer's host address but not the port the response / request came from. Is is possible to get the port number of the peer who…
Troller
  • 1,108
  • 8
  • 29
  • 47
-2
votes
1 answer

Wifi Direct File Transfer

How can i Make android peer to peer Direct File Transfer without using the intermediate server I Have tried the app with intermediate server but it is not working please help me.
Krunal
  • 61
  • 1
  • 1
  • 6
-4
votes
3 answers

How to set DOCKER_SOCK variable to create container for service peer0.org3.example.com

when i want to bring up the Org3 peer in hyperledger fabric network and run command : docker-compose -f docker/docker-compose-org3.yaml up -d I have some errors as fallow: WARNING: The DOCKER_SOCK variable is not set. Defaulting to a blank…
1 2 3
20
21