This project implements a simple STUN server and client on Windows, Linux, and Solaris. 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
License
Vovida Software License 1.0Follow STUN Client and Server
Other Useful Business Software
Get the most trusted enterprise browser
Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
Rate This Project
Login To Rate This Project
User Reviews
-
I have compiled all these 3 projects..one MFC dialog(winstun), and server, client exes...but unable to understand winstun usage..! server client kept on same machine...gave parameter as server: server -v -h MyLocalIP -a MyLocalIP -p 3478 -o 3479 -m 6439..(Since I am having one NIC) client:client MyLocalIP -v -p 3478 -i MyLocalIP.. But could not understand use of MFC dialog(winstun).. Can anybody explain me..? -Pankaj
-
Really nice and simple solution but it needs a Windows Service option. I know it's planned.
-
There are *.pem files which are private keys/certificate int the compact file. I have got no idea why? does stun have got anything to do with PKI / support TLS?
-
Hi all, tell me please. I have two client A and B. Thay connected to stund server (they know IP address and port toghether). How Client A send message to client B directly? Thanks so much.
-
Good one!