Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aggresss/mirror-restund
mirror from http://www.creytiv.com/restund.html
https://github.com/aggresss/mirror-restund
Last synced: about 2 months ago
JSON representation
mirror from http://www.creytiv.com/restund.html
- Host: GitHub
- URL: https://github.com/aggresss/mirror-restund
- Owner: aggresss
- Created: 2019-03-18T14:43:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-18T14:54:35.000Z (almost 6 years ago)
- Last Synced: 2024-10-14T12:34:48.852Z (3 months ago)
- Language: C
- Homepage:
- Size: 185 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README
Awesome Lists containing this project
README
README
------restund - modular STUN/TURN server
Copyright (c) 2010 - 2014 Creytiv.comDistributed under BSD license
Feedback:
- Please send feedback to
External dependencies:
libre
Supported platforms:
* Linux
* FreeBSD
* OpenBSD
* NetBSD
* Solaris
* Apple Mac OS XDesign goals:
* Modular STUN/TURN server
* STUN and TURN support
* IPv4 and IPv6 support
* UDP, TCP, TLS and DTLS transport support
* RFC-compliancy
* Robust, fast, low footprint
* Portable C89 and C99 source codeModular Plugin Architecture:
* STUN messages: auth binding stat turn
* Database backend: mysql_ser filedb restauth
* Server status: status
* Logging: syslogIETF RFCs:
* RFC 5389 - Session Traversal Utilities for NAT (STUN)
* RFC 5766 - Traversal Using Relays around NAT (TURN): Relay Extensions to
Session Traversal Utilities for NAT (STUN)
* RFC 5780 - NAT Behavior Discovery Using Session Traversal Utilities for
NAT (STUN)
* RFC 6156 - Traversal Using Relays around NAT (TURN) Extension for IPv6
* RFC 7350 - DTLS as Transport for STUN
* draft-uberti-behave-turn-rest-00