command
module
Version:
v0.0.0-...-65db379
Opens a new window with list of versions in this module.
Published: Aug 17, 2013
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
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
.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
go-stun is a STUN (RFC 3489 and RFC 5389) client implementation in golang.
|
go-stun is a STUN (RFC 3489 and RFC 5389) client implementation in golang. |
Click to show internal directories.
Click to hide internal directories.