stunserver icon indicating copy to clipboard operation
stunserver copied to clipboard

Version 1.2. This is the source code to STUNTMAN - an open source STUN server and client code by john selbie. Compliant with the latest RFCs including 5389, 5769, and 5780. Also includes backwards co...

Results 15 stunserver issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/33892516/169929365-8aa38f01-d10f-47a2-b87a-9712ab71642b.png)

This PR adds support (allows compilation) for Android. On Android the standard location is not ``, instead ``. The Android NDK has the `__ANDROID__` macro that can be used (clang...

It would be nice if releases would be tagged again in git.

I compiled in Ubuntu 20.04 stunserver. Now I'm trying to understand how to make it properly work. If I use the IP of the local network, then the binding test...

Can you add missing RFCs? There are for STUN: - RFC 3489 - "classic" STUN - RFC 5389 - base "new" STUN specs - RFC 5769 - test vectors for...

Can you add the SHA256 support? Please note: - RFC8489: Session Traversal Utilities for NAT (STUN): https://tools.ietf.org/html/rfc8489 - RFC8760: The Session Initiation Protocol (SIP) Digest Access Authentication Scheme: https://tools.ietf.org/html/rfc8760 -...

To run the full mode, I need to provide 2 ip addresses, so should I run the same server but on two different server with the same command or just...

I used stunclient to test nat behavior on NAT1,2,3,4 networks, the result is the same: Nat behavior: Address and Port Dependent Mapping Is there a plan to support for full...

Hello, I executed make command but it lags after this function ![Screenshot (176)](https://github.com/jselbie/stunserver/assets/97000504/126e5e0c-a6b3-4d0e-b34e-3ba7288c9be1) I'm using amazon linux Do you have any solution?