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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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!