SeattleTestbed / repy_v2

Seattle Testbed's Repy ("Restricted Python") sandbox, version 2
MIT License
12 stars 50 forks source link

[Newcomer] Write a library that discovers if a node is behind a NAT #42

Closed choksi81 closed 10 years ago

choksi81 commented 10 years ago

We need to write a library that discovers whether a node is behind a NAT. Ideally users should be able to import this library and call a function that returns a boolean value.

choksi81 commented 10 years ago

Author: leonwlaw This has been assigned to Ankit.

JustinCappos commented 10 years ago

Albert did this as part of the Affix work, I believe

aaaaalbert commented 10 years ago

Yes, this is implemented via the canilisten library.