2015-08-09 22:15:41 -07:00
2015-07-20 11:43:50 -07:00
2015-08-09 22:15:41 -07:00
2013-08-18 01:03:25 +02:00
2013-08-18 00:23:40 +02:00
2013-08-18 00:23:40 +02:00

go-stun

go-stun is a STUN (RFC 3489, 5389) client implementation in golang.

It is extremely easy to use -- just one line of code.

import "github.com/ccding/go-stun/stun"

func main() {
	nat, host, err := stun.Discover()
}

More details please go to example.go.

Description
A go implementation of the STUN client (RFC 3489 and RFC 5389)
Readme Apache-2.0 228 KiB
Languages
Go 100%