Skip to content

pfg666/pion-dtls-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

pion-dtls-server

Go DTLS server harness. The harness was used to test the Pion DTLS server implementation as part of the state fuzzing work published in USENIX 20. As we extended the program for clients, we moved development to a new repository.

Setting up

git clone https://github.com/pion/dtls.git

go get github.com/pion/dtls

go run main/main.go

Alternatively, once can compile and then run the binaries, say:

go build -o main/main main/main.go

main/main

About

Go DTLS server harness

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages