知識社群登入
位置: 艾鍗學院 Blog > 專業論壇 > 討論
STUN client
1樓
 
joseph 老師:
 
 
我最近公司要我做一個 STUN client. 看了一些文件
 
STUN, NAT, port forwarding 等..
 
4個 NAT type : Full cone, Restricted cone, Port restricted and Symmetric
 
我看得不是很懂.可以簡單解釋一下嗎?..其實...重點是Y這個 STUN client 程式該怎麼開始寫啊~ 
 
 
2樓
 
你可以直接拿open source 去改, 如果你是做linux的, 基本上你也不用寫什麼程式....
 
NAT type..再找我..如果你懂TCP/IP..去wiki看一下, 應該就懂了.
 
 
 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.