I am trying to get PNRP connectivity working between a Windows XP machine and a Windows Vista machine on my internal network (as a first step to getting it working from outside my network).
I have set up a WICN on my Vista machine. I can ping the WICN from the same Vista machine (hardly surprising really), but I cannot ping it from the...
Hi All,
Just curious to know what your experiences with PNRP are? I have been using WCF to code up a peer to peer application using WCF.
I support 2 different setups, one using PNRP (i.e. no server) and another setup using a central server.
The central server approach is really fast over a LAN, peers can connect in around 0.5 - 2 seco...
Hi, I have two installations of Windows 7. a 64bit version on my hard disk, and a 32bit version installed as a bootable VHD.
on my the 64bit version, I can't get my PNRP Global_ cloud out of Alone state.
on my the 32bit version, I can get it in Active state by registering a peer however I can't resolve a friends peer, maybe I misunders...
I wrote some code for a WCF P2P chat program.
<services>
<service name="PeerChat.Form1">
<host>
<baseAddresses>
<add baseAddress="net.p2p://PeerChat/" />
</baseAddresses>
</host>
<endpoint name="PeerChatEndPoint" address="" binding="netPeerTcpBinding" bindingConfiguration="BindingUnsecure"
contra...
Sorry if this seems like a stupid question but im actually having a hard time finding a straight answer. I know PNRP is MS's technology for implementing peer-to-peer but how does it actually work - i mean im assuming when you register your address in the global cloud that it is actually contacting a Microsoft server to find a peer addre...
Hi,
Im trying to test out PNRP in a simple app that either registers or resolves. On my Vista machine when i run 'netsh p2p pnrp cloud show list' .... I see Global_ When i try this from my Windows 7 machine i do not see Global_ i only have LinkLocal_...
I can see i have an IPV6 address on the Windows 7 machine (via ipconfig)
I may ...
So, I'm trying to make sense of WCF in general, and this MSDN chat client sample in particular. I have been testing with the configuration below, and it seems to be working fine. However, what will happen if the Internet connection is lost (or nonexistent)? Will the peers still be able to find each other? (According to this question, I w...
C:\>netsh
netsh>interface ipv6
netsh interface ipv6>show addres
Querying active state...
Interface 6: Local Area Connection 3
Addr Type DAD State Valid Life Pref. Life Address
--------- ---------- ------------ ------------ -----------------------------
Temporary Preferred 6d23h38m55s 23h36m8s 2001:db8:1dde:1:6d16:9d1:b1...
I've started playing with the Chat sample for WCF P2P. I've modified the sample to use the PNRP binding instead of the custom resolver since I want a pure p2p network with no designated servers (or am I not understanding something here? Am I supposed to run the custom resolver service on each node?). Each chat instance now takes approx 2...