[erlang-questions] STUN server
Peter Lemenkov
lemenkov@REDACTED
Fri May 31 17:04:45 CEST 2013
2013/5/31 Benoit Chesneau <bchesneau@REDACTED>:
> is there any implementation of a STUN server in erlang around?
If all you need is just STUN (not TURN for example) then you may take
a look at this one I've built some time ago:
* https://github.com/lemenkov/erlstund
STUN isn't that hard to implement (apart from STUN message type
encoding, see http://tools.ietf.org/html/rfc5389#section-6 ) and you
can build your own quite fast.
--
With best regards, Peter Lemenkov.
More information about the erlang-questions
mailing list