[erlang-questions] STUN server

Benoit Chesneau bchesneau@REDACTED
Fri May 31 18:08:55 CEST 2013


On Fri, May 31, 2013 at 5:04 PM, Peter Lemenkov <lemenkov@REDACTED> wrote:
> 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.

Thanks,

Interestingly your project goes in the direction I want , ie
implementing the rfc 5245 (ICE) . Do you plan to continue to work on
it?


- benoit



More information about the erlang-questions mailing list