Registry / networking / pion-ice

pion-ice

JSON →
library0.7.18gogounverified

Package ice implements the Interactive Connectivity Establishment (ICE) protocol defined in rfc5245.

go get github.com/pion/ice
INSTALL
IMPORT
SIG · PION-ICE
P
pion-ice
networkinggov0.7.18
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.

ice
github.com/pion/ice

Creates a new ICE agent

package main import ( "fmt" "github.com/pion/ice" ) func main() { agent, err := ice.NewAgent(&ice.AgentConfig{}) if err != nil { panic(err) } fmt.Println(agent) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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