upnp port forwarding
authorForrest Voight <forrest@forre.st>
Wed, 3 Aug 2011 06:30:28 +0000 (02:30 -0400)
committerForrest Voight <forrest@forre.st>
Wed, 3 Aug 2011 06:30:28 +0000 (02:30 -0400)
commit2b3f73c66a245a488271927bdb6b362371e43563
tree1d112170b080f3ff442a3c81f7cc8af2b261aa01
parent48bda1810ff8577333936ba8affd80cf8684109f
upnp port forwarding
nattraverso/__init__.py [new file with mode: 0644]
nattraverso/ipdiscover.py [new file with mode: 0644]
nattraverso/portmapper.py [new file with mode: 0644]
nattraverso/pynupnp/__init__.py [new file with mode: 0644]
nattraverso/pynupnp/soap.py [new file with mode: 0644]
nattraverso/pynupnp/upnp.py [new file with mode: 0644]
nattraverso/pynupnp/upnpxml.py [new file with mode: 0644]
nattraverso/utils.py [new file with mode: 0644]
p2pool/main.py