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
Simplify IT and security with a single endpoint management platform
NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers.
The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
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!