stunserver
STUN server
An implementation of an STUN server and client code to facilitate secure communication in peer-to-peer networking.
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 compatibility for RFC 3489. Compiles on Linux, MacOS, BSD, Solaris, and Win32 with Cygwin. Windows binaries avaialble from www.stunprotocol.org.
1k stars
97 watching
349 forks
Language: C++
last commit: 5 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
damonoehlman/freeice | A JavaScript module providing a list of free, randomized STUN servers for WebRTC applications. | 289 |
ccding/go-stun | An STUN client implementation to enable NAT traversal in network communications | 676 |
firefart/stunner | A tool for testing and exploiting STUN, TURN, and TURN over TCP servers. | 763 |
jimevans/strontium | Provides a .NET implementation of the Selenium WebDriver Remote Server | 10 |
jstepien/mutant | A tool that helps ensure Clojure code is robust by introducing artificial defects and testing its reliability | 102 |
dukeofharen/httplaceholder | A cross-platform HTTP stub application that enables developers to easily create and manage HTTP stubs for testing and development purposes. | 113 |
ryanbekhen/feserve | An application serving frontend applications and load balancing static files with SSL certificates | 8 |
josverl/micropython-stubs | A collection of pre-generated stubs to simplify development of MicroPython-based projects | 161 |
0xspaceshard/starknet-devnet-js | A JavaScript library that allows developers to interact with the Starknet Devnet without installing and running it separately. | 9 |
stevegraham/hypermock | An Elixir library that intercepts HTTP calls and returns predefined responses based on expectations set by developers. | 24 |
stefh/netstandard.httplistener | A library that enables building HTTP servers on .NET Core and Universal Windows Platform. | 40 |
assetnote/surf | A tool that identifies and filters potential Server-Side Request Forgery (SSRF) vulnerabilities in cloud environments by probing external hosts. | 533 |
kylef/mockingjay | An HTTP stubbing library for Swift that allows developers to easily mock out network requests during testing. | 1,490 |
staaldraad/xxeserv | A mini webserver with FTP support for XXE payloads | 326 |
jmervine/httperfjs | A Node.js port of HTTPerf.rb that simulates HTTP traffic and measures the performance of web servers | 25 |