cloud-game/vendor/github.com/pion/ice
giongto35 f49a347de2 Update vendor and makefile (#76)
* Update dependencies

* Update vendor

* Update vendor with C package

* Update Make file
2019-09-01 04:56:27 +08:00
..
.gitignore Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
.golangci.yml Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
.travis.yml Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
agent.go Update vendor and makefile (#76) 2019-09-01 04:56:27 +08:00
candidate.go Update vendor and makefile (#76) 2019-09-01 04:56:27 +08:00
candidate_base.go Update vendor and makefile (#76) 2019-09-01 04:56:27 +08:00
candidate_host.go Update vendor and makefile (#76) 2019-09-01 04:56:27 +08:00
candidate_peer_reflexive.go Update vendor and makefile (#76) 2019-09-01 04:56:27 +08:00
candidate_relay.go Update vendor and makefile (#76) 2019-09-01 04:56:27 +08:00
candidate_server_reflexive.go Update vendor and makefile (#76) 2019-09-01 04:56:27 +08:00
candidatepair.go Update vendor and makefile (#76) 2019-09-01 04:56:27 +08:00
candidatepair_state.go Update vendor and makefile (#76) 2019-09-01 04:56:27 +08:00
candidaterelatedaddress.go Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
candidatetype.go Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
errors.go Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
gather.go Update vendor and makefile (#76) 2019-09-01 04:56:27 +08:00
go.mod Update vendor and makefile (#76) 2019-09-01 04:56:27 +08:00
go.sum Update vendor and makefile (#76) 2019-09-01 04:56:27 +08:00
ice.go Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
icecontrol.go Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
LICENSE Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
mdns.go Update vendor and makefile (#76) 2019-09-01 04:56:27 +08:00
networktype.go Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
priority.go Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
README.md Update vendor and makefile (#76) 2019-09-01 04:56:27 +08:00
selection.go Update vendor and makefile (#76) 2019-09-01 04:56:27 +08:00
stats.go Update vendor and makefile (#76) 2019-09-01 04:56:27 +08:00
stun.go Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
transport.go Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
url.go Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
usecandidate.go Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
util.go Update vendor and makefile (#76) 2019-09-01 04:56:27 +08:00


Pion ICE

A Go implementation of ICE

Pion transport Slack Widget
Build Status GoDoc Coverage Status Go Report Card License: MIT


Roadmap

The library is used as a part of our WebRTC implementation. Please refer to that roadmap to track our major milestones.

Community

Pion has an active community on the Golang Slack. Sign up and join the #pion channel for discussions and support. You can also use Pion mailing list.

We are always looking to support your projects. Please reach out if you have something to build!

If you need commercial support or don't want to use public methods you can contact us at team@pion.ly

Contributing

Check out the contributing wiki to join the group of amazing people making this project possible:

License

MIT License - see LICENSE for full text