Tagged Questions
1
vote
0answers
25 views
Python UDP Socket Not Receiving Data
I am attempting to write a UDP chat system, but for some reason the listen() loop is not working and I can not figure out why.
import socket ...
0
votes
0answers
12 views
IPEndPoint behavior on Destination unreachable
Is there any way to change behavior of IPEndPoint on ICMP error message? When I try to send custom UDP packet to another peer (UDP hole punching method) router answers with "Destination unreachable" ...
1
vote
1answer
47 views
UDP Hole Punching - Destination unreachable
I'm trying to make p2p connection using UDP hole punching method, but I always get ICMP packet with Destination unreachable status.
At first, there is created an UDP connection to server:
...
2
votes
2answers
94 views
Choosing port number for UDP hole-punching
I have a weird problem. I have a successfully working C++ (boost asio) P2P application which works on most of the NAT. The problem is when I give the initial start port number as 1000 it checks if ...
0
votes
2answers
68 views
Low-latency peer to peer udp tunneling library?
I am interested in developing a peer-to-peer network that uses UDP tunneling to get around NAT for low-latency communication for something similar to a multiplayer game. There will be central server ...
1
vote
1answer
267 views
building internet based p2p text,audio , video chatting application
I would like to implement internet based P2P text,audio, and video chatting application using c# asp.net socket programming. i'll use tcp sockets for text chatting and udp sockets for video and audio ...
0
votes
1answer
162 views
How to develop P2P chat web application
I am working on asp.net web based peer to peer chat application. I am using UDP sockets for communication. As my application is P2P I should avoid interactions with server and let peers to send and ...
1
vote
1answer
125 views
P2P Networking under the each NAT
I'm doing some mobile project, that need to P2P communication with two devices.
And I faced with problem. (cause it's rare that smartphone have public ip)
I found some answers. It is 'UDP Hole ...
1
vote
0answers
122 views
Is this a reasonable technique to establish P2P connections between two hosts behind a NAT?
In order for two hosts behind two different NATs to be able to establish a P2P connection, they must both have each other's public endpoints (address/port). In order for each host to become aware of ...
1
vote
1answer
56 views
Is it possible that calling objSocket.EndReceiveFrom removes NAT entry of address mapping from router?
I am working on one research where I am making NAT traversal specifically for Symmetric.
Out of 16 possible combination of (FullCone, RestrictedCone, PortRestrictedCone, Symmetric) I have established ...
1
vote
1answer
499 views
UDP Hole Punching (c++/winsock)
stackoverflow users!
I have an app that has to deal with p2p, and that's how I get to UDP Hole punching. But I ran into troubles with implementation. Hope, you can give me some tips.
I've got ...
0
votes
0answers
62 views
when local and public port of computer gets changed, peer to peer communication is not working
Here is my observation...
ClientA
Local IP : 192.168.1.2:11111
Public IP : 202.202.202.202:11111
ClientB
Local IP : 192.172.1.2:6845
Public IP : 102.102.102.102:6845
In this scenario peer to peer ...
0
votes
1answer
167 views
Three way handshake to establish direct communication between two peers, getting issue
Basically below is the part of peer to peer to chat.
I have established communication already from clienta to server and clientb to server.
Now clienta request to server to try communication with ...
1
vote
1answer
187 views
UDP server connection gets reset, how to keep live to handle request from second client?
I need to have peer to peer chat between two client without having need of server.
As a part of initial testing I am working on one UDP based server to listen one port to get client1 & client2 ...
1
vote
0answers
260 views
TCP/UDP Hole Punching and Hybrid P2P + Client/Server Architecture
I have a hybrid architecture where A is a client trying to request content from B, which is a server that is potentially behind a NAT (though not necessarily). S is a server acting as the go between ...
2
votes
1answer
768 views
how exactly rtmfp / UDP works
I am trying to develop a live video chat app using flash and rtmfp protocol but I have doubts as to
how rtmfp guarantees to connect peers especially when the peers are located in different networks.
2
votes
1answer
145 views
TCP hole puching - How to proceed this step
I finished a P2P program in Java that is working perfectly in LAN range, and now I'm stuck at the well-known NAT traversal problem. I want to allow my users to connect to each other passing through ...
0
votes
0answers
210 views
P2P using Boost asio UDP socket
I have written a P2P program using boost asio in C++. The basic algorithm is correct up to sending raw packets to both peer for hole punching. The hole punching happens 100% perfectly when there is a ...
0
votes
1answer
234 views
p2p c++ library with windows support?
I have a basic virtual environment (VE) made out of opengl. It has many movable cubes. It has a user controlled sphere which can collide and change position of the movable cubes in the VE.
I want to ...
1
vote
2answers
280 views
UDP Packet arrangement
I have implemented a P2P application using Boost C++. As you'll no that UDP does not guarantee packet order or even packet delivery, so i thought of :
Put all the received UDP packet for one request ...
0
votes
1answer
149 views
P2P Discovery Function
I'd like to know how to implement a discovery function in a LAN P2P Network.
I don't want to use the .NET 3.5 P2P library,i want to design it myself.For the moment when a user presses Connect button, ...
0
votes
0answers
122 views
Peer to Peer application [closed]
I've an application which sends massive number of UDP packets. It works well when it contacts up to 3000 peers (i.e. lost packets on my application side is very low, and acceptable). I need to make it ...
2
votes
0answers
859 views
Send UDP packet to a public IP using Boost.asio
I want to send UDP packets to my static IP 122.***.***.*** where an UDP server listens on port 1213.
udp::resolver resolver(io_serviceSend);
udp::resolver::query ...
0
votes
1answer
91 views
Can a network message be broadcasted over a UDP peer to peer connection?
I have an application that is sending broadcast messages. I have configured two computers to be connected directly between one of their network adapters. Ping works fine between the two systems. ...
0
votes
0answers
178 views
How to specify ports for datagramSocket correctly in Java Mac OS X
I have the following problem.
I'm trying to implement a P2P system, using UDP protocol to transmit and receive files. My main issue is about communications. When I try to establish the peer's ...
-3
votes
1answer
628 views
Creating a P2P Applciation with TCP/IP? [closed]
I am working on creating a C# P2P chat messenger without a central server. And I need help on how i should start implementing the model.
I have in mind to send out a UDP broadcast to all the ...
1
vote
2answers
225 views
UDP server to forward messages between clients
I'm starting to write an udp server to match two clients together and allow them to send/receive data to/from each other.
It's for a multiplayer game, and my goal is to create a p2p-like connection ...
2
votes
4answers
155 views
Application testing (Multiple IP's)
I've been developing a P2P application that i have to test now. The problem is, that i cant figure out how to test the multiple instances of the application on one computer.
The application is made ...
2
votes
2answers
900 views
C# UDP cannot listen on a port that has already been used to send data?
I am new to UDP/networking programming, and I am trying to create a chat board via UDP.
My ultimate aim is to do UDP hole-punching (something of a similar concept to Skype), so I need to listen on ...
2
votes
3answers
145 views
Standard Chat Applications
Quick question: do most chat applications (ie. AIM, Skype, Oovoo) use peer to peer UDP exchange for talking to other users or an echoing TCP connection with a server? Or some combination in-between?
4
votes
1answer
1k views
UDP Hole Punching help
I'm trying to add networking over the internet to my game, using Peer to Peer.
I have already implemented a LAN only version, which uses .NET's peer to peer classes to connect within the local ...
2
votes
3answers
2k views
p2p open source library tcp/udp multicast support
I have a certain application running on my computer. The same application can run on many computers on a LAN or different places in the world. I want to communicate between them. So I basically want a ...
1
vote
3answers
732 views
udp packet loss and recovery
I am working on both udp/tcp based P2P for file and real time video streaming application.the application will be developed for both Linux and windows platform using c++.
We are using ICE(TCP/UDP ...
4
votes
3answers
440 views
Selecting a Multicast IP Address
I'm having trouble understanding how multicast addresses work.
First off, is it true that if I have N clients or peers working on separate networks, they all subscribe to the same multicast group, ...
0
votes
5answers
1k views
Need help for udp hole punching
Hey I'am working on a project to create a p2p network in java.
I have built the n/w using UDP for the local lan and I am working on
sending the UDP datagram across the internet. I came across this ...
2
votes
2answers
1k views
Behind NAT to behind NAT connection
I've come across an interesting problem. Basically I have 2 mobile phones that are both behind NATs. I want to communicate directly between the 2 devices using UDP.
I know if I initiate a ...
1
vote
2answers
363 views
How to perform p2p behind 2 nats?
I'm trying to send 'hello' btw 2 clients, each behind a firewalled NAT, without success. UDP or TCP punching are just as fine, for now.
client A expecting to receive 'hello p':
set -- $( wget -qO- ...
0
votes
1answer
456 views
Importance of ping - pong in udp p2p communication
I am quite new to socket programming. I was trying to make p2p communication using udp and did finally made it. While writing a program, the point I have observed is that communication between two ...
2
votes
1answer
1k views
method to find my UDP socket's “real” port?
Is there any free service to which I could send a UDP packet and it would respond telling me what is my "real" UDP port? (my application is behind a NAT)
This kind of service could allow me to make a ...
5
votes
6answers
1k views
P2P network games/apps: Good choice for a “battle.net”-like matching server
I'm making a network game (1v1) where in-game its p2p - no need for a game server.
However, for players to be able to "find each other", without the need to coordinate in another medium and enter IP ...

