Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #22160 > unrolled thread

Problem with NAT Traversal

Started byhz hanks <hankshz@gmail.com>
First post2012-03-26 00:02 -0700
Last post2012-03-26 00:02 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Problem with NAT Traversal hz hanks <hankshz@gmail.com> - 2012-03-26 00:02 -0700

#22160 — Problem with NAT Traversal

Fromhz hanks <hankshz@gmail.com>
Date2012-03-26 00:02 -0700
SubjectProblem with NAT Traversal
Message-ID<mailman.982.1332745327.3037.python-list@python.org>
Hi, All

I'm working with a small program to realize P2P file transfer.
Therefore, I have to accomplish the function of NAT traversal. From
the searching result, I know that it always requires a public server
to initialize the transfer, but I don't have one. Now, my idea is
that, we already have many communication ways such as the gtalk, so
one side of P2P file transfer program can just run a 'touch' function
to know some parameters, such as the port number and the public IP
address, and just display them to the users. And the users will
guarantee that the other side P2P file transfer program will know
these parameters. However, I don't know any function in python can
achieve the 'touch' function. Any one has some experience on this?
Really appreciated.

Best,
Hanks

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web