Registry / networking / pion-turnc

pion-turnc

JSON →
library0.0.6gogounverified

Package turnc implements a TURN client for NAT traversal.

go get github.com/pion/turnc
INSTALL
IMPORT
SIG · PION-TURNC
P
pion-turnc
networkinggov0.0.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

turnc
github.com/pion/turnc

Create a new TURN client and print it.

package main import ( "fmt" "github.com/pion/turnc" ) func main() { client, _ := turnc.NewClient("turn:example.com:3478", "user", "pass") fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pion-turnc — go get pion-turnc · libregistry