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
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
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!