Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic links in README
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Unable to calculate vocabulary similarity
Last synced: 10 months ago
·
JSON representation
Repository
Go_pion
Basic Info
- Host: GitHub
- Owner: ccvvx1
- Language: Go
- Default Branch: master
- Size: 9.05 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
Owner
- Login: ccvvx1
- Kind: user
- Repositories: 1
- Profile: https://github.com/ccvvx1
GitHub Events
Total
- Push event: 14
- Create event: 2
Last Year
- Push event: 14
- Create event: 2
Dependencies
dtls/e2e/Dockerfile
docker
- docker.io/library/golang 1.23-bullseye build
examples/pion-to-pion/answer/Dockerfile
docker
- golang 1.24 build
examples/pion-to-pion/docker-compose.yml
docker
examples/pion-to-pion/offer/Dockerfile
docker
- golang 1.24 build
stun/e2e/docker-compose.yml
docker
turn/examples/turn-server/simple/Dockerfile
docker
- alpine latest build
- golang alpine build
turn/examples/turn-server/simple/docker-compose.yml
docker
- pion-turn ${VERSION
webrtc/e2e/Dockerfile
docker
- golang 1.24-alpine build
webrtc/examples/pion-to-pion/answer/Dockerfile
docker
- golang 1.24 build
webrtc/examples/pion-to-pion/docker-compose.yml
docker
webrtc/examples/pion-to-pion/offer/Dockerfile
docker
- golang 1.24 build
datachannel/go.mod
go
- github.com/davecgh/go-spew v1.1.1
- github.com/kr/text v0.2.0
- github.com/pion/logging v0.2.3
- github.com/pion/randutil v0.1.0
- github.com/pion/sctp v1.8.37
- github.com/pion/transport/v3 v3.0.7
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.10.0
- gopkg.in/yaml.v3 v3.0.1
datachannel/go.sum
go
- github.com/creack/pty v1.1.9
- github.com/davecgh/go-spew v1.1.1
- github.com/kr/pretty v0.1.0
- github.com/kr/text v0.2.0
- github.com/pion/logging v0.2.3
- github.com/pion/randutil v0.1.0
- github.com/pion/sctp v1.8.37
- github.com/pion/transport/v3 v3.0.7
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.10.0
- golang.org/x/net v0.27.0
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
- gopkg.in/yaml.v3 v3.0.1
dtls/go.mod
go
- github.com/pion/logging v0.2.3
- github.com/pion/transport/v3 v3.0.7
- golang.org/x/crypto v0.32.0
- golang.org/x/net v0.34.0
dtls/go.sum
go
- github.com/pion/logging v0.2.3
- github.com/pion/transport/v3 v3.0.7
- golang.org/x/crypto v0.32.0
- golang.org/x/net v0.34.0
examples/broadcast/go.mod
go
- /content/GoWebrtc/datachannel //
- /content/GoWebrtc/dtls *
- /content/GoWebrtc/ice //
- /content/GoWebrtc/interceptor *
- /content/GoWebrtc/logging *
- /content/GoWebrtc/mdns //
- /content/GoWebrtc/randutil *
- /content/GoWebrtc/rtcp //
- /content/GoWebrtc/rtp //
- /content/GoWebrtc/sctp *
- /content/GoWebrtc/sdp *
- /content/GoWebrtc/srtp //
- /content/GoWebrtc/stun *
- /content/GoWebrtc/transport //
- /content/GoWebrtc/turn *
- /content/GoWebrtc/webrtc //
- github.com/google/uuid v1.6.0
- github.com/wlynxg/anet v0.0.5
- golang.org/x/crypto v0.33.0
- golang.org/x/net v0.35.0
- golang.org/x/sys v0.30.0
examples/broadcast/go.sum
go
- github.com/davecgh/go-spew v1.1.1
- github.com/google/uuid v1.6.0
- github.com/pion/datachannel v1.5.10
- github.com/pion/dtls/v3 v3.0.4
- github.com/pion/ice/v4 v4.0.7
- github.com/pion/logging v0.2.3
- github.com/pion/mdns/v2 v2.0.7
- github.com/pion/randutil v0.1.0
- github.com/pion/rtcp v1.2.15
- github.com/pion/rtp v1.8.12
- github.com/pion/sctp v1.8.37
- github.com/pion/sdp/v3 v3.0.10
- github.com/pion/srtp/v3 v3.0.4
- github.com/pion/stun/v3 v3.0.0
- github.com/pion/transport/v3 v3.0.7
- github.com/pion/turn/v4 v4.0.0
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.10.0
- github.com/wlynxg/anet v0.0.5
- golang.org/x/crypto v0.33.0
- golang.org/x/net v0.35.0
- golang.org/x/sys v0.30.0
- gopkg.in/yaml.v3 v3.0.1
examples/go.mod
go
- /content/GoWebrtc/datachannel //
- /content/GoWebrtc/dtls *
- /content/GoWebrtc/ice //
- /content/GoWebrtc/interceptor *
- /content/GoWebrtc/logging *
- /content/GoWebrtc/mdns //
- /content/GoWebrtc/randutil *
- /content/GoWebrtc/rtcp //
- /content/GoWebrtc/rtp //
- /content/GoWebrtc/sctp *
- /content/GoWebrtc/sdp *
- /content/GoWebrtc/srtp //
- /content/GoWebrtc/stun *
- /content/GoWebrtc/transport //
- /content/GoWebrtc/turn *
- /content/GoWebrtc/webrtc //
- github.com/google/uuid v1.6.0
- github.com/wlynxg/anet v0.0.5
- golang.org/x/crypto v0.33.0
- golang.org/x/net v0.35.0
- golang.org/x/sys v0.30.0
ice/go.mod
go
- github.com/davecgh/go-spew v1.1.1
- github.com/google/uuid v1.6.0
- github.com/kr/pretty v0.1.0
- github.com/pion/dtls/v3 v3.0.4
- github.com/pion/logging v0.2.3
- github.com/pion/mdns/v2 v2.0.7
- github.com/pion/randutil v0.1.0
- github.com/pion/stun/v3 v3.0.0
- github.com/pion/transport/v3 v3.0.7
- github.com/pion/turn/v4 v4.0.0
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.10.0
- github.com/wlynxg/anet v0.0.3
- golang.org/x/crypto v0.31.0
- golang.org/x/net v0.33.0
- golang.org/x/sys v0.28.0
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
- gopkg.in/yaml.v3 v3.0.1
ice/go.sum
go
- github.com/davecgh/go-spew v1.1.1
- github.com/google/uuid v1.6.0
- github.com/kr/pretty v0.1.0
- github.com/kr/pty v1.1.1
- github.com/kr/text v0.1.0
- github.com/pion/dtls/v3 v3.0.4
- github.com/pion/logging v0.2.3
- github.com/pion/mdns/v2 v2.0.7
- github.com/pion/randutil v0.1.0
- github.com/pion/stun/v3 v3.0.0
- github.com/pion/transport/v3 v3.0.7
- github.com/pion/turn/v4 v4.0.0
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.10.0
- github.com/wlynxg/anet v0.0.3
- golang.org/x/crypto v0.31.0
- golang.org/x/net v0.33.0
- golang.org/x/sys v0.28.0
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
- gopkg.in/yaml.v3 v3.0.1
interceptor/go.mod
go
- github.com/davecgh/go-spew v1.1.1
- github.com/pion/logging v0.2.3
- github.com/pion/randutil v0.1.0
- github.com/pion/rtcp v1.2.15
- github.com/pion/rtp v1.8.12
- github.com/pion/transport/v3 v3.0.7
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.10.0
- gopkg.in/yaml.v3 v3.0.1
interceptor/go.sum
go
- github.com/davecgh/go-spew v1.1.1
- github.com/pion/logging v0.2.3
- github.com/pion/randutil v0.1.0
- github.com/pion/rtcp v1.2.15
- github.com/pion/rtp v1.8.12
- github.com/pion/transport/v3 v3.0.7
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.10.0
- golang.org/x/net v0.27.0
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/yaml.v3 v3.0.1
logging/go.mod
go
logging/go.sum
go
mdns/go.mod
go
- github.com/pion/logging v0.2.3
- github.com/pion/transport/v3 v3.0.7
- golang.org/x/net v0.35.0
- golang.org/x/sys v0.30.0
mdns/go.sum
go
- github.com/pion/logging v0.2.3
- github.com/pion/transport/v3 v3.0.7
- golang.org/x/net v0.35.0
- golang.org/x/sys v0.30.0
randutil/go.mod
go
randutil/go.sum
go
rtcp/go.mod
go
- github.com/davecgh/go-spew v1.1.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.10.0
- gopkg.in/yaml.v3 v3.0.1
rtcp/go.sum
go
- github.com/davecgh/go-spew v1.1.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.10.0
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/yaml.v3 v3.0.1
rtp/go.mod
go
- github.com/pion/randutil v0.1.0
rtp/go.sum
go
- github.com/pion/randutil v0.1.0
sctp/go.mod
go
- github.com/davecgh/go-spew v1.1.1
- github.com/kr/pretty v0.1.0
- github.com/pion/logging v0.2.3
- github.com/pion/randutil v0.1.0
- github.com/pion/transport/v3 v3.0.7
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.10.0
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
- gopkg.in/yaml.v3 v3.0.1
sctp/go.sum
go
- github.com/davecgh/go-spew v1.1.1
- github.com/kr/pretty v0.1.0
- github.com/kr/pty v1.1.1
- github.com/kr/text v0.1.0
- github.com/pion/logging v0.2.3
- github.com/pion/randutil v0.1.0
- github.com/pion/transport/v3 v3.0.7
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.10.0
- golang.org/x/net v0.27.0
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
- gopkg.in/yaml.v3 v3.0.1
sdp/go.mod
go
- github.com/davecgh/go-spew v1.1.1
- github.com/pion/randutil v0.1.0
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.10.0
- gopkg.in/yaml.v3 v3.0.1
sdp/go.sum
go
- github.com/davecgh/go-spew v1.1.1
- github.com/pion/randutil v0.1.0
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.10.0
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/yaml.v3 v3.0.1
srtp/go.mod
go
- github.com/davecgh/go-spew v1.1.1
- github.com/pion/logging v0.2.3
- github.com/pion/randutil v0.1.0
- github.com/pion/rtcp v1.2.15
- github.com/pion/rtp v1.8.11
- github.com/pion/transport/v3 v3.0.7
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.10.0
- golang.org/x/sys v0.22.0
- gopkg.in/yaml.v3 v3.0.1
srtp/go.sum
go
- github.com/davecgh/go-spew v1.1.1
- github.com/pion/logging v0.2.3
- github.com/pion/randutil v0.1.0
- github.com/pion/rtcp v1.2.15
- github.com/pion/rtp v1.8.11
- github.com/pion/transport/v3 v3.0.7
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.10.0
- golang.org/x/net v0.27.0
- golang.org/x/sys v0.22.0
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/yaml.v3 v3.0.1
stun/go.mod
go
- github.com/davecgh/go-spew v1.1.1
- github.com/pion/dtls/v3 v3.0.4
- github.com/pion/logging v0.2.3
- github.com/pion/transport/v3 v3.0.7
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.10.0
- github.com/wlynxg/anet v0.0.3
- golang.org/x/crypto v0.28.0
- golang.org/x/sys v0.26.0
- gopkg.in/yaml.v3 v3.0.1
stun/go.sum
go
- github.com/davecgh/go-spew v1.1.1
- github.com/pion/dtls/v3 v3.0.4
- github.com/pion/logging v0.2.3
- github.com/pion/transport/v3 v3.0.7
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.10.0
- github.com/wlynxg/anet v0.0.3
- golang.org/x/crypto v0.28.0
- golang.org/x/net v0.30.0
- golang.org/x/sys v0.26.0
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/yaml.v3 v3.0.1
transport/go.mod
go
- github.com/davecgh/go-spew v1.1.1
- github.com/pion/logging v0.2.3
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.10.0
- github.com/wlynxg/anet v0.0.5
- golang.org/x/net v0.34.0
- golang.org/x/sys v0.29.0
- gopkg.in/yaml.v3 v3.0.1
transport/go.sum
go
- github.com/davecgh/go-spew v1.1.1
- github.com/pion/logging v0.2.3
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.10.0
- github.com/wlynxg/anet v0.0.5
- golang.org/x/net v0.34.0
- golang.org/x/sys v0.29.0
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/yaml.v3 v3.0.1
turn/go.mod
go
- github.com/davecgh/go-spew v1.1.1
- github.com/pion/dtls/v3 v3.0.1
- github.com/pion/logging v0.2.3
- github.com/pion/randutil v0.1.0
- github.com/pion/stun/v3 v3.0.0
- github.com/pion/transport/v3 v3.0.7
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.10.0
- github.com/wlynxg/anet v0.0.3
- golang.org/x/crypto v0.32.0
- golang.org/x/sys v0.30.0
- gopkg.in/yaml.v3 v3.0.1
turn/go.sum
go
- github.com/davecgh/go-spew v1.1.1
- github.com/pion/dtls/v3 v3.0.1
- github.com/pion/logging v0.2.3
- github.com/pion/randutil v0.1.0
- github.com/pion/stun/v3 v3.0.0
- github.com/pion/transport/v3 v3.0.7
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.10.0
- github.com/wlynxg/anet v0.0.3
- golang.org/x/crypto v0.32.0
- golang.org/x/net v0.27.0
- golang.org/x/sys v0.30.0
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/yaml.v3 v3.0.1
webrtc/go.mod
go
- github.com/davecgh/go-spew v1.1.1
- github.com/google/uuid v1.6.0
- github.com/onsi/ginkgo v1.16.5
- github.com/onsi/gomega v1.17.0
- github.com/pion/datachannel v1.5.10
- github.com/pion/dtls/v3 v3.0.4
- github.com/pion/ice/v4 v4.0.7
- github.com/pion/interceptor v0.1.37
- github.com/pion/logging v0.2.3
- github.com/pion/mdns/v2 v2.0.7
- github.com/pion/randutil v0.1.0
- github.com/pion/rtcp v1.2.15
- github.com/pion/rtp v1.8.12
- github.com/pion/sctp v1.8.37
- github.com/pion/sdp/v3 v3.0.10
- github.com/pion/srtp/v3 v3.0.4
- github.com/pion/stun/v3 v3.0.0
- github.com/pion/transport/v3 v3.0.7
- github.com/pion/turn/v4 v4.0.0
- github.com/pmezard/go-difflib v1.0.0
- github.com/sclevine/agouti v3.0.0+incompatible
- github.com/stretchr/testify v1.10.0
- github.com/wlynxg/anet v0.0.5
- golang.org/x/crypto v0.33.0
- golang.org/x/net v0.35.0
- golang.org/x/sys v0.30.0
- gopkg.in/yaml.v3 v3.0.1
webrtc/go.sum
go
- 109 dependencies
webrtc/package.json
npm
- @roamhq/wrtc ^0.8.0 development
- request 2.88.2
webrtc/yarn.lock
npm
- @roamhq/wrtc 0.8.0
- @roamhq/wrtc-darwin-arm64 0.8.0
- @roamhq/wrtc-darwin-x64 0.8.0
- @roamhq/wrtc-linux-arm64 0.8.1
- @roamhq/wrtc-linux-x64 0.8.1
- @roamhq/wrtc-win32-x64 0.8.0
- ajv 6.12.2
- asn1 0.2.4
- assert-plus 1.0.0
- asynckit 0.4.0
- aws-sign2 0.7.0
- aws4 1.10.0
- bcrypt-pbkdf 1.0.2
- caseless 0.12.0
- combined-stream 1.0.8
- core-util-is 1.0.2
- dashdash 1.14.1
- delayed-stream 1.0.0
- domexception 4.0.0
- ecc-jsbn 0.1.2
- extend 3.0.2
- extsprintf 1.3.0
- extsprintf 1.4.0
- fast-deep-equal 3.1.1
- fast-json-stable-stringify 2.1.0
- forever-agent 0.6.1
- form-data 2.3.3
- getpass 0.1.7
- har-schema 2.0.0
- har-validator 5.1.3
- http-signature 1.2.0
- is-typedarray 1.0.0
- isstream 0.1.2
- jsbn 0.1.1
- json-schema 0.2.3
- json-schema-traverse 0.4.1
- json-stringify-safe 5.0.1
- jsprim 1.4.1
- mime-db 1.44.0
- mime-types 2.1.27
- oauth-sign 0.9.0
- performance-now 2.1.0
- psl 1.8.0
- punycode 2.1.1
- qs 6.5.2
- request 2.88.2
- safe-buffer 5.2.1
- safe-buffer 5.1.2
- safer-buffer 2.1.2
- sshpk 1.16.1
- tough-cookie 2.5.0
- tunnel-agent 0.6.0
- tweetnacl 0.14.5
- uri-js 4.2.2
- uuid 3.4.0
- verror 1.10.0
- webidl-conversions 7.0.0