Questions tagged [net.p2p]

10 questions
4
votes
3 answers

wcf net.p2p:// - does this work over the internet?

Does the net.p2p protocol allow peers to connect over the Internet (through NAT, Firewall, etc). I understand that PNRP addresses this (thats fine if your using ipV6) but can this also be done when using a custom resolver? ie: when a peer registers…
schmoopy
  • 6,419
  • 11
  • 54
  • 89
3
votes
2 answers

Does WCF supports Peer-to-peer implementation?

I'm trying to implement peer-to-peer messaging and file sharing utility within LAN, So does WCF supports p2p? Does any one tried file sharing trough WCF?
Prashant Cholachagudda
  • 13,012
  • 23
  • 97
  • 162
2
votes
0 answers

how to make p2p connection in android app

I am trying to make an android app in kotlin which have feature of P2P connection between two devices in spite of reason they are not in a same wifi. They should be able to create a server-client or whatever connection is possible but they should…
codyKAS
  • 21
  • 5
2
votes
0 answers

WCF net.p2p:// - Can I connect using a different port than listening?

I have the following code that starts a WCF P2P service: private static readonly EndpointAddress EndpointAddress = new EndpointAddress("net.p2p://eigenein.Test.Wcf"); ... public void Start() { NetPeerTcpBinding binding = new…
eigenein
  • 2,083
  • 3
  • 25
  • 43
1
vote
0 answers

How does a PeerName relate to a Peer created when opening a channel using NetPeerTcpBinding?

I have read the articles (specifically this one) and worked with the peer-to-peer examples from Microsoft but I cannot find anything that explains how registering a peer name relates to actually opening up a peer channel. Can anyone explain?
Jim
  • 4,910
  • 4
  • 32
  • 50
1
vote
1 answer

When P2P Won't Connect, How to "Restart" it in the Client

I have implemented a wcf P2P setup in a simple application. My question is the result of testing this with multiple clients. Nine times out of ten, all the clients will synch up in the mesh and connect without issue. However, depending on which…
Nate
  • 13
  • 2
1
vote
1 answer

Does .NET Peer to Peer Technology allows communication behind a router?

Recently i had a case where i was trying to establish a p2p connection using Microsoft PNRP technology between two applications. One application was on Lan and another was on same Lan (diff computer but same Service provider) but was behind a WiFi…
Himanshu
  • 507
  • 1
  • 6
  • 10
0
votes
0 answers

PNRP on POSReady or XP Embedded

We have WCF P2P code working on XP and Win7. We cannot say the same for POSReady. We have installed PNRP (Networking components) and services appear to be installed and running. netsh p2p pnrp cloud show list returns no clouds.
Neil
  • 75
  • 1
  • 9
0
votes
1 answer

With a WCF P2P application can I send into the P2P network without being a node

I have a service with multiple nodes running using WCF P2P. All of the nodes both send and receive the data that is being passed around. I have a new node that I would like to have send data into the P2P network of services but it doesn't actually…
timothymcgrath
  • 1,318
  • 1
  • 9
  • 19
0
votes
1 answer

Get notified when a client connect to a WifiP2p group

Is there any to way get a notification through a BroadcastReceiver when a client connects itself to a WifiP2p group created via createGroup(..) ? Sounds like the - WIFI_P2P_STATE_CHANGED_ACTION - WIFI_P2P_PEERS_CHANGED_ACTION -…
Fabien Demangeat
  • 935
  • 8
  • 12