|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 10/30/2007 8:13:38 AM
Posts: 9,
Visits: 20
|
|
|
|
|
|
Supreme Being
      
Group: Administrators
Last Login: Yesterday @ 2:45:57 AM
Posts: 825,
Visits: 1,333
|
|
Thanks Peter, we will take a look at this project. Do you know if the project is still alive? They had the last beta release almost 6 months ago.
 Kindest Regards, SmartCode Solutions Support
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 10/30/2007 8:13:38 AM
Posts: 9,
Visits: 20
|
|
| I don't know if the project is still alive, but the code they've released is a functional reference implementation. Another approach is to adopt Google's ICE implementation which is used in Google Talk and realease under a BSD license as part of libjingle. Google accomplishes NAT traversal using a reliable UDP stream in tandem with a standard STUN server; this avoids the complexity associated with TCP hole punching. Yet another place to look for example code is in open source P2P projects, which often implement NAT traversal using either STUN or STUNT (Jive Software's OpenFire is just one example). Here's a great document on NAT traversal: http://www.brynosaurus.com/pub/net/p2pnat/ Google's libjingle: http://code.google.com/apis/talk/libjingle/index.html Now, if you were to establish a source licensing model *hint, hint* I could write the STUNT code and donate it back to s-code... of course, for a nice discount on the license.
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 10/30/2007 8:13:38 AM
Posts: 9,
Visits: 20
|
|
|
|
|
|
Supreme Being
      
Group: Administrators
Last Login: Yesterday @ 2:45:57 AM
Posts: 825,
Visits: 1,333
|
|
Okay, this is my last post on the subject... I swear! You may continue posting and thanks for the links!
 Kindest Regards, SmartCode Solutions Support
|
|
|
|