nat-traversal Questions
1
Solved
So, i have been reading up on NAT-Punchthrough. I seem to be getting the idea, but i have a hard time implementing it, and i feel that i am missing a step here.
Testing this functionality is ...
Radiotransparent asked 3/4, 2017 at 10:12
2
Solved
I have a WebRTC MCU (kurento) running on a public IP address
serving some clients that only send or only receive audio
So every clients is directly connected with MCU (not with each other ) that ...
Disobedience asked 30/8, 2015 at 21:0
1
I am trying to setup an implementation on my raspberry pi that is able to break through behind NAT routers so that I can connect to it remotely regardless of which network it is residing behind.
I...
Tempestuous asked 11/8, 2014 at 12:17
1
When I read the IP address of the device I always get the local IP address.
I use the following code snippet to do that.
public String getIpAddress() {
try {
for (Enumeration<NetworkInterfac...
Kowtko asked 17/7, 2014 at 12:42
0
I tried to implement UDP hole punching algorithm for my application.
When both peers contacted the server revealing their public IP
the 3G cellular NAT assigned constant external port for the same ...
Shep asked 14/4, 2014 at 12:39
3
Solved
I want to build a decentralized, reddit-like system using P2P. Basically, I want to retain the basic capabilities of reddit, but make it decentralized, to make it more robust and immune to censorsh...
Vaivode asked 10/4, 2011 at 14:0
1
I write an application where it is essential to connect clients directly with each other and keep them connected. After doing some research using superior techniques (google) I found out that what ...
Witmer asked 6/8, 2012 at 13:44
1
I'm looking for suggestions or a solution for peer-to-peer NAT traversal in .Net. Say I have a chat application and two clients need to connect but both are behind NAT:
For home scenarios, uPNP is...
Hungary asked 19/3, 2011 at 20:25
2
Solved
I've seen and read a lot of similar questions, and the corresponding Wikipedia articles (NAT traversal, STUN, TURN, TCP hole punching), but the overwhelming amount of information doesn't really hel...
Nautical asked 1/9, 2010 at 0:54
2
Solved
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 connecti...
Rattlebox asked 22/2, 2011 at 11:51
3
Solved
I know the word "connection" isn't really appropriate when talking about UDP, but...
How does a server (the one with the known IP) get its UDP packets through the Internet to a client that is behi...
Vesica asked 4/4, 2009 at 6:19
2
Solved
How does one PC connect to another over the internet to another PC?
An example would be a program listening for connections on PC 1. PC 1 sits behind Router 1. PC 2 has a client program trying to ...
Milinda asked 22/2, 2009 at 18:49
1
© 2022 - 2024 — McMap. All rights reserved.