gortc / stun

Fast RFC 5389 STUN implementation in go
BSD 3-Clause "New" or "Revised" License
494 stars 53 forks source link

Status update #30

Closed ernado closed 7 years ago

ernado commented 7 years ago

Quick status update: API is stable (with exception for Client/Agent implementations in this package), so it is safe to use it, if you only need STUN decoding/encoding. That part is blackbox and unit-tested and should contain minimum to no bugs.

I'm currently have no time to actively develop golang webrtc stack, but that will change shortly.

ernado commented 7 years ago

stun.Client is stabilized, I have more time to work on gortc now.