文件分類 [總覽]
社群資訊
STUN client
(SOS, 2010-12-02 23:38)
1樓
joseph 老師:
我最近公司要我做一個 STUN client. 看了一些文件
STUN, NAT, port forwarding 等..
4個 NAT type : Full cone, Restricted cone, Port restricted and Symmetric
我看得不是很懂.可以簡單解釋一下嗎?..其實...重點是Y這個 STUN client 程式該怎麼開始寫啊~
(joseph, 2010-12-03 12:22)
2樓
你可以直接拿open source 去改, 如果你是做linux的, 基本上你也不用寫什麼程式....
NAT type..再找我..如果你懂TCP/IP..去wiki看一下, 應該就懂了.
http://sourceforge.net/projects/stun/
The STUN protocol (Simple Traversal of UDP through NATs) is described in the IETF RFC 3489, available at http://www.ietf.org/rfc/rfc3489.txt
This project implements a simple STUN server and client on Windows, Linux, and Solaris.