Registry / networking / pions-dtls

pions-dtls

JSON →
library1.5.4gogounverified

Implements the Datagram Transport Layer Security (DTLS) protocol in Go.

go get github.com/pions/dtls
INSTALL
IMPORT
SIG · PIONS-DTLS
P
pions-dtls
networkinggov1.5.4
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.

dtls
github.com/pions/dtls

Dial a DTLS connection to a remote server.

package main import ( "fmt" "github.com/pions/dtls" ) func main() { config := &dtls.Config{ InsecureSkipVerify: true, } conn, err := dtls.Dial("udp", "example.com:5684", config) if err != nil { panic(err) } fmt.Println(conn) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
19
Amazon
1
Resources
pions-dtls — go get pions-dtls · libregistry